Skip to main content
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 ...
0 votes
0 answers
61 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 ...
0 votes
0 answers
80 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 ...
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)....
1 vote
0 answers
188 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 ...
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 ...
1 vote
0 answers
54 views

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

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

**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

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

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

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

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

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

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 ...

15 30 50 per page
1
2 3 4 5
8