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

AttributeError: 'Download' object has no attribute 'client' #93

Open
fth7139 opened this issue Sep 15, 2023 · 0 comments
Open

AttributeError: 'Download' object has no attribute 'client' #93

fth7139 opened this issue Sep 15, 2023 · 0 comments

Comments

@fth7139
Copy link

fth7139 commented Sep 15, 2023

Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in run_code
File "C:\Users*****\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\Scripts\rsack.exe_main
.py", line 7, in
File "C:\Users*\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\rsack\main.py", line 27, in main
bugs.Download(type="album", id=int(id))
File "C:\Users*
\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\rsack\bugs.py", line 23, in init
self.conn_info = self.client.auth(email=self.settings['email'], password=self.settings['password'])
^^^^^^^^^^^
AttributeError: 'Download' object has no attribute 'client'

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