Posts: 150
Threads: 6
Joined: Oct 2013
Reputation:
0
Show us the HTTP(..) request with the URL. I don't think it would be caused by the pawn. It depends on the HTTP response (html/php)
Posts: 1,398
Threads: 25
Joined: Jan 2014
Reputation:
0
The URL is missing the domain-name/IP part.
Posts: 7
Threads: 1
Joined: May 2013
Reputation:
0
Yes,it is,but i can't show you the domain name..
This really matter? I want to know why the server is crashed when the URL is called twice. May the HTTP function to send invalid data to server ? I shew you just final part from debug, it's not all...my log is spammed with 'heap underflow'.
Posts: 807
Threads: 10
Joined: Jan 2013
Reputation:
0
Why are you registering players via HTTP? You're creating more issues than you're solving. Particularly sending passwords via HTTP.
You're doing it the most ass-backwards way possible.
Posts: 6,242
Threads: 8
Joined: Jun 2008
Quote:
The HyperText Transfer Protocol (HTTP) 502 Bad Gateway server error response code indicates that the server, while acting as a gateway or proxy, received an invalid response from the upstream server.
|
And
Код:
[08/03/2018 14:29:14] [sampgdk:error] Too many callback arguments (at most 32 allowed)
is highly likely to have an effect on this, as the first error is usually indicating there is a problem there... Anything collapsing after, is simply indicative of the initial fault.