[connection] IP requests a connection cookie
#1

On the console the error above (in the title) appears then it timeouts the player, what is that supposed to mean?

Thanks.
Reply
#2

It doesnt mean he timed out..

I dunno how to explain the cookie system.. cuz I dont know how it works :P..
But it prevents connection spoofing.

So yeah.. Its a good thing.
Reply
#3

I know it doesn't mean time out mate, it timeouts the player after that error line shows up on the console, this is a homehost I am connected from two different PCs here and it keeps the host PC and timeout the other one which has a different IP, is there anyway I could prevent this from happening?
Reply
#4

Quote:
Originally Posted by DaniceMcHarley
View Post
I know it doesn't mean time out mate, it timeouts the player after that error line shows up on the console, this is a homehost I am connected from two different PCs here and it keeps the host PC and timeout the other one which has a different IP, is there anyway I could prevent this from happening?
Oh, That makes more sense.
But it works for me.

Server on computer and connected successfully from laptop.
So IDK tbh.
Reply
#5

Alright, thanks for dedicating your time I hope someone who acknowledges this to reply.
Reply
#6

Quote:
Originally Posted by DaniceMcHarley
View Post
Alright, thanks for dedicating your time I hope someone who acknowledges this to reply.
np.

Are you 100%, He is not being explicitly kicked in OnPlayerConnect.
Reply
#7

Yeah, the player connects for a short while, player doesn't timeout/crash instantly.

Code:
[connection] IP.IP.IP.IP:PORT requests a connection cookie
[part] NameHere has left the server <1:0>
Reply
#8

Quote:
Originally Posted by DaniceMcHarley
View Post
Yeah, the player connects for a short while, player doesn't timeout/crash instantly.

Code:
[connection] IP.IP.IP.IP:PORT requests a connection cookie
[part] NameHere has left the server <1:0>
Hmm.. that's weird.... The exit code is 1 which means you quit the server by ur-self and not server-side or crash.
Reply
#9

The weird part of this is that it has <> instead of () in the "[part] .. has left the server" so not the original message?
Excluding the above, it still says the player has disconnected but never joined?

It's normally like that:

[connection] IP:PORT requests connection cookie.
Incoming connection: IP:PORT id: playerid
[join] ... has joined the server (playerid:IP)
[part] ... has left the server (playerid:reason)


Quote:
Originally Posted by Ahmad45123
View Post
Hmm.. that's weird.... The exit code is 1 which means you quit the server by ur-self and not server-side or crash.
It's the opposite.
Reply
#10

Quote:
Originally Posted by Konstantinos
View Post
It's the opposite.
.. nvm.. I am wrong :P
Reply
#11

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
The weird part of this is that it has <> instead of () in the "[part] .. has left the server" so not the original message?
Excluding the above, it still says the player has disconnected but never joined?

It's normally like that:

[connection] IP:PORT requests connection cookie.
Incoming connection: IP:PORT id: playerid
[join] ... has joined the server (playerid:IP)
[part] ... has left the server (playerid:reason)




It's the opposite.
Код:
[21:36:44] [join] Noah_Everett has joined the server (1:10.0.0.106)
[21:41:44] [part] Noah_Everett has left the server (1:0)
[21:41:52] [connection] 10.0.0.106:62390 requests connection cookie.
[21:41:53] Incoming connection: 10.0.0.106:62390 id: 1
[21:43:16] [connection] 10.0.0.106:52855 requests connection cookie.
[21:43:17] Incoming connection: 10.0.0.106:52855 id: 1
[21:43:18] [join] Noah_Everett has joined the server (1:10.0.0.106)
I apologise, I was on phone and couldn't paste the whole logs.
Reply
#12

Honestly I'm not sure if the port is not opened can cause this or something is wrong with the firewall etc but did anybody else try to connect or even you tried to connect from the host PC?
Reply
#13

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
Honestly I'm not sure if the port is not opened can cause this
No, if the port wasn't open he wouldn't be able to connect at all or even see the server unless he was on the LAN.

Also; try running a blank mode, like the bare mode packaged with the samp server by default. Then try connecting.
Reply
#14

This has nothing to do with the connection cookie or else he wouldn't of been able to join to begin with.

How exactly is he crashing? If his game is completely crashing and not just a disconnection from the server than clearly it's not related to the server itself, unless you allow forbidden ids.
Reply
#15

Quote:
Originally Posted by Jake187
Посмотреть сообщение
This has nothing to do with the connection cookie or else he wouldn't of been able to join to begin with.

How exactly is he crashing? If his game is completely crashing and not just a disconnection from the server than clearly it's not related to the server itself, unless you allow forbidden ids.
Player loses connection then connects again within 2-3 seconds.



Quote:
Originally Posted by Crayder
Посмотреть сообщение
No, if the port wasn't open he wouldn't be able to connect at all or even see the server unless he was on the LAN.
Also; try running a blank mode, like the bare mode packaged with the samp server by default. Then try connecting.
Код:
----------------------------------
[08:17:37]  Blank Gamemode by your name here
[08:17:37] ----------------------------------

[08:17:37] Number of vehicle models: 0
[08:20:02] [connection] 10.0.0.106:50260 requests connection cookie.
[08:20:03] Incoming connection: 10.0.0.106:50260 id: 0
[08:20:03] [join] Player2 has joined the server (0:10.0.0.106)
[08:20:13] [part] Player2 has left the server (0:1)
[08:20:26] [connection] 10.0.0.106:60291 requests connection cookie.
[08:20:27] [connection] 127.0.0.1:58754 requests connection cookie.
[08:20:27] Incoming connection: 10.0.0.106:60291 id: 0
[08:20:28] [join] Player2 has joined the server (0:10.0.0.106)
[08:20:28] Incoming connection: 127.0.0.1:58754 id: 1
[08:20:29] [join] Player1 has joined the server (1:127.0.0.1)
[08:20:31] [part] Player1 has left the server (1:1)
[08:20:34] [part] Player2 has left the server (0:1)
[08:20:46] [connection] 127.0.0.1:56391 requests connection cookie.
[08:20:47] Incoming connection: 127.0.0.1:56391 id: 0
[08:20:47] [join] Player1 has joined the server (0:127.0.0.1)
[08:20:55] [connection] 10.0.0.106:53714 requests connection cookie.
[08:20:56] Incoming connection: 10.0.0.106:53714 id: 1
[08:20:56] [join] Player2 has joined the server (1:10.0.0.106)
[08:23:37] [part] Player2 has left the server (1:0)
Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
Honestly I'm not sure if the port is not opened can cause this or something is wrong with the firewall etc but did anybody else try to connect or even you tried to connect from the host PC?
I have connected from 3 different devices, same issue. Host PC apparently shows the same warning when I connect to it as showed in the logs above.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)