meepen / salien-bot

Steam Summer Sale 2018 "Salien" minigame bot - runs in console or browser
MIT License
418 stars 104 forks source link

Script not working at all since 20 minutes (the Steam time) #145

Closed Rysanlos closed 6 years ago

Rysanlos commented 6 years ago

All in the title, the steam store is refreshing every day (20 mins ago), and since the script it's not working (it's running but not playing at all)

darkl1ch commented 6 years ago

so i presume this is for the userscript. have you tried to use the headless mode? its way better than the tappermoneky - userscript version. i recommend you to stop the browser script, install nodejs and use the headless version. the setup is simple and easy, you will like it more than the other one. :)

btw check the other issues, almost all belongs to the userscript.. :)

Rysanlos commented 6 years ago

no it's for the headless mode. I was using the headless mode since it's available, and today it's not farming at all EDIT: after 3 hours it's working back, propably a steam issue

darkl1ch commented 6 years ago

well. its probably because of the token. you generate a new one. :)

ntfshard commented 6 years ago

I had some issues on boss levels on line "enemies.forEach((enemy) =>"

callmenemo491 commented 6 years ago

steam changed something, so now the script does not work ;( script is: index.user.js

Error: TypeError: enemies is undefined

Dusty Planet zone 20 (8, 1) progress: 0.0000034482106912037125 difficulty: 3    userscript.html:186:9
join to zone 20                 userscript.html:124:13
20                              userscript.html:137:9
TypeError: enemies is undefined
process                         moz-extension://5b8a5701-db57-4a03-a9c3-16e596fd1506/userscript.html:287:9
ticker                          moz-extension://5b8a5701-db57-4a03-a9c3-16e596fd1506/userscript.html:460:13
[120]</i</t.prototype.emit      https://steamcommunity-a.akamaihd.net/public/javascript/saliengame/pixi/pixi.min.js:16:18820
[119]</c</t.prototype.update    https://steamcommunity-a.akamaihd.net/public/javascript/saliengame/pixi/pixi.min.js:16:17776
t/this._tick                    https://steamcommunity-a.akamaihd.net/public/javascript/saliengame/pixi/pixi.min.js:16:15959

Line 287: enemies.forEach((enemy) => {

Line 460: attack.process(enemies);

callmenemo491 commented 6 years ago

updated the script to: version 26 cheers @meepen!

meepen commented 6 years ago

in the future, look for other issues that relate to your errors or create new ones if you can't find any! 👍