[google-appengine] URL Fetch Exception

2018-10-06 Thread Gabriel Axel
Greetings, Starting today I am getting the following error in a Standard Java 8 app: com.google.apphosting.api.ApiProxy$UnknownException An error occurred for the API request urlfetch.Fetch() and it kept repeating until I shut down all the instances of the app in that project, but a few hours l

[google-appengine] Re: URL Fetch Exception

2018-10-06 Thread Gabriel Axel
I figured the use of URL Fetch was a remnant from when the app used the Java 7 runtime and is no longer needed in the Java 8 runtime, so I switched from UrlFetchTransport to NetHttpTransport which works fine so far. On Sunday, October 7, 2018 at 2:21:48 AM UTC+3, Gabriel Axel wrote: > > Greeting