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: 'ResumableUploadError' object has no attribute 'replace #29

Closed
markjohanson183 opened this issue Nov 26, 2022 · 1 comment
Labels
rejected This will not be worked on

Comments

@markjohanson183
Copy link

During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
self.run()
File "/usr/lib/python3.10/threading.py", line 953, in run
self._target(*self._args, **self._kwargs)
File "/usr/src/app/bot/helper/download_utils/gd_downloader.py", line 34, in add_gd_download
drive.download(link)
File "/usr/src/app/bot/helper/drive_utils/gdriveTools.py", line 705, in download
self.__listener.onDownloadComplete()
File "/usr/src/app/bot/modules/archive.py", line 127, in onDownloadComplete
drive.upload(up_name)
File "/usr/src/app/bot/helper/drive_utils/gdriveTools.py", line 597, in upload
self.__listener.onUploadError(err)
File "/usr/src/app/bot/modules/archive.py", line 174, in onUploadError
error = error.replace('<', '').replace('>', '')
AttributeError: 'ResumableUploadError' object has no attribute 'replace'

@l3v11 l3v11 added the bug Something isn't working label Nov 26, 2022
@l3v11
Copy link
Owner

l3v11 commented Nov 26, 2022

What is this?
How can I reproduce this error?
Show me what are you doing and what are you getting

@l3v11 l3v11 added rejected This will not be worked on and removed bug Something isn't working labels Nov 27, 2022
@l3v11 l3v11 closed this as completed Nov 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rejected This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants