Closed MonolithOrchids closed 1 year ago
hey, can i get you to validate that the account can se/use the point shop?
as it is getting the authwgtoken
from there.
so just open https://store.steampowered.com/points/shop
( the point shop )
And paste this into the DevTool ( F12 )
JSON.parse(jQuery("#application_config").attr("data-loyaltystore")).webapi_token
It will print the key. if you are able to see a key, here. then there might be somefing wrong whit the module.
If you doent see the key, then you account is not activ Or valid to get the free sticket.
can i get you to validate the above ?
Hey, Yeah it does validate with a key, account has over 10k games.
Okay, then it shoud be all right.
did you only run it once or did you try multiple times?
what i need you to test, is logging what steam send as the container of the token
in file and line : https://github.com/quer/the-steam-awards/blob/Master/modules/events/FreeDailySticker.js#L38 add the following under.
log(authwgtoken)
( so it look like this : )
var authwgtoken = JSON.parse($("#application_config").attr("data-loyaltystore"));
log(authwgtoken)
resolve(authwgtoken);
Then run it agirn. and it shoud print the same, that you did see in the devtool. Then you can see if the webapi_token
is set in both places.
I tried multiple times on multiple accounts, accounts using 2FA and accounts using Email Login, all accounts that aren't limited.
I did what you said and got the same result.
Then in basic, it shoud work. You have to send me the authwgtoken
that is printet. for me to be able to help more.