112 questions with no answers
1
vote
0
answers
36
views
Experiencing Http timeouts when Http calls are made from two .Net frameworks together (.Net Framework 4.8 and .Net Standerd 2.0)
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 ...
0
votes
0
answers
61
views
RabbitMQ Socket Closed Issue : c.r.c.impl.ForgivingExceptionHandler - An unexpected connection driver error occurred (Exception : Socket closed)
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 ...
0
votes
0
answers
80
views
Telegram bot have freeze when sending picture to chat users, but not always. TelegramNetworkError: HTTP Client says - Request timeout error
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 ...
0
votes
0
answers
54
views
Akka entity.discardBytes with Unmarshaller function
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)....
1
vote
0
answers
188
views
AWS OpenSearch throws occasional timeout exceptions
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 ...
0
votes
0
answers
94
views
How to effectively abort a GraphQL FastAPI API in Python after a specified timeout
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 ...
1
vote
0
answers
54
views
Paypal keep maximum 30 second exceed
Paypal in laravel keep returning maximum 30 seconds timeout, sometime it can proceed smoothly but when cart product increase, it will keep return this error, and sometime the error is when create ...
1
vote
0
answers
76
views
Hi, I am getting WebDriver Exception in Azure Devops pipeline for my Selenium Csharp based test suite
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 ...
1
vote
0
answers
53
views
why i get Timeout exception in Klaviyo mail service
**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 ...
0
votes
0
answers
62
views
Java / WinAppDriver conflict
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()) {...
0
votes
0
answers
45
views
Timeout in WCF asynchronous operation
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 ...
0
votes
0
answers
43
views
How Can I send_keys to this search input field. Getting TimeOut Exception
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....
1
vote
0
answers
450
views
How to fix " The timeout period elapsed prior to obtaining a connection from the pool, pooled connections were in use and max pool size was reached"
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 ...
1
vote
0
answers
183
views
TimeoutError error because the fetch() function is taking longer than 30 seconds to complete
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 ...
1
vote
0
answers
181
views
Unable to redirect to a URL in Selenium Python
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 ...