tsneterr: (28) Operation too slow

Bringing the internet highway into your project? Building FTP, HTTP, email, chat or other client solutions?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
pink
Posts: 280
Joined: Wed Mar 12, 2014 6:18 pm

tsneterr: (28) Operation too slow

Post by pink » Mon Feb 17, 2025 11:22 pm

I am using the API maker "Twidget" I am having one problem with one specific endpoint: "forgot-password"

tData is just a JSON with an email address: {"email":"123@abc.com"}
tHeader is "Content-type: application/json"
tURL is

Code: Select all

https://somesecretcodehere.twidget.io/auth/forgot-password
I am using the following:

Code: Select all

put tsNetCustomUploadSync(tURL,"POST", tHeader, tData, rOutH, rRes, rBytes, pSett) into tResult
and I keep getting the error:

Code: Select all

tsneterr: (28) Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds
I've tried adjusting timeouts through tsNetSetTimeouts but I haven't gotten around it yet.

Any suggestions?
Greg (pink) Miller

MadPink, LLC
I'm Mad, Pink and Dangerous to Know

stam
Posts: 3060
Joined: Sun Jun 04, 2006 9:39 pm

Re: tsneterr: (28) Operation too slow

Post by stam » Tue Feb 18, 2025 11:07 am

Does this work outside of LC? (eg in Postman)
Does the synchronous TSNetPost work and it's just the asynchronous call that has issues?

pink
Posts: 280
Joined: Wed Mar 12, 2014 6:18 pm

Re: tsneterr: (28) Operation too slow

Post by pink » Thu Feb 20, 2025 5:08 am

Turned out to be something else entirely (didn't like my SMTP settings on the backend)
Greg (pink) Miller

MadPink, LLC
I'm Mad, Pink and Dangerous to Know

Post Reply