Skip to content
This repository has been archived by the owner on Jul 17, 2018. It is now read-only.

Keep getting Game Error... #16

Closed
JourneyOver opened this issue Jun 21, 2018 · 14 comments
Closed

Keep getting Game Error... #16

JourneyOver opened this issue Jun 21, 2018 · 14 comments

Comments

@JourneyOver
Copy link

Running tampermonkey, installed script and went to https://steamcommunity.com/saliengame/play/. Every time the page loads it throws the error There was an error loading required game content. Your game will be restarted. and if I click on OK 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.

@ehea617
Copy link

ehea617 commented Jun 21, 2018

This is an issue with Steam's servers and not with this userscript.

@JourneyOver
Copy link
Author

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.

@JourneyOver
Copy link
Author

This is the error in the chrome dev console window
https://i.imgur.com/09ucZ2X.png

which seems to only happen when I have your script enabled, if I disable the script nothing ever pops up in the console window..

@Js41637
Copy link
Contributor

Js41637 commented Jun 21, 2018

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.

@JourneyOver
Copy link
Author

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.

@Js41637
Copy link
Contributor

Js41637 commented Jun 21, 2018

It's probably because the script only works if the url has play/ at the end.

@meepen this line should probably be changed

// @match https://steamcommunity.com/saliengame/play/

to something like

 // @match        https://steamcommunity.com/saliengame/play
 // @match        https://steamcommunity.com/saliengame/play/

@JourneyOver
Copy link
Author

Can confirm that doing the above works so I'd suggest making the change above @meepen

@Js41637
Copy link
Contributor

Js41637 commented Jun 21, 2018

I fixed this in a PR, make sure you update your script.

@bb10
Copy link

bb10 commented Jun 21, 2018

I still have this, even with v3. It doesn't show the dialog anymore, it's just stuck in a loop refreshing the page.

@meepen
Copy link
Owner

meepen commented Jun 21, 2018

for some reason the merge thought it was just another line added instead of changed?
fixing now

@JourneyOver
Copy link
Author

@meepen the merge was correct, there was supposed to be a // @match https://steamcommunity.com/saliengame/play and a // @match https://steamcommunity.com/saliengame/play/ both of them. There wasn't a removal at all just an addition.

@meepen
Copy link
Owner

meepen commented Jun 21, 2018

oh whoops
sorry im new at this

@Js41637
Copy link
Contributor

Js41637 commented Jun 21, 2018

Sorry, I should have been a bit more clear in the pull request I made.

@dumpsters
Copy link

dumpsters commented Jun 22, 2018

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants