l3mpik / slither-feeder-bot

Slither.io FeederBots
MIT License
16 stars 17 forks source link

count 0 bot spawning in localhost #44

Closed Wartoz closed 8 years ago

Wartoz commented 8 years ago

http://i.imgur.com/PPhES1j.png and there is a syntax mistake in server.js line 19 "}" remove it

l3mpik commented 8 years ago

17:if (!!process.env.SLITHER_PER_PROXY) { 18: perProxy = parseInt(process.env.SLITHER_PER_PROXY) 19: } <-- end of if . :)

l3mpik commented 8 years ago

I thign u need to set port in feeder.js to same like server port. ;p

Wartoz commented 8 years ago

it's the same port 3000 everywhere

Wartoz commented 8 years ago

and they don't spawn

l3mpik commented 8 years ago

Hmm.. I in user script same ?

Wartoz commented 8 years ago

yes

if (vps == 1) { var socket = io.connect('ws://188.68.252.227:3333'); $("#mode").text('VPS'); } else { var socket = io.connect('ws://127.0.0.1:3000'); $("#mode").text('LOCAL'); }

and i'm in localhost mode

l3mpik commented 8 years ago

emm... hmm..

Wartoz commented 8 years ago

i tried your old versions they works but the updated not ^^

l3mpik commented 8 years ago

I update now try now.

Wartoz commented 8 years ago

http://i.imgur.com/fXLZIlv.png error

Wartoz commented 8 years ago

still no spawning

l3mpik commented 8 years ago

lol, u can't delete on " } " ? now is fixed.

Wartoz commented 8 years ago

i know but still no spawning

Wartoz commented 8 years ago

same as first screenshot

Wartoz commented 8 years ago

status: 0

l3mpik commented 8 years ago

lol, idk what u doing bad .. lol , for me everything is working good.

Wartoz commented 8 years ago

:/

l3mpik commented 8 years ago

Skype share screen ?

Wartoz commented 8 years ago

connect you

Wartoz commented 8 years ago

you can try on my vps i cloned your git

ghost commented 8 years ago

im having same issue it says status 0

Wartoz commented 8 years ago

:/

ghost commented 8 years ago

:/

ghost commented 8 years ago

maybe hes trolling us

Wartoz commented 8 years ago

no he tried to fix on my pc but not work

ghost commented 8 years ago

can we try fix it

ghost commented 8 years ago

does it work in vps

anonymousxxx02 commented 8 years ago

Guys i am gonna check new update later and if i make it run i will help you

ghost commented 8 years ago

ok

anonymousxxx02 commented 8 years ago

@Wartoz @kurama129 i find the problem

l3mpik commented 8 years ago

Where is the problem? For me script working good.

anonymousxxx02 commented 8 years ago

@l3mpik for you it work because in your vps you use old bot.js(before merge with yario-o)... in the github is the merged bot.js

l3mpik commented 8 years ago

fixedd