-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I try to spawn more than 30 bots on party #47
Comments
"Trying to write outside buffer length"? This is something new. |
Hi, I'm running agarbot.ovh. We used a modified version of your code for Have fun ! Le ven. 8 janv. 2016 à 06:55, pulviscriptor notifications@github.com a
|
@DeepSnowNeeL This is what i did in issue 46 #46 |
I just edited a few things in agarioclient.js so I ccan get more than 5 bots. Socks5 wasnt working |
Oh I did modify the Connect though. I added localAddress |
@DaAwesomeRazor is there bug in client's code, or you solved the problem? |
@DaAwesomeRazor what exactly did you changed? |
I havent solved the problem but, im trying to fix it right now |
Can confirm, no modifications to the agar client. Might using smartbuffers help? |
@henopied |
@DaAwesomeRazor |
@pulviscriptor
|
@DaAwesomeRazor |
@pulviscriptor I dont think I changed that |
@DaAwesomeRazor |
@pulviscriptor I got it to work! I just recoded my client and updated the Agario Client it wasnt up to date. |
buffer.js:788
throw RangeError('Trying to write outside buffer length');
^
RangeError: Trying to write outside buffer length
at RangeError ()
at checkInt (buffer.js:788:11)
at Buffer.writeUInt8 (buffer.js:794:5)
at Object.Client.onConnect (/opt//bots/agario-client.js:93:17)
at .onOpen (/opt//node_modules/ws/lib/WebSocket.js:432:14)
at .EventEmitter.emit (events.js:92:17)
at .establishConnection (/opt//node_modules/ws/lib/WebSocket.js:862:8)
at ClientRequest.upgrade (/opt//node_modules/ws/lib/WebSocket.js:753:25)
at ClientRequest.g (events.js:180:16)
at ClientRequest.EventEmitter.emit (events.js:106:17)
at socketOnData (http.js:1612:11)
Is it because I updated ws?
The text was updated successfully, but these errors were encountered: