9,811 questions
-1
votes
0
answers
35
views
How to prevent session timeout in Python [closed]
I am incredibly new to coding and Python, and wanted to know what code I need in order to prevent a session timeout. I am coding a text adventure, and some of the blocks of writing are long, and by ...
0
votes
0
answers
43
views
I'm getting a timeout when adding second page.evaluate with puppeteer
I have this with node 25.0.0 and Windows and puppeteer. Basically the get_card_search_results is called and it loads a page that features lazy loading. It will "scroll" the page down to ...
3
votes
0
answers
194
views
Is there a parameter in Android Studio for the Geminin Agent timeout
I have been trying out Gemini Agent. One problem I get very often is that I ask it for a code change, it thinks and responds with t's understanding of my request (usually it's pretty close to what I ...
1
vote
0
answers
95
views
Postgres stored procedure doesn't return if running longer than 5 minutes
I have the following simple Postgres stored procedure created that just sleeps a number of minutes as passed in to call:
create procedure sleep_test(delay_minutes numeric)
language plpgsql
as
$$
...
-1
votes
1
answer
83
views
Does Bit Flows Pro limit either the number of nodes executed in a single flow or the maximum duration?
Bit Flows Pro flow stops early (~20–21s) with fewer nodes than expected on WordPress (OpenLiteSpeed + lsphp). Where is the timeout coming from and how do I raise it?
Environment
WordPress + Bricks ...
0
votes
0
answers
106
views
TimeoutError occured when using wandb.init
I used wandb.init and resulted in the error below.
wandb: Currently logged in as: MyWandbAccount (accountname) to https://api.wandb.ai. Use `wandb login --relogin` to force relogin
wandb: ERROR Run ...
2
votes
1
answer
275
views
How to fix DioException [connection timeout] in Flutter with AlgoliaSearch or Dio package?
I'm trying to fetch data using Algolia Search in Flutter and the data does get fetched the problem is that it gives the following error:
DioException (DioException [connection timeout]: The request ...
-1
votes
1
answer
107
views
Can't get the data in next.js server side only in production domain
I have next.js application and i need to get metadata from api. i've written basic fetch request in generateMetadata in page.tsx. In local or any other https domain everything is working fine but in ...
1
vote
1
answer
62
views
How can I get the last result from a retrystrategy in an outer timeout strategy using Polly?
I have the following requirement that I can't really figure out how to solve.
Using Polly in C#/.NET:
Given an user defined timeout and an internally/system defined retry strategy.
How can I get the ...
0
votes
0
answers
30
views
NextsJS - fail to fetch data - timeout
I have a problem with a timeout during the build on my VPS machine.
About VPS: VPS 2 vCPU
Is this enoguht for stack strapi + nextjs + docker?
Strapi API Error (header): TypeError: fetch failed
at ...
0
votes
0
answers
179
views
hey-api client-fetch: How to set AbortController / timeout on a request?
I'm using hey-api's Fetch API client and have been trying to set a timeout time on requests, but I'm running into issues and can't seem to figure it out. Has anyone managed to get this working, or ...
1
vote
0
answers
14
views
TestStack.White UiItemContainer.Get() is blocking for the complete BusyTimeout delay even if the searched item is present earlier
In my Test app, using TestStack.White nuget package (last available version: 0.13.3) I need to search an Item with a given AutomationId in a container (main app window). I want to wait for it for max ...
1
vote
0
answers
49
views
git subtree push times out when pushing to remote repo without squash
my team and I are trying to figure out how to incorporate git into our weird use cases. I'll explain what the use cases are and what we thought about handling it. Then I'll ask my question about the ...
2
votes
0
answers
107
views
ClickHouse JDBC Bridge: "Connection was closed" errors with long-running SQL Server queries
I'm experiencing persistent timeout issues when connecting ClickHouse (v25.2.2.39) to SQL Server through the ClickHouse JDBC Bridge (v2.1.0).
Simple queries work fine: SELECT * FROM jdbc('DWH', '...
-3
votes
1
answer
121
views
What can make a thread uninterruptible and non terminating? [closed]
tl;dr - I want a complete list of mechanisms/patterns that can result in java code that runs forever and cannot be interrupted
There are a number of things that can make a java thread fail to ...
1
vote
1
answer
116
views
ZIO timeout not timing out even with disconnect
I'm trying to set up something in ZIO to timeout other tasks, but not finding anything which is able to interrupt them reliably.
import zio.*
object MainApp extends ZIOAppDefault {
def spinny(): ...
6
votes
6
answers
6k
views
Mermaid.ink Timeout Error When Using Short Node Name in langgraph Diagram
I’m using langgraph in a Jupyter notebook to build a simple state machine and then render the graph with Mermaid via mermaid.ink. In one snippet of code, naming the node "A" causes a timeout ...
-1
votes
1
answer
52
views
Need help scraping FAA N Number database as I can't seem to communicate with the url
Trying to pull data from FAA N Number results but request.get() doesn't seem to be working.
I followed this tutorial (https://www.youtube.com/watch?v=QhD015WUMxE) and was able to scrape the website he ...
2
votes
1
answer
192
views
google-api-python-client random timeout error
I have project that involves taking a picture every one hour with a Raspberry and saving it to Google Drive. I'm using the google-api-python-client to connect to a Google Drive and apscheduler to ...
0
votes
1
answer
130
views
dnsjava - How are DNS query retries controlled using Simple Resolver in DNSJava?
How are DNS query retries controlled using Simple Resolver in DNSJava? Using the same resolver, we see retries of 2 and in some cases 3. It is not clear as to how it is retried. Any help in this ...
0
votes
1
answer
55
views
AWS - put data on S3 results in TimeOutError
I am creating a dataset on AWS S3, for their Opendata program.
I am fetching audio files, which are already stored on S3.
I then segment them into smaller audio chunks, and putting those on S3 again.
...
0
votes
1
answer
43
views
How do I detect a database timeout in python?
I have some code that executes database queries, like so:
self.db_cursor = self.db_conn.cursor(buffered=False)
self.db_cursor.execute(query)
Now I want to add a timeout, so that long queries are ...
0
votes
1
answer
46
views
Skip to next step on timeout
I'm leveraging Puppeteer to open a website from a list of URLs, grab a few pieces of data, then write to CSV.
While there are a few elements that could be collected from a given URL, not all URLs will ...
0
votes
2
answers
140
views
Task.WhenAny with Task.Delay to implement a timeout mechanism does not work reliable
From within my ASP.NET application (.NET Framework 4.8) I invoke an external process via Anonymous Pipes. Theoretically, it could happen that the external process hangs (for whatever reason) when my ...
0
votes
0
answers
84
views
isPresent method throws Exception after timeout instead of Boolean
I am using Serenity BDD. I have the following code:
@FindBy(id = "privacy-iframe")
WebElementFacade cookieBannerIFrame;
Boolean cookieDisplayed = withTimeoutOf(Duration.ofSeconds(20))....