request-timed-out

Google Apps script setValues() issue: timing out intermittently

时光怂恿深爱的人放手 提交于 2020-12-01 11:44:57
问题 The bounty expires in 3 days . Answers to this question are eligible for a +300 reputation bounty. zamazalotta is looking for a canonical answer : It would be good if somebody with experience in Google Sheets looks into this problem, it's making the service unusable. I have a Google Apps script that has been running without issues for 4 years. However, since 3 weeks I have this problem: the script is running for a very long time and failing. This happens every 3 out of 10 runs. The error

How to manage the 5 seconds response timeout limit in Dialogflow / Api.ai?

ⅰ亾dé卋堺 提交于 2019-12-10 13:19:34
问题 I am using Dialogflow to create an agent / bot which responds to different types of user queries with action items like "I need to get a letter from the HR for address proof". This needs the bot to fetch some information from the company's database and generate a document / letter by populating that retrieved information in a templated letter file provided by the Human Resource. The logic to do this action is already written in a python file. The database integration is done using Webhooks.

BigQuery Request Timed out error on script

那年仲夏 提交于 2019-12-10 10:17:08
问题 We are getting an error when running a query job on BigQuery : 'message' => 'Request timed out. Please try again.', 'reason' => 'timeout', 'location' => 'script' We will be running it again as it requested, but since it takes 1/2 hour for it to time out, it would be helpful if we knew what the problem is so we can avoid it. Specifically: What does "script" mean in this context? Is it the SQL-query or one of the UDFs? (the query calls 3 UDFs). The exact same query failed twice already with "

FtpWebResponse, the operation timed out

試著忘記壹切 提交于 2019-12-07 02:48:18
问题 I want to download files based on their date time from a ftp server..I can access this Ftp from CuteFtp third party and every thing is Okey..but when I run the code below at line GetRespone() I get this error: the operation has timed out. I download a sample file from this FTP programmatically with webclient requet and it was fine..but I need to use FtpWebRequest to get listDirectoryDetail and webClient does not support that..and one more thing, there is an exception in request: FtpWebRequest

BigQuery Request Timed out error on script

怎甘沉沦 提交于 2019-12-06 01:38:35
We are getting an error when running a query job on BigQuery : 'message' => 'Request timed out. Please try again.', 'reason' => 'timeout', 'location' => 'script' We will be running it again as it requested, but since it takes 1/2 hour for it to time out, it would be helpful if we knew what the problem is so we can avoid it. Specifically: What does "script" mean in this context? Is it the SQL-query or one of the UDFs? (the query calls 3 UDFs). The exact same query failed twice already with " internal error ". The " request timed out " was its 3rd attempt at mocking us. Any correlation between

Any Progress on Diagnosing “Request timed out” HttpExceptions?

旧时模样 提交于 2019-12-04 11:33:56
问题 I am having the same issue as described in this post, Diagnosing "Request timed out" HttpExceptions. I've turned on Failed Request Tracing as recommended and am working with someone at MS (although it's painfully slow). The original post hasn't been updated in over a year, so I'm wondering if a fix was ever found or if you're just ignoring these errors. Any help would be appreciated. 回答1: After over seven months of troubleshooting this issue, the fine folks at Microsoft finally tracked down

Any Progress on Diagnosing “Request timed out” HttpExceptions?

。_饼干妹妹 提交于 2019-12-03 08:24:17
I am having the same issue as described in this post, Diagnosing "Request timed out" HttpExceptions . I've turned on Failed Request Tracing as recommended and am working with someone at MS (although it's painfully slow). The original post hasn't been updated in over a year, so I'm wondering if a fix was ever found or if you're just ignoring these errors. Any help would be appreciated. After over seven months of troubleshooting this issue, the fine folks at Microsoft finally tracked down the problem. It didn't end up being that complicated an issue, we all certainly learned a lot about IIS 7+

meteor fails, can't install npm-packages from npm-shrinkwrap

筅森魡賤 提交于 2019-12-02 05:51:41
问题 I have been diagnosing this issue for a few days and have tested the top issue resolutions that appear for "meteor" and "npm" dependencies that look similar to this one. Both I and my back-end engineer are stumped. I'm using an OSX 10.10.3, ruby 1.9.3, node v0.10.36, npm 1.4.28, meteor 1.1.02. Also, I am not behind a proxy as the error seems to indicate. My environment PATH is: export PATH="/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin" Here's the error: => Started proxy. => Started MongoDB.