Skip to main content
Filter by
Sorted by
Tagged with
-5 votes
1 answer
101 views

I've recently learned how to webscrape with beautifulsoup and now I'm trying to learn a bit about selenium because I couldn't get correct info with beautifulsoup alone. I think there is javascript ...
user75667's user avatar
1 vote
0 answers
36 views

I have an ASP.Net Web API built on .Net Framework 4.8 and we are using a self created nuget library which is built on .Net Standerd 2.0. this nuget library makes Http calls to 3rd party service. To ...
Gaurav Awasthi's user avatar
0 votes
0 answers
60 views

I have created separate applications: one runs on the main server, and the other runs on a networked machine connected to the main server. The IP address of the main server is 192.168.0.15, and the IP ...
Thisara Batagodage's user avatar
0 votes
0 answers
73 views

Please help me with my problem. I have telegram bot on aiorgma 3.0 (python). It send message as business reports (text and table or chart photo) to chat users by apscheduler cron. Everyday on fix time ...
Георгий Третий's user avatar
1 vote
1 answer
113 views

I have a python script that connects to a server and downloads a large amount of videos and photos. And when I say large, I mean in the tens of thousands. The total amount of data to be downloaded ...
mtrojak2's user avatar
  • 123
1 vote
0 answers
186 views

I have set up an AWS OpenSearch Domain (version OpenSearch 2.13) and cluster. I have thousands of documents indexed and run ES queries on the index. Occasionally, a search times out, and I do not ...
alitaleg's user avatar
  • 174
0 votes
0 answers
54 views

