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

[APP SUBMITTED]: AttributeError: 'DownloadStationAPI' object has no attribute 'get_status' #11635

Open
ombre1000 opened this issue Feb 27, 2024 · 1 comment

Comments

@ombre1000
Copy link

INFO

Python Version: 3.8.16 (default, May 13 2023, 17:18:59) [GCC 8.5.0]
Operating System: Linux-3.2.101-armv7l-with-glibc2.4
Locale: UTF-8
Branch: master
Database: 44.19
Commit: c5a1e37
Link to Log: https://gist.github.com/ombre1000/4f8ddf5909fb217740ba8d60165e12d0

ERROR

2024-02-27 11:10:17 ERROR    DOWNLOADHANDLER :: [c5a1e37] Exception while checking torrent status. with error: 'DownloadStationAPI' object has no attribute 'get_status'
Traceback (most recent call last):
  File "/volume1/@appstore/medusa/src/medusa/schedulers/download_handler.py", line 405, in run
    self._update_status(torrent_client)
  File "/volume1/@appstore/medusa/src/medusa/schedulers/download_handler.py", line 176, in _update_status
    status = client.get_status(history_result['info_hash'])
AttributeError: 'DownloadStationAPI' object has no attribute 'get_status'

STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators

@ombre1000
Copy link
Author

INFO

Python Version: 3.8.16 (default, May 13 2023, 17:18:59) [GCC 8.5.0]
Operating System: Linux-3.2.101-armv7l-with-glibc2.4
Locale: UTF-8
Branch: master
Database: 44.19
Commit: c5a1e37
Link to Log: https://gist.github.com/ombre1000/f9f6d3cc51fcd98d90216c6a3a3daf8b

ERROR

2024-03-01 12:10:05 ERROR    DOWNLOADHANDLER :: [c5a1e37] Exception while checking torrent status. with error: 'DownloadStationAPI' object has no attribute 'get_status'
Traceback (most recent call last):
  File "/volume1/@appstore/medusa/src/medusa/schedulers/download_handler.py", line 405, in run
    self._update_status(torrent_client)
  File "/volume1/@appstore/medusa/src/medusa/schedulers/download_handler.py", line 176, in _update_status
    status = client.get_status(history_result['info_hash'])
AttributeError: 'DownloadStationAPI' object has no attribute 'get_status'

STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators

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