Open richardportugal opened 11 months ago
We are also experience that issue on our server and it is pretty random for some reason.. We are running build 7345 and this is happening pretty random the last few months. And suddently it stopped for some time and now it is back again. We are running our server on linux
We are also experience that issue on our server and it is pretty random for some reason.. We are running build 7345 and this is happening pretty random the last few months. And suddently it stopped for some time and now it is back again. We are running our server on linux
disable steam auth from connectqueue and remove steam webapi key it should work
What happened?
My server randomly stops accepting player connections, and it only comes back when the server is restarted. Basically, the server is online, and I get around 100 players. Then, for some reason, the server doesn't 'handshake' with new players, and neither do the players who leave the server to join again.
The error that is giving me trouble is:
'Ticket authorization failed. Reused Ticket.'
Sometimes the message switches to:'HTTP/2 stream 3 was not closed cleanly before the end of the underlying stream - CURL error code 92 (Stream error in the HTTP/2 framing layer).'
I went through the source code and searched for the error, and I found it in'code -> components -> citizen-server-impl -> src -> InitConnectMethod.cpp.'
and found the error message is being returned here: (https://github.com/citizenfx/fivem/blob/master/code/components/citizen-server-impl/src/InitConnectMethod.cpp)I would like to know if there could be a bug with my VPS, maybe the Steam API, or with the build
Expected result
Player connecting normally
Reproduction steps
Importancy
There's a workaround
Area(s)
FXServer
Specific version(s)
Server 6683 windows
Additional information
No response