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
{{ message }}
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.
I am not quite sure why this happens, but what seems to happen is that it first uploads foo/bar, which creates the foo directory automatically, and then, it tries to create the foo directory and fails because it is already there.
The text was updated successfully, but these errors were encountered:
Mmmm, and I get a similar problem when removing a non empty directory, it removes files in a random order, and removes the directory before removing all its content, and then tries to remove the last file, and fails because it went away with the directory.
delete boost-python-flavors/0001-Flavorize-boost-python-libs.patch
delete boost-python-flavors/0003-Invisible-typo.patch
delete boost-python-flavors
2018-02-15T09:09:12 [WebService::Dropbox] [ERROR] https://api.dropboxapi.com/2/files/delete {"path":"/diffs/boost-python-flavors/0002-Remove-boost-python3-libs-it-s-never-used.patch"} -> [409] {"error_summary": "path_lookup/not_found/...", "error": {".tag": "path_lookup", "path_lookup": {".tag": "not_found"}}} at /usr/local/lib/perl5/site_perl/WebService/Dropbox.pm line 184.
{"error_summary": "path_lookup/not_found/...", "error": {".tag": "path_lookup", "path_lookup": {".tag": "not_found"}}} at /usr/local/bin/dropbox-api line 1040.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
This:
I am not quite sure why this happens, but what seems to happen is that it first uploads
foo/bar
, which creates thefoo
directory automatically, and then, it tries to create thefoo
directory and fails because it is already there.The text was updated successfully, but these errors were encountered: