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

[BUG] - name 'client' is not defined #52

Closed
afraazali opened this issue Dec 16, 2021 · 4 comments · Fixed by #65
Closed

[BUG] - name 'client' is not defined #52

afraazali opened this issue Dec 16, 2021 · 4 comments · Fixed by #65
Labels
bug Something isn't working

Comments

@afraazali
Copy link

afraazali commented Dec 16, 2021

On line 344 client.torrents.add(torrent_files=src, save_path=dest, category=category, tags='cross-seed', is_paused=True) in /modules/qbittorrent.py. I believe this should be self.client?

Also it looks like shutil isn't imported in /modules/qbittorrent.py so there's an error thrown on line 345

@bobokun
Copy link
Collaborator

bobokun commented Dec 16, 2021

Yup! Thanks for catching that. It's fixed in the latest develop branch

@bobokun bobokun added the bug Something isn't working label Dec 16, 2021
@afraazali
Copy link
Author

Thank you @bobokun. How long does it take to deploy a new docker image?

@bobokun
Copy link
Collaborator

bobokun commented Dec 16, 2021

Not long, it is all automated, <5minutes. It's updated now

@afraazali
Copy link
Author

Amazing. Thank you!

@bobokun bobokun closed this as completed Dec 16, 2021
@bobokun bobokun mentioned this issue Dec 23, 2021
@bobokun bobokun linked a pull request Dec 23, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants