-
Notifications
You must be signed in to change notification settings - Fork 103
Keep getting Game Error... #16
Comments
This is an issue with Steam's servers and not with this userscript. |
Except for the fact that when I disable the script the game loads just fine. It's only happening when I have the script enabled. |
This is the error in the chrome dev console window which seems to only happen when I have your script enabled, if I disable the script nothing ever pops up in the console window.. |
Because the script is automatically trying to start the game, that error is because the games API is returning a 500 server error. It has nothing to do with the script. |
Yep figured that out now, the script is broken for *monkey ways, have to manually click play and go to an world and open console and use it that way otherwise it'll just always throw the error and require page reload on a constant loop. |
It's probably because the script only works if the url has @meepen this line should probably be changed Line 7 in 30eab53
to something like
|
Can confirm that doing the above works so I'd suggest making the change above @meepen |
I fixed this in a PR, make sure you update your script. |
I still have this, even with v3. It doesn't show the dialog anymore, it's just stuck in a loop refreshing the page. |
for some reason the merge thought it was just another line added instead of changed? |
@meepen the merge was correct, there was supposed to be a |
oh whoops |
Sorry, I should have been a bit more clear in the pull request I made. |
This still happens to me both in firefox with violentmonkey and chromium with tampermonkey, the solution in #16 (comment) works, maybe adding it to the readme would be a good idea as a workaround. |
Running tampermonkey, installed script and went to
https://steamcommunity.com/saliengame/play/
. Every time the page loads it throws the errorThere was an error loading required game content. Your game will be restarted.
and if I click onOK
page reloads and then throws the error once. This seems to be on a continuous loop as it always seems to throw the error everytime the page loads.The text was updated successfully, but these errors were encountered: