Posted June 17, 2020
BinTieZ: so i tried Bustacap method, but i still get connection time out..
i just need to replace stored_credentials.get("npsso" with the value i got right? without the {"npsso":" thing.. just need the random number? sorry im so stupid about this kind of stuff..
Bustacap: line 64 should look like this: i just need to replace stored_credentials.get("npsso" with the value i got right? without the {"npsso":" thing.. just need the random number? sorry im so stupid about this kind of stuff..
stored_npsso = "rS641pKmZgOF9QgOvMAeAjasCq9dtMfGljKZxvKApuNLANECGOnDxq7CHzAUJ2nm"
(those numbers are just an example and dont actually work, you need to provide your own)
65 if not stored_npsso:
something like this right? i still got the connection time out -_-
Post edited June 17, 2020 by BinTieZ