Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
35 views

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 ...
Ir0nic's user avatar
  • 9
0 votes
0 answers
43 views

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 ...
raphael75's user avatar
  • 3,268
3 votes
0 answers
194 views

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 ...
Paul Hodgson's user avatar
1 vote
0 answers
95 views

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 $$ ...
Rumtis's user avatar
  • 23
-1 votes
1 answer
83 views

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 ...
Prego's user avatar
  • 1
0 votes
0 answers
106 views

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 ...
Xingrui Zhuang's user avatar
2 votes
1 answer
275 views

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 ...
Ayesha Arshad's user avatar
-1 votes
1 answer
107 views

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 ...
Maga Lutfullaev's user avatar
1 vote
1 answer
62 views

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 ...
Esben Bach's user avatar
0 votes
0 answers
30 views

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 ...
MilosN's user avatar
  • 13
0 votes
0 answers
179 views

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 ...
Adriaan Marain's user avatar
1 vote
0 answers
14 views

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 ...
Bug Raptor's user avatar
1 vote
0 answers
49 views

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 ...
krusion's user avatar
  • 147
2 votes
0 answers
107 views

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', '...
Stneick's user avatar
  • 21
-3 votes
1 answer
121 views

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 ...
Edward Peters's user avatar
1 vote
1 answer
116 views

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(): ...
Edward Peters's user avatar
6 votes
6 answers
6k views

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 ...
Ohm's user avatar
  • 2,512
-1 votes
1 answer
52 views

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 ...
Emily Stauf's user avatar
2 votes
1 answer
192 views

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 ...
Pablo Rios's user avatar
0 votes
1 answer
130 views

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 ...
pradeep's user avatar
  • 45
0 votes
1 answer
55 views

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. ...
user305883's user avatar
  • 1,739
0 votes
1 answer
43 views

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 ...
pecks's user avatar
  • 340
0 votes
1 answer
46 views

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 ...
newnewnew's user avatar
0 votes
2 answers
140 views

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 ...
Jan Köhler's user avatar
  • 6,120
0 votes
0 answers
84 views

I am using Serenity BDD. I have the following code: @FindBy(id = "privacy-iframe") WebElementFacade cookieBannerIFrame; Boolean cookieDisplayed = withTimeoutOf(Duration.ofSeconds(20))....
Ragnarsson's user avatar
  • 1,845

1
2 3 4 5
197