linuxserver / docker-pyload-ng

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

[BUG] Nitroflare plugin no longer working #49

Closed artdog123 closed 1 week ago

artdog123 commented 3 months ago

Is there an existing issue for this?

Current Behavior

Account is marked as invalid

Expected Behavior

Valid account should work. It has been working until 25/6/2024

Steps To Reproduce

create account. add credentials. view result

Environment

- OS: Raspberry Pi OS
- How docker service was installed: Portainer

CPU architecture

arm64

Docker creation

Created with portainer. I see no way to add a screen shot to this field.

Container logs

<html>
<body>
<!--StartFragment-->
ACCOUNT NitroflareCom: Adding user `art*******`...
--
7919 | 2024-06-26 08:44:57 | DEBUG | pyload | ACCOUNT NitroflareCom: Reached login timeout for user `art****`
7920 | 2024-06-26 08:44:57 | INFO | pyload | ACCOUNT NitroflareCom: Login user `art****`...
7921 | 2024-06-26 08:44:57 | DEBUG | pyload | ACCOUNT NitroflareCom: LOAD URL https://nitroflare.com/api/v2/getKeyInfo \| get={'user': 'art****', 'premiumKey': '**********'} \| post={} \| ref=True \| cookies=True \| just_header=False \| decode=True \| multipart=False \| redirect=True \| req=None
7922 | 2024-06-26 08:44:57 | ERROR | pyload | ACCOUNT NitroflareCom: Could not login user `art****` \| Account Login Requires Recaptcha
7923 | ? | ? | ? | Traceback (most recent call last):
7924 | ? | ? | ? | File "/lsiopy/lib/python3.11/site-packages/pyload/plugins/base/account.py", line 138, in login
7925 | ? | ? | ? | self.signin(self.user, self.info["login"]["password"], self.info["data"])
7926 | ? | ? | ? | File "/lsiopy/lib/python3.11/site-packages/pyload/plugins/accounts/NitroflareCom.py", line 61, in signin
7927 | ? | ? | ? | self.fail_login(self._("Account Login Requires Recaptcha"))
7928 | ? | ? | ? | File "/lsiopy/lib/python3.11/site-packages/pyload/plugins/base/account.py", line 498, in fail_login
7929 | ? | ? | ? | return self.fail(msg)
7930 | ? | ? | ? | ^^^^^^^^^^^^^^
7931 | ? | ? | ? | File "/lsiopy/lib/python3.11/site-packages/pyload/plugins/base/plugin.py", line 154, in fail
7932 | ? | ? | ? | raise Fail(msg)
7933 | ? | ? | ? | pyload.core.network.exceptions.Fail: Account Login Requires Recaptcha

<!--EndFragment-->
</body>
</html>
github-actions[bot] commented 3 months ago

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

LinuxServer-CI commented 2 months ago

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