Is there a way to get notified inside the app when you provide a wrong key to googlemaps and get this error :
ClientParametersRequest failed, 3 attempts remaining (0 vs 5). Error Domain=com.google.HTTPStatus Code=400 "The operation couldn’t be completed. (com.google.HTTPStatus error 400.)" UserInfo=0x1818bf40 {data={length = 145, capacity = 256, bytes = ...}}
Related
The issue occurs in production, couldn't reproduce it in Sandbox.
Full example of underlyingError I get:
Error Domain=SKErrorDomain
Code=0
"An unknown error occurred"
UserInfo={
NSLocalizedDescription=An unknown error occurred,
NSUnderlyingError=0x282db1230 {
Error Domain=ASDErrorDomain
Code=504
"The operation couldn’t be completed. (ASDErrorDomain error 504.)"
UserInfo={
NSLocalizedDescription=The operation couldn’t be completed. (ASDErrorDomain error 504.),
NSUnderlyingError=0x282db0780 {
Error Domain=AMSErrorDomain
Code=305
"Purchase Failed"
UserInfo={
NSLocalizedDescription=Purchase Failed,
NSLocalizedFailureReason=Server canceled the purchase
}
}
}
}
};
What might be the reasons for it? Is there really something I can do to resolve it?
Error Domain=NSPOSIXErrorDomain Code=100 "Protocol error"
UserInfo={_NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask
<3EEC44C3-80A3-47B1-A0FD-C5DAD842FAAE>.<2>,
_kCFStreamErrorDomainKey=1, NSErrorPeerAddressKey={length = 16, capacity = 16, bytes =
0x100201bb34d5b9460000000000000000}
I recently switched my server and when I try to get a response am getting this error. I tried changing the header but it didn't work for me. It is working fine when I tried in postman and android
We have application in AppStore with Googla Maps iOS SDK. Everything worked fine but couple of days ago maps stopped loading and I can see these errors in logs:
2015-11-12 16:06:44.476 AppNAME[30186:18560579] Google Maps SDK for iOS version: 1.10.20339.0
2015-11-12 16:06:44.476 AppNAME[30186:18560579] New version of Google Maps SDK for iOS available: 1.10.21020.0
2015-11-12 16:06:44.485 AppNAME[30186:18560579] ClientParametersRequest failed, 3 attempts remaining (0 vs 6). Error Domain=com.google.HTTPStatus Code=400 "(null)" UserInfo={data=<CFData 0x7c149760 [0x4dcc098]>{length = 145, capacity = 256, bytes = 0x3c48544d4c3e0a3c484541443e0a3c54 ... 3c2f48544d4c3e0a}}
2015-11-12 16:06:44.683 AppNAME[30186:18560579] ClientParametersRequest failed, 2 attempts remaining (0 vs 6). Error Domain=com.google.HTTPStatus Code=400 "(null)" UserInfo={data=<CFData 0x7c60ecf0 [0x4dcc098]>{length = 145, capacity = 256, bytes = 0x3c48544d4c3e0a3c484541443e0a3c54 ... 3c2f48544d4c3e0a}}
I can fix it with new key, but I have to redeploy app. Is there any way to make it working again?
2015-08-14 16:30:00.533 TryMapMe[3206:96691] Google Maps SDK for iOS (M4B) version: 1.10.17867.0
2015-08-14 16:30:01.342 TryMapMe[3206:96691] ClientParametersRequest failed, 3 attempts remaining (0 vs 6). Error Domain=com.google.HTTPStatus Code=400 "The operation couldn’t be completed. (com.google.HTTPStatus error 400.)" UserInfo=0x7fb2eb78a800 {data=<CFData 0x7fb2eb7808a0 [0x10faa2180]>{length = 145, capacity = 256, bytes = 0x3c48544d4c3e0a3c484541443e0a3c54 ... 3c2f48544d4c3e0a}}
2015-08-14 16:30:01.449 TryMapMe[3206:96691] ClientParametersRequest failed, 2 attempts remaining (0 vs 6). Error Domain=com.google.HTTPStatus Code=400 "The operation couldn’t be completed. (com.google.HTTPStatus error 400.)" UserInfo=0x7fb2eb642ce0 {data=<CFData 0x7fb2eb635a50 [0x10faa2180]>{length = 145, capacity = 256, bytes = 0x3c48544d4c3e0a3c484541443e0a3c54 ... 3c2f48544d4c3e0a}}
2015-08-14 16:30:05.651 TryMapMe[3206:96691] ClientParametersRequest failed, 1 attempts remaining (0 vs 6). Error Domain=com.google.HTTPStatus Code=400 "The operation couldn’t be completed. (com.google.HTTPStatus error 400.)" UserInfo=0x7fb2eb6759c0 {data=<CFData 0x7fb2eb652590 [0x10faa2180]>{length = 145, capacity = 256, bytes = 0x3c48544d4c3e0a3c484541443e0a3c54 ... 3c2f48544d4c3e0a}}
2015-08-14 16:30:14.552 TryMapMe[3206:96691] ClientParametersRequest failed, 0 attempts remaining (0 vs 6). Error Domain=com.google.HTTPStatus Code=400 "The operation couldn’t be completed. (com.google.HTTPStatus error 400.)" UserInfo=0x7fb2eb5284d0 {data=<CFData 0x7fb2eb7a63f0 [0x10faa2180]>{length = 145, capacity = 256, bytes = 0x3c48544d4c3e0a3c484541443e0a3c54 ... 3c2f48544d4c3e0a}}
2015-08-14 16:30:14.553 TryMapMe[3206:96691] Google Maps SDK for iOS (M4B) cannot connect or validate APIKey: Error Domain=com.google.HTTPStatus Code=400 "The operation couldn’t be completed. (com.google.HTTPStatus error 400.)" UserInfo=0x7fb2eb5284d0 {data=<CFData 0x7fb2eb7a63f0 [0x10faa2180]>{length = 145, capacity = 256, bytes = 0x3c48544d4c3e0a3c484541443e0a3c54 ... 3c2f48544d4c3e0a}}
2015-08-14 16:30:14.553 TryMapMe[3206:96691] Your key may be invalid for your bundle ID: com.abc.com
I got my api key generated in every way but i m getting those mentioned error and map view is empty
I got my map working.It is working fine so far
I am creating the video from a set of images with AVAssetwriter and AVAssetExportSession and successfully getting the video and save it to the documents. But randomly the video exporting failed and it shows An Unknown error occured with error code -11800.
ExportSessionError: -11800 adn userinfo{
NSLocalizedDescription = "The operation could not be completed";
NSLocalizedFailureReason = "An unknown error occurred (-12124)";
NSUnderlyingError = "Error Domain=NSOSStatusErrorDomain Code=-12124 \"The operation couldn\U2019t be completed. (OSStatus error -12124.)\"";
This is the error console i got.. Please help me.. Thanks