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

Unable to download file - status=1/FAILURE #243

Closed
cbcoutinho opened this issue Nov 20, 2018 · 9 comments
Closed

Unable to download file - status=1/FAILURE #243

cbcoutinho opened this issue Nov 20, 2018 · 9 comments
Labels
Bug Something isn't working Compiler Issue Duplicate This issue or pull request already exists Fixed

Comments

@cbcoutinho
Copy link

Bug Report Details

I have a few large files that I am having trouble downloading on my laptop from my Onedrive for Business account. During the synchronization, I can see that a file is being downloaded (there is network access), but onedrive errors out after a few attempts to sync the file. I've deleted the local sqlite3 cache to see if that was the issue, but that wasn't it.

The verbose log output:

$ onedrive --verbose --synchronize
...
Downloading file /path/to/my/file ...
Downloading 100% |oooooooooooooooooooooooooooooooooooooo| DONE IN 00:00:14
done.
std.file.FileException@/usr/include/dlang/dmd/std/file.d(1556): /path/to/my/file: No such file or directory
----------------
/usr/include/dlang/dmd/std/file.d:276 @trusted bool std.file.cenforce!(bool).cenforce(bool, scope const(char)[], scope const(char)*, immutable(char)[], ulong) [0x58a1c8]
/usr/include/dlang/dmd/std/file.d:265 @safe void std.file.setTimes!(immutable(char)[]).setTimes(immutable(char)[], std.datetime.systime.SysTime, std.datetime.systime.SysTime) [0x59ad3e]
src/sync.d:755 void sync.SyncEngine.downloadFileItem(itemdb.Item, immutable(char)[]) [0x5ce353]
src/sync.d:663 void sync.SyncEngine.applyNewItem(itemdb.Item, immutable(char)[]) [0x5cdcbf]
src/sync.d:633 void sync.SyncEngine.applyDifference(std.json.JSONValue, immutable(char)[], bool) [0x5cdb55]
src/sync.d:485 void sync.SyncEngine.applyDifferences(immutable(char)[], const(char)[]) [0x5cd042]
src/sync.d:223 void sync.SyncEngine.applyDifferences() [0x5cc0b9]
src/main.d:443 void main.performSync(sync.SyncEngine, immutable(char)[], bool, bool, bool) [0x5b148e]
src/main.d:312 _Dmain [0x5b0d24]

Application and Operating System Details:

  • OS:
$ uname -a
Linux tumbleweed 4.19.2-1-default #1 SMP PREEMPT Tue Nov 13 20:56:49 UTC 2018 (8adee6e) x86_64 x86_64 x86_64 GNU/Linux
  • Are you using a headless system (no gui) or with a gui installed? GUI - Gnome
  • Application version: Output of onedrive --version: onedrive v2.1.4-5-g76ac8d3
  • OneDrive Account Type: Onedrive for Business
  • DMD or LDC compiler version dmd --version or ldmd2 --version:
$ dmd --version
DMD64 D Compiler v2.082.1
Copyright (C) 1999-2018 by The D Language Foundation, All Rights Reserved written by Walter Bright
@abraunegg
Copy link
Owner

This is indicative of your curl version being updated, see:

#220, #222, #223, #224

To resolve:

  • Update to latest DMD version v2.083.0
  • Rebuild client with latest master

@abraunegg abraunegg added Bug Something isn't working Fixed Compiler Issue Duplicate This issue or pull request already exists labels Nov 20, 2018
@abraunegg
Copy link
Owner

If you still have issues after rebuilding using the latest DMD & client, please can you provide the following:

onedrive --verbose --synchronize --debug-https

@abraunegg
Copy link
Owner

@cbcoutinho
Any update in testing the above remediation steps provided?

@abraunegg
Copy link
Owner

@cbcoutinho
Any update in testing the above remediation steps provided?

@cbcoutinho
Copy link
Author

Hi @abraunegg, I won't be at my computer until the weekend so I don't an ipdate

@abraunegg
Copy link
Owner

@cbcoutinho
No problem. Also, v2.2.0 is latest release as of this morning.

@abraunegg
Copy link
Owner

@cbcoutinho
Any update in testing the above remediation steps provided?

@cbcoutinho
Copy link
Author

cbcoutinho commented Nov 25, 2018 via email

@lock
Copy link

lock bot commented Jan 5, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators Jan 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug Something isn't working Compiler Issue Duplicate This issue or pull request already exists Fixed
Projects
None yet
Development

No branches or pull requests

2 participants