Assigned
Status Update
Comments
en...@google.com <en...@google.com>
js...@google.com <js...@google.com> #2
the error happens when calling UrlFetchApp.fetch()
[Deleted User] <[Deleted User]> #3
This happens in a published add-in
[Deleted User] <[Deleted User]> #4
I'm calling the same URL API endpoints from Google script editor UrlFetchApp.fetch("URL") and Google sheets (IMPORTDATA("URL"). This is what I've experienced since evening 8th Dec CET:
GAS: It happens consistently when calling UrlFetchApp.fetch("URL"). The same http URL query works fine outside of the Google environment.
Google sheet: At the same time started to experience unsuccessful calls when using IMPORTDATA("URL") in Google sheets. The calls seems to work on/off if I change the query a bit, for a call or two. Outside of the Google environment the calls are successful.
I have looked in vain if there are any restrictions in our Google account. Anyone have a clue on how to resolve this?
GAS: It happens consistently when calling UrlFetchApp.fetch("URL"). The same http URL query works fine outside of the Google environment.
Google sheet: At the same time started to experience unsuccessful calls when using IMPORTDATA("URL") in Google sheets. The calls seems to work on/off if I change the query a bit, for a call or two. Outside of the Google environment the calls are successful.
I have looked in vain if there are any restrictions in our Google account. Anyone have a clue on how to resolve this?
na...@google.com <na...@google.com> #5
same for me, got same problems
[Deleted User] <[Deleted User]> #6
same here, got same issue - it affect all our users and not just random.
[Deleted User] <[Deleted User]> #7
We're also experiencing this issue when calling UrlFetchApp.fetch()
Our production system is down.
na...@google.com <na...@google.com> #8
[20-12-09 10:26:13:787 EST] Exception: Unexpected error: URL[Redcated for privacy purposes]
at get_csv1d_(Code:31:30)
at auxIMP(Code:63:17)
No idea what the error codes mean but this is also affecting exports of CSV files from a URL and attempting to import and parse them. It can't fetch the URL. I can manually access the same link and it works fine so I know this is on Google's end.
at get_csv1d_(Code:31:30)
at auxIMP(Code:63:17)
No idea what the error codes mean but this is also affecting exports of CSV files from a URL and attempting to import and parse them. It can't fetch the URL. I can manually access the same link and it works fine so I know this is on Google's end.
js...@google.com <js...@google.com> #9
We are also experiencing this issue in Google AppScript. For us it seems to happen specifically when fetching CSV files, and it happens 100% of the time. Just started occurring this morning or late yesterday.
We confirmed that the same files are being fetched without an issue outside of AppScript.
We confirmed that the same files are being fetched without an issue outside of AppScript.
mi...@activetheory.net <mi...@activetheory.net> #10
same
lu...@gmail.com <lu...@gmail.com> #11
Same
la...@google.com <la...@google.com> #12
Same issue here when trying to fetch public CSV files with code that worked before
la...@google.com <la...@google.com> #13
We are having the same issue. If spreadsheet is open - fetch seems to execute correctly even triggered by trigger. However, as soon as I close the spreadsheet tab on my machine - all executions by trigger cause Exception: Unexpected error:
Used to work fine few days ago
Used to work fine few days ago
Description
What exact format AMediaExtractor_setDataSource accepts to play a file? Can be used with an http address?
I was able to get an ParcelFileDescriptor on Java for the MediaStore audio file and pass the fd, start and offset to AMediaExtractor_setDataSourceFd, on Android 10. Is this the only way on Android 10?
Here a repository with two branches to test both commands: