java.io.IOException: grpc failed in xamarin form - google-maps

I am using GoogleMaps nuget package for googlemap. I am converting position to address using googlemap geocoder.
var possibleAddresses = await geoCoder.GetAddressesForPositionAsync(position);
I am checking internet connection before executing this statement. It is completely working fine if I dont turn my wifi on and then off. Even if I turn my wifi on and off it works but not always. I am getting error given below occasionally and when I get this error my app crashes and i have to open it again.
java.io.IOException: grpc failed

Related

Server error occurred at DriveApp.createFile

Every time I'm trying to manually invoke this test function in my script I get Server Error occurred. Please wait and try again (in a red bar on top of the editor window).
My original intention was to save a blob with createFile(blob) in my Web App, but it just fails with no error output, so I created this minimal test function.
function testgdrive()
{
var gdrive_file =
DriveApp.createFile("testfile","testcontents",MimeType.PLAIN_TEXT);
}
EDIT: This happens both on old Rhino engine and the new V8 engine as well.
The Web App is being deployed as a Google Sheets script on my basic (free) GSuite account.
It is a Google Cloud project, as I wasn't able to get any logs for Web App executions in the Standard mode at all.
For server errors such as
Server Error occurred. Please wait and try again
Creating/switching over to a new project may resolve the issue.

Firebase Log error FAILED_PRECONDITION code 9

I'm trying to make a firebase firestore function to send a notifications from device to device but when I deploy it I get this error in the console log.
{"#type":"type.googleapis.com/google.cloud.audit.AuditLog","status":{"code":9,"message":"FAILED_PRECONDITION"},"authenticationInfo":{"principalEmail":"ahmednab93#gmail.com"},"requestMetadata":{"callerIp":"156.208.116.97","callerSuppliedUserAgent":"FirebaseCLI/7.2.1,gzip(gfe),gzip(gfe)","requestAttributes":{"time":"2019-07-29T16:14:02.968Z","auth":{}},"destinationAttributes":{}},"serviceName":"cloudfunctions.googleapis.com","methodName":"google.cloud.functions.v1.CloudFunctionsService.UpdateFunction","authorizationInfo":[{"permission":"cloudfunctions.functions.update","granted":true,"resourceAttributes":{}},{"resource":"projects/pharmacy-20900/locations/us-central1/functions/sendNotification","permission":"cloudfunctions.functions.update","granted":true,"resourceAttributes":{}}],"resourceName":"projects/pharmacy-20900/locations/us-central1/functions/sendNotification","request":{"updateMask":"sourceUploadUrl,name,labels,runtime,eventTrigger.resource,eventTrigger.eventType,eventTrigger.service","#type":"type.googleapis.com/google.cloud.functions.v1.UpdateFunctionRequest","function":{"eventTrigger":{"eventType":"providers/cloud.firestore/eventTypes/document.write","resource":"projects/pharmacy-20900/databases/(default)/documents/pharmacies/{pharmacy_id}/notifications/{notification_id}","service":"firestore.googleapis.com"},"sourceUploadUrl":"https://storage.googleapis.com/gcf-upload-us-central1-0d95e983-f4fa-4c11-81b9-6e4469829392/ddcadf56-bd44-4316-a945-6736ef01c7eb.zip?GoogleAccessId=service-410106319211#gcf-admin-robot.iam.gserviceaccount.com&Expires=1564418639&Signature=ElmWD3IeTx8j%2FdJKqMOjBZ4BnZ22MUS7uiZ77xtX1lZULFtHQ0%2F4QVBU%2BIum8%2Fdrv%2BaeTNa7mjN00HZEL7eVnDlX1ogxKdDv3ZeBBfrKDDz9NWqY3M126mFT48dAVdkRDBBEMcKllQoELKgwnJK6aRyDWawYVx5O64Ybrczr3y4RlmlFxa57ZT7418HoWRgV%2FH5IlFymTYPbHTG2lbJfEN4KBrTUv0WBvYx%2BViOvwAMnq8DerXj9q6SkBXt8zSTDmUirsOWEUcsVGh6nEYvg0EWRNCiklxiQys%2BLeJvE4pSsUrs%2BwPeErOFWZd%2FeOwyojpkA617f8Yf6qHrpjrugyA%3D%3D","runtime":"nodejs8","name":"projects/pharmacy-20900/locations/us-central1/functions/sendNotification","labels":{"deployment-tool":"cli-firebase"}}}}
what this error implies?
In my case, I could deploy successfully after deleting the existing version of the function giving the error. Maybe the cause of the error was the existing version used node 10, while the new version used node 8.

IBM MobileFirst 7.0 with Sencha Touch in Windows Phone 8.1 showing errors

I am using weinre is WEb INspector REmote for debugging IBM Worklight 7.0-sencha touch 2.4 App.
Tested in Windows Phone Emulator 8.1 WVGA 4 inch 512MB.
When Application Starts it Shows :
Local storage capacity reached. Client logs will not be persisted
LocalStorage Quota exceeded, cannot store -x- wmapp0: /www/default/css/app.css locally
LocalStorage Quota exceeded, cannot store -x-wmapp0:/www/default/app.js locally
ondeviceready event dispatched
wlclient init started
CookieMgr read cookies: {}
When We Call Worklight Adapter WL.Client.invokeProcedure Calls it Shows Errors Like:
WL.Utils.getSkinLoaderChecksum(..) should be supported only on environments that support direct update Error: WL.Utils.getSkinLoaderChecksum(..) should be supported only on environments that support direct update.
[/apps/services/api/myApplication/windowsphone8/query] exception. TypeError: Unable to get property 'notificationTitle' of undefined or null reference
Uncaught Exception: Unable to get property 'notificationTitle' of undefined or null reference at (compiled_code):3667
The first error has nothing to do with MobileFirst; if you're using localstorage in your app it seems you have over-used it.
The second error should not happen and sounds like a product defect. You need to open an IBM support ticket (PMR) and provide the following details: full version number (with build number), a test case app that reproduces the error.

VB.Net Application that reads sql data

I have a Point of Sale System developed by a local developer and I keep getting this error. The error results when I am using the program and hit the next button to display the next list of items in the menu. The program just crashes and closes when this occurs. The Program works though a mysql database that is running on the same computer.
Heres what my event viewer reported on the error.
EVENT ID:36876
Source: Schannel
The certificate received from the remote server has not validated correctly. The error code is 0x80092013. The SSL connection request has failed. The attached data contains the server certificate.

Refresh at Dartium raises a SocketException in websocket server

I've been testing websocket client and server with Dart. Basic concept comes from Seth Ladd's blog:
Server: http://blog.sethladd.com/2012/04/dart-server-supports-web-sockets.html
Client: http://blog.sethladd.com/2012/07/simple-dart-websocket-demo.html
Everything works as expected ie. server responds clients requests and if I open a new Dartium window both clients works. When I close a client window it closes related connection (onDone:).
If I hit the refresh-button in Dartium, server raises an exception and closes. The error code is: "SocketException: Write failed, (OS Error: server closed connection, errno 10053, address = 127.0.0.1, port = 8080".
Is this a bug or should I add some code somewhere? I can't find the place where this error comes from. The last message I can find by debuging is onDone: (same as when closing the client).
Could be releated to this issue. The comments mention that it should be fixed in next release on monday.