-
Notifications
You must be signed in to change notification settings - Fork 23
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
Remove text from SG sync #186
Comments
I'm also getting the error message (I think only since installing the 7.7.4 update). In my case I know the Steam API side of things is working as I have a few other scripts that use it and they are fine (Do You Even Play, Bro?, Did They Even Play? and RaChart Enhancer). |
Can you go here: http://store.steampowered.com/dynamicstore/userdata And see if everything looks fine? |
Is there anything in |
Yes, there is. I saved the results here. |
Hm, it should be working then, you're still getting the error? I cannot reproduce this at all. |
Yes, unfortunately, I am. |
Can you find this line: |
Yes, did you check the console after syncing? |
Yes, I checked console for both - the normal SG page and the page in the background And to be sure that it was loaded correctly, I also put console.log("test"); after it and appeared normally. |
Try separating the two: console.log(storeResponse); console.log(storeJson); |
I do not understand that at all. There is clearly a storeJson file and the rgOwnedApps length is clearly more than 0, so I don't know why the condition is failing. Can you try this: console.log(storeJson.rgOwnedApps.length); console.log(storeJson && storeJson.rgOwnedApps.length > 0); |
Ahh, I think I got it. You have an alt account set, right? I think that's it. |
Yes, I have set an alt account. The error is:
|
Plus this: 2023 |
Will be fixed in the next version. By the way, I don't know if you know this, but if you want to already start using the next version you can download the .zip at any moment. That works like a dev channel, while the public channel only gets updates once per week or so. So if you don't want to wait to have access to the new features and bug fixes, you can use the dev channel. |
That's cool, I didn't know that. Thanks for the tip. BTW: how can I tell if an error will be in the normal console or in the console of the page on background? |
Basically only errors related to requests appear in the background page. |
In the classic SG sync, there is text from ESGST sync - "By selecting a number X in the dropdown menu next to each data other than 0, you are enabling automatic sync for that data (which means the data will be synced every X days)."
(As you can see below, there is also an error which I have never seen before. I am logged to Steam. I have had it a few hours - since update to 7.7.4 so I am not sure if it is the steam API)
The text was updated successfully, but these errors were encountered: