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

Uncaught exception: FileNotFoundError #60

Open
Lykos153 opened this issue Dec 16, 2020 · 0 comments
Open

Uncaught exception: FileNotFoundError #60

Lykos153 opened this issue Dec 16, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@Lykos153
Copy link
Owner

Lykos153 commented Dec 16, 2020

[2020-12-16 16:55:45.583015667] Running git_annex_remote_googledrive version 1.2.3
[2020-12-16 16:55:45.583186161] Using AnnexRemote version 1.4.5
[2020-12-16 16:55:45.583351645] Using Drivelib version 0.2.0+18.g1019bc7.dirty

...

[2020-12-16 16:55:45.58624327]   File "/usr/lib/python3.9/site-packages/git_annex_remote_googledrive/google_remote.py", line 291, in transfer_store
[2020-12-16 16:55:45.586334747]     self.root.key(key).upload(
[2020-12-16 16:55:45.58646929]   File "/usr/lib/python3.9/site-packages/git_annex_remote_googledrive/keys.py", line 120, in upload
[2020-12-16 16:55:45.586570811]     self.file.upload(local_filename,
[2020-12-16 16:55:45.586684028]   File "/home/lykos/git/python-drivelib/drivelib/drive.py", line 553, in upload
[2020-12-16 16:55:45.586774354]     status, response = request.next_chunk()
[2020-12-16 16:55:45.586858008]   File "/home/lykos/git/python-drivelib/drivelib/drive.py", line 716, in next_chunk
[2020-12-16 16:55:45.586943535]     content_length = min(self.media_body.size()-self.resumable_progress, self.media_body.chunksize())
[2020-12-16 16:55:45.587030023]   File "/home/lykos/git/python-drivelib/drivelib/drive.py", line 682, in resumable_progress
[2020-12-16 16:55:45.587114455]     raise GoogleDriveAPIError.from_reply(status, resp)
[2020-12-16 16:55:45.58722292] FileNotFoundError: [Errno {'x-guploader-uploadid': 'xxxxxxxxxxxx', 'content-length': '0', 'date': 'Wed, 16 Dec 2020 15:55:45 GMT', 'server': 'UploadServer', 'content-type': 'text/html; charset=UTF-8', 'alt-svc': 'h3-29=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"', 'status': '404'}] b''

(Maybe also a bug in drivelib)

@Lykos153 Lykos153 added the bug Something isn't working label Dec 16, 2020
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

No branches or pull requests

1 participant