I have this function for POST http calls: public static String post(ActorSystem system, String uri, String json) throws Exception { try { HttpRequest post = HttpRequest.POST(uri)....
ccirim's user avatar
  • 1
0 votes
1 answer
136 views

TLDR: Pip/mamba/conda keep failing with a timeout issue on arbitrary packages. Pip is set up to pull from an internal artifactory. The contents of pip.conf [global] index-url = https://user:password@...
blackbrandt's user avatar
  • 2,125
0 votes
0 answers
94 views

Iam developing a GraphQL API using Graphql and FastAPI, and I'm encountering issues with handling long-running requests. My goal is to abort a request if it exceeds a specified timeout (e.g.10-15 ...
Vinuta Hiremath's user avatar
-1 votes
1 answer
114 views

Issue Description: I am trying to automate a process where I can visit a website, hover over the menu navigation bar and click on each navigation category options from tier 1 dropdown, visit that ...
Annie's user avatar
  • 25
1 vote
0 answers
76 views

From last 15 days I started getting this line which is executing the command to print data to PDF, below is the details, I tried in local, its working perfectly fine, even in the VM where Test suite ...
Altafhusain Huddar's user avatar
1 vote
3 answers
171 views

I have a very large application, written in TypeScript, using Visual Studio Community, that I publish using CLASP. At times, part of this application can run very slow and cause the script to be ...
Todd Powers's user avatar
0 votes
2 answers
67 views

For a small project I need to extract insolvency announcements from the following website: https://neu.insolvenzbekanntmachungen.de/ap/suche.jsf What I need after typing in todays date and selecting &...
user707's user avatar
2 votes
1 answer
408 views

I am trying to read the InputStream of a large blob from an Azure container and store it in another cloud storage of my own. For small files, it is working perfectly. But for large blobs (around 3GB), ...
Kumaran's user avatar
  • 47
1 vote
2 answers
186 views

I have a project in webscrapping where I am trying to scrape some data from webpage. I chose a site called wykop.pl which is something like polish reddit let's say. The way my idea goes is that ...
Kallistusen's user avatar
0 votes
1 answer
1k views

I'm using the simplest example to connect: `from pybit.unified_trading import WebSocket from time import sleep ws = WebSocket( testnet=True, channel_type="linear", ) def handle_message(...
Александр Вы ёбнутые's user avatar
0 votes
1 answer
146 views

I have a Python script to download an image from a URL and upload it to AWS S3. This script works perfectly when I run it on my local machine. However, when I deploy and run the same script on an AWS ...
Usman Rafiq's user avatar
1 vote
0 answers
53 views

**Here i am send email via Klaviyo but it gives Timeout Execption even it take less Time to genarate profile and send mail ** public Boolean sendUpdatedReferralToRegisteredUsers(UserProfileDTO ...
Amit Thelkar's user avatar
0 votes
2 answers
439 views

I have a huge list of strings called term_list that I process one-by-one in a function called run_mappers(). One of the args is a csv_writer object. I append results to a list called from_mapper in ...
potato's user avatar
  • 105
0 votes
1 answer
65 views

I am facing NoSuchElementException while using XPATH and Timeoutexception while using execute script while downloading some excel files via chromedriver. From the website I am trying to click on Key ...
PythonNoobard's user avatar
0 votes
1 answer
5k views

So, I have been working on my first selenium project. Here is the website I want to scrap https://sekolah.data.kemdikbud.go.id/index.php/Chome/profil/8F9F7295-595A-4C42-A4AA-0009B36BCBE1 when you ...
joker line's user avatar
0 votes
0 answers
61 views

I am using WinAppDriver with Appium and Java/Eclipse. My Java code to get the WinAppDriver (from the testng test): public static WindowsDriver getDriver() { try { if (!checkForRunning()) {...
Tony's user avatar
  • 1,175
0 votes
0 answers
45 views

In my application for generating and downloading the files to the server location and saving the files information we are using WCF and Sql Server, Entity Framework with Repository Pattern. Call to ...
Abhijith Nayak's user avatar
0 votes
1 answer
55 views

I had a problem with a long transaction while working. Because of the long transaction, any update queries made MySqlTimeoutException. The query that had a problem is similar to the following. -- ...
changuk's user avatar
  • 181
0 votes
0 answers
43 views

Error: Traceback (most recent call last): File "c:\Users\rana\OneDrive - \Desktop\auto\new.py", line 49, in <module> search_input = WebDriverWait(driver,20).until(EC....
Rana Rashid's user avatar
1 vote
0 answers
449 views

Error detail : Randomly getting Timeout expired error when using Active Directory Managed Identity authentication with a user-assigned managed identity with Microsoft.Data.SqlClient 5.1.1 library in ...
Nivetha's user avatar
  • 21
0 votes
1 answer
56 views

I have below code for getting record from MariaBD and we need to implement SQLTimeoutException business case, below are code sample. public SFVCustomerDetails findDetailsWithCIFNumber(String cifNumber)...
rajkumar singh's user avatar
1 vote
0 answers
176 views

I am new to asyncio and I managed to do get some video metadata from Tiktok with it. Below is the code that I've been using and it works for when the num_sessions = 30 but any longer than that and I ...
shaneinei's user avatar
1 vote
0 answers
181 views

I am automating a website for my study project but when I am performing a get function on the url it's not redirecting me to the desired url instead the page keeps on loading and after sometime it ...
Aman Gautam's user avatar
0 votes
1 answer
565 views

We run a Django REST API behind Gunicorn (on a Kubernetes Cluster in EKS exposed via AWS ALB). The Gunicorn command: gunicorn config.wsgi --timeout 20 (...) When a request takes over 20 seconds to be ...
Yassine Belmamoun's user avatar
4 votes
1 answer
2k views

I'm new to AWS and hosted a NextJS using Amplify where my application does have an API that takes 20-30 seconds to complete (App script connected). Right now, every request of this function return 504....
Joshua Ochia's user avatar
1 vote
0 answers
368 views

I am using the django-redis package version (4.12.1), I am getting a TimeOut Exception(Intermittent issue) while reading data from the Redis cache, I would like to Retry for some N number of times to ...
Sai Prasad Goud's user avatar
0 votes
0 answers
2k views

I deployed a kafka-UI container in a server and tried to connect with the kafka cluster using the below command. docker run -p 8080:8080 --name kafka-ui -e KAFKA_CLUSTERS_0_NAME=local -e ...
Danuka's user avatar
  • 21
2 votes
0 answers
1k views

I am getting the below error: Timeout performing EVAL, inst: 2, mgr: Inactive, err: never, queue: 8, qu: 0, qs: 8, qc: 0, wr: 0, wq: 0, in: 3138, ar: 0, clientName: dummy, serverEndpoint: Unspecified/...
Kria's user avatar
  • 31
0 votes
1 answer
115 views

Typing in an Input element textbox in Python Selenium is showing TimeoutException. Here is the code. #provides access to the webdriver from selenium import webdriver #allows interraction with elements ...
D-Rey's user avatar
  • 13
0 votes
2 answers
136 views

The code is trying to click on a href element in python Selenium but is failing. Here is the code. #provides access to the webdriver from selenium import webdriver #allows interraction with elements ...
D-Rey's user avatar
  • 13
0 votes
0 answers
38 views

getting unable to locate element exception driver.manage().timeouts().implicitlyWait(Duration.ofSeconds(50)); driver.findElement(By.id("button-1205-btnIconEl")).click(); // String ...
Hemanth Kumar Rayapati's user avatar
-1 votes
1 answer
459 views

I have a JMeter Webdriver script which works correctly during all scenario steps. But in case of slowly getting response after changes on page making by script, sometimes following error happens: ...
Nadezhda T's user avatar
0 votes
1 answer
752 views

I am using azure sdk for java v11.0.1 to upload files to blob storage. This error comes sometimes once in a week and it creates an outage for the application : java.util.concurrent.TimeoutException: ...
Yatharth Mishra's user avatar
0 votes
1 answer
178 views

I have some Selenium WebDRiver code that searches for the "Next" button and if it exists, it clicks it. If not, the script should catch TimeoutException and continue. Code: from selenium....
xlmaster's user avatar
  • 741
1 vote
0 answers
1k views

I am running tests using selenium webdriver. But with 111 chrome update, had to add "--remote-allow-origins=*" argument to make webdriver work. Then started getting following exception at ...
saab's user avatar
  • 11
0 votes
0 answers
44 views

In the microservice project, what error does a service throw if it does not receive a response from another service, although that service is up and running?(etc TimeoutException) (etc ...
JuniorDev's user avatar
0 votes
0 answers
888 views

The exceptions are as follow: Microsoft.EntityFrameworkCore.Database.Command [Error] Failed executing DbCommand ("32,028"ms)... Microsoft.EntityFrameworkCore.Query [Error] An exception ...
H.A.H.'s user avatar
  • 4,282
1 vote
1 answer
716 views

We have a service bus topic with 300+ number of subscriptions, all these subscribers are azure functions (python) and we are facing a timeout exception that we are trying to understand better and is ...
Rahul Pandey's user avatar
-1 votes
0 answers
195 views

I am currently using a python upload script to a dataspace with the library dracoon. I use this script on ubuntu 20.04 inside a docker container (base image ubuntu 20.04). I tested it with small data ...
Cori's user avatar
  • 39
0 votes
1 answer
404 views

I had a kafka consumer that processes 2w messages per second and I used commitAsync method to commit offset with manual commit offset . on this case, I found many offset commit failed logs like ...
helloboy's user avatar
0 votes
4 answers
2k views

I am using this code with ChromeDriver and Chrome browser: driver.manage().timeouts().pageLoadTimeout(Duration.ofSeconds(20)); Thread.sleep(20000); driver.quit(); Then webpage keeps loading more ...
Karen M's user avatar
  • 13
0 votes
2 answers
6k views

I am doing web scraping using selenium in python using the following code: from selenium import webdriver from webdriver_manager.chrome import ChromeDriverManager from selenium.webdriver.common.by ...
farid's user avatar
  • 1,631
0 votes
0 answers
73 views

I am writing a code that will hopefully be able to click on a defined button on a pop-up window. The pop-up window appears only after having clicked somewhere else (this part is working). here's the ...
Mtt's user avatar
  • 1
0 votes
1 answer
164 views

I've been trying to click this particular button that belongs to a toggle switch in a website. <button _ngcontent-plj-c265="" type="button" class="glyphicon glyph-mini ng-...
Rex's user avatar
  • 13

1
2 3 4 5
9