You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: