OSUParcel / CorvallisBusApp

Corvallis Bus App for OSU Bus App Hackathon
1 stars 0 forks source link

Server Issue? #12

Open cezarywojcik opened 10 years ago

cezarywojcik commented 10 years ago

I'm getting errors that seem to come from the server sometimes. I'm not sure what the cause is.

2014-04-21 08:59:58.895 CorBus[89937:60b] ClientParametersRequest failed, 1 attempts remaining (0 vs 5). Error Domain=com.google.HTTPStatus Code=400 "The operation couldn’t be completed. (com.google.HTTPStatus error 400.)" UserInfo=0x10a7626b0 {data=<CFData 0x10b3a1870 [0x1031d3810]>{length = 145, capacity = 256, bytes = 0x3c48544d4c3e0a3c484541443e0a3c54 ... 3c2f48544d4c3e0a}}
russellbarnes commented 10 years ago

I saw this occur today, as well. I was only able to duplicate it once, and I haven't seen it since. It appears to be something with the Google Maps SDK. I found one post that recommended enabling both the Maps SDK for iOS and the Maps API v3 in the Services tab of Google APIs, so you could give that a shot and see if it helps.

cezarywojcik commented 10 years ago

Hmm, I'll try that, but why would google maps' not working prevent getting results? Whenever I got this error, I also had no stops.

russellbarnes commented 10 years ago

I received the error when stops were populated in the list and maps were working, so I'm not sure what it's failing on.