Request to https://bower.herokuapp.com/packages/angular-messages failed with 410 - bower

I am getting this error suddenly today.
Request to https://bower.herokuapp.com/packages/angular-messages failed with 410
What is the problem?

I also got this error just today.
https://github.com/bower/bower/issues/2484 may shed some light on this.

Related

Xcode unexpected http status code 402 (-1)

While pushing the code from Xcode to bitbucket repo i got an error 'unexpected http status code 402 (-1)'.
There are lot of answers available in internet for other http status code but i couldn't find any solution for status code 402 (-1)
Error image
I too faced same issue. I didn't have enough permission to write I had access to read only. Once my administrator upgraded the plan I didn't face any issue while pushing the code.

what causes XPC error Connection interrupted

I have piece of code that fires couple of requests using NSURLsession and sometimes I get the below message on debugger of xcode
received XPC error Connection interrupted for message type 3
kCFNetworkAgentXPCMessageTypePACQuery
I am thinking what causes this issue ?
Is it something to be worried about ?
Googling doesn't help much
Maybe it is caused by Network Proxy like VPN/VPS ,close them and Command R again.
I got exactly the same error.
During the first attempt I had the VPN on. After turning it off the message did not appear.

Cloudant replication errors: TDChangeTracker (Code=589) and NSURLErrorDomain(Code=-1005)

I have been using Cloudant through Bluemix and everything worked fine at the beginning. But now the replications don't complete successful anymore, constantly throwing errors or finishing with no data being received.
replicatorDidError: Error Domain=NSURLErrorDomain Code=-1005 "(null)"
replicatorDidError: Error Domain=TDChangeTracker Code=589 "(null)"
Bad DB response: {"error":"service_unavailable","reason":"Service unavailable"}
Sometimes it was temporarily fixed assigning new credentials, but now it doesn't do the trick anymore. It happens either from the iOS SDK or from a node.js app.
Any help will be very welcome.
Thanks in advance.

Why do I get a "handshake failed" error in my Xcode console?

2015-08-01 22:30:43.893 MyApp[2425:284133] ERROR: handshake failed ... The request timed out.
2015-08-01 22:30:43.896 MyApp[2425:284133] ERROR: handshake failed ... The request timed out.
2015-08-01 22:30:43.899 MyApp[2425:284133] ERROR: handshake failed ... The request timed out.
2015-08-01 22:30:43.912 MyApp[2425:284133] ERROR: handshake failed ... The request timed out.
2015-08-01 22:30:43.913 MyApp[2425:284133] ERROR: handshake failed ... The request timed out.
2015-08-01 22:30:43.913 MyApp[2425:284133] ERROR: handshake failed ... The request timed out.
2015-08-01 22:30:43.914 MyApp[2425:284133] ERROR: handshake failed ... The request timed out.
2015-08-01 22:30:43.914 MyApp[2425:284133] ERROR: handshake failed ... The request timed out.
2015-08-01 22:30:43.915 MyApp[2425:284133] ERROR: handshake failed ... The request timed out.
2015-08-01 22:30:43.915 MyApp[2425:284133] ERROR: handshake failed ... The request timed out.
I've been getting this at random times. How can I check exactly which framework/library is causing this? It just prints in my Xcode console.
Look hat this Question it seems to be very similar, are you using a library which using a websocket server. Maybe this can solve your Problem very fast. If not please Post a list of librarys you use and form you code where you set up a socket.
Timeouts occur if an api does not respond for a long time, which is usually set to 15, 30 or 60 seconds.
Your timestamps are split across a second as well, which clearly says that you are using a socket connection and probably a library for the same, which is the issue here. Check the library you are using. It will be a server side issue.
Some libraries in your project might use socket or SSL authentication.
In my case, I saw same error message, handshake failed, when I tried to send push notification to APNS server with wrong certificates.
It's hard to find which library or framework print out to the console.
Try to remove 3rd party libraries included in the project until the error message stops appearing.
I think you are running a websocket server for your project. You have to run a socket.io server. That's why xcode is showing this error.
See this similiar post on stackoverflow
My Socket.io on IOS fails to handshake with the websocket server
Some times when you use the push notification api sometimes the handshake failed error occurs , so read this apple documentation for trouble shooting if your push notification feature is logging this error App push notification troubleshooting
The way I can introduce may be not a good solution for you. And my answer works based on these two conditions
1.you have to comment nearlly all the "println" in your code
2.the instance call "println" to send error message
Then, you can set "Symbolic breakpoint" in "Debug menu -> Breakpoints -> Create Symbolic Breakpoint", and set condition to be "println"
(If the module is old, you may have to break at "NSLog" or some thing)
reference to how to set symbolic breakpoint: http://rshankar.com/debugging-swift-app-in-xcode/

An error occurred while trying to call the request method lookupSoftwareForBundleId

I keep getting this error when I validate my app ,what dose it means?Anyone can help? I'm in a hurry,thanks!
Looks like this is Apple bug. You can search Twitter for "lookupSoftwareForBundleID" - results are periodical :)
And it just happens to me. I am waiting for solution right now.

Resources