Don't try to update Dropbox if the download failed#21
Open
amenonsen wants to merge 1 commit into
Open
Conversation
Otherwise you could end up with this situation, repeated forever: curl: (56) SSL read: error:00000000:lib(0):func(0):reason(0), errno 104 gzip: stdin: unexpected end of file tar: Unexpected EOF in archive tar: Unexpected EOF in archive tar: Error is not recoverable: exiting now Installing new version... Dropbox updated to v55.4.171 cat: /opt/dropbox/VERSION: No such file or directory Starting dropboxd ()... bash: /opt/dropbox/dropboxd: No such file or directory Checking for latest Dropbox version... cat: /opt/dropbox/VERSION: No such file or directory Latest : 55.4.171 Installed: Dropbox is up-to-date cat: /opt/dropbox/VERSION: No such file or directory Starting dropboxd ()... bash: /opt/dropbox/dropboxd: No such file or directory Checking for latest Dropbox version... cat: /opt/dropbox/VERSION: No such file or directory Latest : 55.4.171 Installed: Dropbox is up-to-date …
|
How do you fix this? |
Author
|
@IWriteThings apply the patch in this PR (click on "Files changed" above to see the changes, or download https://github.com/janeczku/docker-dropbox/pull/21.patch) and rebuild the image. |
|
Any chance this will get merged soon? Been facing this issue for a while. |
Author
@WallaceDog no need to wait, you can apply the patch locally and rebuild your image with |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Otherwise you could end up with this situation, repeated forever:
curl: (56) SSL read: error:00000000:lib(0):func(0):reason(0), errno 104
gzip: stdin: unexpected end of file
tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now
Installing new version...
Dropbox updated to v55.4.171
cat: /opt/dropbox/VERSION: No such file or directory
Starting dropboxd ()...
bash: /opt/dropbox/dropboxd: No such file or directory
Checking for latest Dropbox version...
cat: /opt/dropbox/VERSION: No such file or directory
Latest : 55.4.171
Installed:
Dropbox is up-to-date
cat: /opt/dropbox/VERSION: No such file or directory
Starting dropboxd ()...
bash: /opt/dropbox/dropboxd: No such file or directory
Checking for latest Dropbox version...
cat: /opt/dropbox/VERSION: No such file or directory
Latest : 55.4.171
Installed:
Dropbox is up-to-date
…