linuxserver / docker-pyload-ng

GNU General Public License v3.0
80 stars 10 forks source link

Filejoket.net Login Failed #18

Closed thestreetdj closed 1 year ago

thestreetdj commented 1 year ago

linuxserver.io


Expected Behavior

Current Behavior

Steps to Reproduce

1. 2. 3. 4.

Environment

OS: DSM 7.1.1 CPU architecture: x86_64 How docker service was installed:

Image Download

Command used to create docker container (run/create/compose/screenshot)

Docker logs

14918 | 2022-11-21 00:43:29 | INFO | pyload | ACCOUNT FilejokerNet: Updating account info for user `pro****`... -- | -- | -- | -- | -- 14919 | 2022-11-21 00:43:29 | INFO | pyload | ACCOUNT FilejokerNet: Relogin user `pro****`... 14920 | 2022-11-21 00:43:29 | DEBUG | pyload | ACCOUNT FilejokerNet: LOAD URL https://filejoker.net/zapi \| get={'op': 'login', 'email': 'pro****', 'pass': '**********'} \| post={} \| ref=True \| cookies=True \| just_header=False \| decode=True \| multipart=False \| redirect=True \| req=None 14921 | 2022-11-21 00:43:30 | ERROR | pyload | ACCOUNT FilejokerNet: Could not login user `pro****` \| Expecting value: line 1 column 1 (char 0) 14922 | ? | ? | ? | Traceback (most recent call last): 14923 | ? | ? | ? | File "/usr/lib/python3.9/site-packages/pyload/plugins/base/account.py", line 135, in login 14924 | ? | ? | ? | self.signin(self.user, self.info["login"]["password"], self.info["data"]) 14925 | ? | ? | ? | File "/usr/lib/python3.9/site-packages/pyload/plugins/accounts/FilejokerNet.py", line 51, in signin 14926 | ? | ? | ? | api_data = self.api_request("login", **{"email": user, "pass": password}) 14927 | ? | ? | ? | File "/usr/lib/python3.9/site-packages/pyload/plugins/accounts/FilejokerNet.py", line 24, in api_request 14928 | ? | ? | ? | return json.loads(self.load(self.API_URL, get=args)) 14929 | ? | ? | ? | File "/usr/lib/python3.9/json/__init__.py", line 346, in loads 14930 | ? | ? | ? | return _default_decoder.decode(s) 14931 | ? | ? | ? | File "/usr/lib/python3.9/json/decoder.py", line 337, in decode 14932 | ? | ? | ? | obj, end = self.raw_decode(s, idx=_w(s, 0).end()) 14933 | ? | ? | ? | File "/usr/lib/python3.9/json/decoder.py", line 355, in raw_decode 14934 | ? | ? | ? | raise JSONDecodeError("Expecting value", s, err.value) from None 14935 | ? | ? | ? | json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
github-actions[bot] commented 1 year ago

Thanks for opening your first issue here! Be sure to follow the bug or feature issue templates!

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] commented 1 year ago

This issue is locked due to inactivity