Skip to content
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

Error while logging in. Possibly invalid username/password #19

Open
spoonys opened this issue Oct 22, 2022 · 0 comments
Open

Error while logging in. Possibly invalid username/password #19

spoonys opened this issue Oct 22, 2022 · 0 comments

Comments

@spoonys
Copy link

spoonys commented Oct 22, 2022

I am getting this error: Error while logging in. Possibly invalid username/password

However I checked and double checked. My details are correct. What have I done wrong?

got this error

root@instance-1:/test/WWE-Network-Downloader# python3 main.py -t https://watch.wwe.com/episode/SmackDown-130268 Traceback (most recent call last): File "main.py", line 110, in <module> account.login() File "/test/WWE-Network-Downloader/wwe.py", line 45, in login token_data = self._session.post('https://dce-frontoffice.imggaming.com/api/v2/login', json=payload, headers=CONSTANTS.REALM_HEADERS).json() File "/root/.local/lib/python3.6/site-packages/requests/models.py", line 910, in json return complexjson.loads(self.text, **kwargs) File "/usr/lib/python3.6/json/__init__.py", line 354, in loads return _default_decoder.decode(s) File "/usr/lib/python3.6/json/decoder.py", line 339, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.6/json/decoder.py", line 357, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

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

No branches or pull requests

1 participant