View Single Post
DJ Tsunami
DJ Post Spammer
Join Date: Feb 2008
Location: The Netherlands
Old 02-18-2021 , 10:42   Re: REST in Pawn 1.2 - HTTP client for JSON REST APIs (Updated 2021/02/07)
Reply With Quote #97

Which game is your server running, and what Linux distribution and version are you using?

I can send a debug version for Linux that prints everything that happens during the HTTP request, but if it never calls AsyncPerformRequests, then I assume the issue is with libuv, and it doesn't even perform the HTTP request.

I see a new version of libuv was just released, so I can try updating that to see if it helps. As for debugging, I would indeed put a LogMessage before line 180, 196 and 201 in extension.cpp to check if requests are added to the queue, if the queue is processed and if requests are added to the completed queue.
__________________
Advertisements | REST in Pawn - HTTP client for JSON REST APIs
Please do not PM me with questions. Post in the plugin thread.
DJ Tsunami is offline