[go: nahoru, domu]

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

Gofile.io download failure. Apparent api address change. #4445

Closed
pdfrg opened this issue Mar 29, 2024 · 0 comments
Closed

Gofile.io download failure. Apparent api address change. #4445

pdfrg opened this issue Mar 29, 2024 · 0 comments
Assignees
Labels
bug Something isn't working pyLoad Next

Comments

@pdfrg
Copy link
pdfrg commented Mar 29, 2024

Description

Gofile.io fails to download.
lsio Docker container.

Debug log

[2024-03-29 02:13:01]  INFO                pyload  Decrypting starts: zOSYDG
[2024-03-29 02:13:01]  DEBUG               pyload  DECRYPTER GofileIoFolder[10]: Plugin version: 0.02
[2024-03-29 02:13:01]  DEBUG               pyload  DECRYPTER GofileIoFolder[10]: Plugin status: testing
[2024-03-29 02:13:01]  WARNING             pyload  DECRYPTER GofileIoFolder[10]: Plugin may be unstable
[2024-03-29 02:13:01]  INFO                pyload  DECRYPTER GofileIoFolder[10]: Grabbing link info...
[2024-03-29 02:13:01]  DEBUG               pyload  DECRYPTER GofileIoFolder[10]: Link info: {'name': 'zOSYDG', 'hash': {}, 'pattern': {'ID': 'zOSYDG'}, 'size': 0, 'status': 7, 'url': 'https://gofile.io/d/zOSYDG'}
[2024-03-29 02:13:01]  DEBUG               pyload  DECRYPTER GofileIoFolder[10]: Previous link info: {}
[2024-03-29 02:13:01]  INFO                pyload  DECRYPTER GofileIoFolder[10]: Link name: zOSYDG
[2024-03-29 02:13:01]  INFO                pyload  DECRYPTER GofileIoFolder[10]: Link size: N/D
[2024-03-29 02:13:01]  INFO                pyload  DECRYPTER GofileIoFolder[10]: Link status: starting
[2024-03-29 02:13:01]  DEBUG               pyload  ADDON UserAgentSwitcher: Setting connection timeout to 60 seconds
[2024-03-29 02:13:01]  DEBUG               pyload  ADDON UserAgentSwitcher: Setting maximum redirections to 10
[2024-03-29 02:13:01]  DEBUG               pyload  ADDON UserAgentSwitcher: Use custom user-agent string `Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0`
[2024-03-29 02:13:01]  DEBUG               pyload  ADDON ExternalScripts: No script found under folder `download_preparing`
[2024-03-29 02:13:01]  INFO                pyload  DECRYPTER GofileIoFolder[10]: Processing url: https://gofile.io/d/zOSYDG
[2024-03-29 02:13:01]  DEBUG               pyload  DECRYPTER GofileIoFolder[10]: LOAD URL https://gofile.io/api/createAccount | get={} | post={} | ref=True | cookies=True | just_header=False | decode=True | multipart=False | redirect=True | req=None
[2024-03-29 02:13:03]  WARNING             pyload  Decrypting failed: zOSYDG | Expecting value: line 1 column 1 (char 0)
Traceback (most recent call last):
  File "/lsiopy/lib/python3.11/site-packages/pyload/core/threads/decrypter_thread.py", line 40, in run
    self.active.plugin.preprocessing(self)
  File "/lsiopy/lib/python3.11/site-packages/pyload/plugins/base/hoster.py", line 291, in preprocessing
    return self._process(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/lsiopy/lib/python3.11/site-packages/pyload/plugins/base/hoster.py", line 285, in _process
    self.process(self.pyfile)
  File "/lsiopy/lib/python3.11/site-packages/pyload/plugins/base/decrypter.py", line 41, in process
    self.decrypt(pyfile)
  File "/lsiopy/lib/python3.11/site-packages/pyload/plugins/decrypters/GofileIoFolder.py", line 47, in decrypt
    api_data = self.api_request("createAccount")
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/lsiopy/lib/python3.11/site-packages/pyload/plugins/decrypters/GofileIoFolder.py", line 44, in api_request
    return json.loads(json_data)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/json/__init__.py", line 346, in loads
    return _default_decoder.decode(s)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/json/decoder.py", line 337, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/json/decoder.py", line 355, in raw_decode
    raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
[2024-03-29 02:13:03]  INFO                pyload  Debug Report written to /tmp/pyLoad/debug_GofileIoFolder_2024-03-29_02-13-03.zip

Additional references

Api appears to hav been changed. Was api.gofile.io. Now is gofile.io/api.
Another issue here advises manually editing the files.
Changed this in plugins/decrypters and plugins/downloaders, then restarted. Did docker exec to make sure changes persisted after restart. They did. Error message above the same, except the gofile.io/api/createaccount link reflects the change. Still doesn't work. Don't know how to program, any help is appreciated. Thanks.

Screenshots

@pdfrg pdfrg added bug Something isn't working pyLoad Next labels Mar 29, 2024
GammaC0de added a commit that referenced this issue Mar 31, 2024
GammaC0de added a commit that referenced this issue Mar 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working pyLoad Next
Development

No branches or pull requests

3 participants