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

[BUG] Does not start with updated version (125.4.3474->143.4.4161) #51

Open
adradr opened this issue Mar 16, 2022 · 3 comments
Open

[BUG] Does not start with updated version (125.4.3474->143.4.4161) #51

adradr opened this issue Mar 16, 2022 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@adradr
Copy link

adradr commented Mar 16, 2022

Describe the bug
After updating dropbox inside the container it does not want to start up. I guess its not particularly the bug of this dockerized version, but probably somebody has faced this issuee already. I have been using the previous version fine, but after 20 days it warned me to update and it also wasn't working anymore.

Current version: Dropbox daemon version: 143.4.4161
Previous working version: Dropbox daemon version: 125.4.3474

I am using a Linux machine 4.15.0-169-generic #177-Ubuntu SMP Thu Feb 3 10:50:38 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux with Docker version 19.03.12, build 48a66213fe

Run Command:

---
version: "2.1"
services:
  dropbox:
    image: otherguy/dropbox:latest
    container_name: dropbox
    network_mode: host
    environment:
      - TZ=Europe/Budapest
      - DROPBOX_UID=1000
      - DROPBOX_GID=1000
      - POLLING_INTERVAL=15
      - DROPBOX_SKIP_UPDATE=false
    volumes:
      - /home/adr/dropbox-docker/dropbox_config:/opt/dropbox/.dropbox
      - /home/adr/dropbox-docker/dropbox_files:/opt/dropbox/Dropbox
    restart: unless-stopped

Additional context

Before updating

...
You're using an old version of Dropbox. Please update within the next 6 days to continue using Dropbox.

https://www.dropbox.com/downloading?from_client=True
Up to date
Up to date
Up to date
Up to date
...

After updating

root@ machine:/opt/dropbox/Dropbox# dropbox status
Starting...
root@ machine:/opt/dropbox/Dropbox# dropbox status
Starting...
root@ machine:/opt/dropbox/Dropbox# dropbox status
Starting...
root@ machine:/opt/dropbox/Dropbox# dropbox status
Starting...
root@ machine:/opt/dropbox/Dropbox# dropbox status
Starting...
root@ machine:/opt/dropbox/Dropbox# dropbox status
Starting...
root@ machine:/opt/dropbox/Dropbox# dropbox version
Dropbox daemon version: 143.4.4161
Dropbox command-line interface version: 2020.03.04
@adradr adradr added the bug Something isn't working label Mar 16, 2022
@Sarke
Copy link

Sarke commented Mar 18, 2022

I had the same problem, with it being stuck in "Starting..." after updating. Today I restarted the container and it just worked again. No idea why, I'm pretty sure I didn't change anything.

@adradr
Copy link
Author

adradr commented Mar 18, 2022

Yeah I was trying with the restart but nothing happened. I only waited an hour and finally I dumped dropbox for an FTP...

@Sarke
Copy link

Sarke commented Mar 20, 2022

It was stuck first and I just left it, but then I removed and recreated the container and it worked right away.

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

3 participants