Author Topic: Keep getting kicked from Falling Platforms???  (Read 1555 times)

I keep getting randomly kicked from that server and the kick reason is always some random number.
\
The first time the kick reason was "3"
anyone know whats causing this??

oh right that blockland executable, woops

also some specific users are getting random disconnects with numbers 0-110 as reasons, i don't know if this is related but it only just now appeared this afternoon.
i suspected some client-sided addon is causing issues, but nothing appears to be out of the ordinary (kalphiter is one constant victim, unfortunately he's loving stupid and isn't giving any helpful information)
these disconnects appear like regular quitting in my console.log, idk. nothing in my gamemode code warrants kicking like that and nothing i use can be exploited.

server's been running on 84 with the workaround for 3 days, 1 hour.

Quote
Connecting to "TheBlackParrot's Falling Platforms" (97.97.236.173:27016, 140ms)
  Download Sounds:      True
  Download Music:       True
  Download Textures:    True

Sending challenge request...
Sending Connect challenge Request
Got connect challenge response from 97.97.236.173:27016
Sending connect request
Connection established
Connected successfully, killing other pending connections
*** New Mission
*** Phase 1: Download Datablocks & Targets
Steam Lobby Created: 109775242656313881
Steam Lobby Joined: 109775242656313881
lobby enter torquescript callback, yourlobby: 1
  this is our lobby
  have a server connection!
Received manifest and requested 2232 blobs. (1297 duplicates removed)
Loaded -6 blobs from cache
Got non-CURLE_OK result on a request, result was 3 'URL using bad/illegal format or missing URL'
 - Request was for ''
Got non-CURLE_OK result on a request, result was 3 'URL using bad/illegal format or missing URL'
 - Request was for ''
Got non-CURLE_OK result on a request, result was 3 'URL using bad/illegal format or missing URL'
 - Request was for ''
Got non-CURLE_OK result on a request, result was 3 'URL using bad/illegal format or missing URL'
 - Request was for ''
Got non-CURLE_OK result on a request, result was 3 'URL using bad/illegal format or missing URL'
 - Request was for ''
Got non-CURLE_OK result on a request, result was 3 'URL using bad/illegal format or missing URL'
 - Request was for ''
Got non-CURLE_OK result on a request, result was 3 'URL using bad/illegal format or missing URL'
 - Request was for ''
Got non-CURLE_OK result on a request, result was 3 'URL using bad/illegal format or missing URL'
 - Request was for ''
Got non-CURLE_OK result on a request, result was 22, 'HTTP response code said error', HTTP error 403
 - Request was for 'http://cloud.blockland.us/blobs/9b100fcadd81d6dd3aa20d2182ca6442f7b43cb1.bz2'
Got non-CURLE_OK result on a request, result was 22, 'HTTP response code said error', HTTP error 403
 - Request was for 'http://cloud.blockland.us/blobs/9e6fb3da0d483e240cf9b17eed7bf1babd39a7ec.bz2'
Got non-CURLE_OK result on a request, result was 22, 'HTTP response code said error', HTTP error 403
 - Request was for 'http://cloud.blockland.us/blobs/a55a7d55cedd010a5b31ee9f218bfc612bf719fe.bz2'
Got non-CURLE_OK result on a request, result was 22, 'HTTP response code said error', HTTP error 403
 - Request was for 'http://cloud.blockland.us/blobs/c2a6799960ca8e0aee845614c188eeb9854dffb3.bz2'
Got non-CURLE_OK result on a request, result was 22, 'HTTP response code said error', HTTP error 403
 - Request was for 'http://cloud.blockland.us/blobs/c7d0c52ce85e0fc89719a2ec775ba9eee11edc1c.bz2'
Got non-CURLE_OK result on a request, result was 22, 'HTTP response code said error', HTTP error 403
 - Request was for 'http://cloud.blockland.us/blobs/e94784f91b43c9730a93a3bcd8e2d91a73c4d1e5.bz2'
Got non-CURLE_OK result on a request, result was 22, 'HTTP response code said error', HTTP error 403
 - Request was for 'http://cloud.blockland.us/blobs/ed868e7b8ba4f30d070878aaa38a9230f46ce7b5.bz2'
CDN Download finished
Connection with server lost.
Leaving Steam Lobby: 109775242656313881
Issuing Disconnect packet.


thanks
wonder whats causing it tho and how it could be fixed :0


Random pack loss?
Possibly. HTTP error 403 is forbidden, so I wonder how that works itself in.

Possibly. HTTP error 403 is forbidden, so I wonder how that works itself in.
lol what, what's when you access something

This probably happens when a packet is sent and never sent back, parrot will need to do more trace or something

lol what, what's when you access something
Well, it is accessing something(the cloud):
Code: [Select]
- Request was for 'http://cloud.blockland.us/blobs/blah.bz2'
This probably happens when a packet is sent and never sent back
Sounds reasonable; maybe it's timing out or something because of the speed/number of requests?

it's currently kicking everyone over and over


It has nothing to do with those 403 errors. That's from when you're loading the file manifest/downloading files. These were popping up well after people were loaded.

i have no idea what the hell is causing it too, it just started happening out of the blue

is it really bad right now? i could probably break the game for a minute so that i can attempt to trace.

was happening earlier today, first slowly, then quickly became more frequent

such an odd error

well now that kicking problem seems gone, but there is always the lagspike that always shows up when playing and it affects everyone (also ruins a lot of chances of beating the record)

well now that kicking problem seems gone, but there is always the lagspike that always shows up when playing and it affects everyone (also ruins a lot of chances of beating the record)
does it spike when someone leaves/spawns?