-
Notifications
You must be signed in to change notification settings - Fork 28
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] Error when connecting a new account #38
Comments
Also seeing this issue, the image ships with Dropbox 131.x, downloaded 134.x and got that error, using the SKIP_UPDATE env var got past that as well. |
I was able to overcome the problem. After updating to 135.4.4221, I had the error as in the describtion of the bug. To make it work, I change the home directory in /etc/passwd for user dropbox to point into /opt/dropbox/Dropbox. It makes that volume you mount has a directory within Dropbox, but the application itself seems to work. I will write Dockerfile for myself that creates a fixed image, but I don't know whether it is actual fix or rather workaround... Just for the record, I tried also, but didn't work:
|
@marqsbla I've added you fix and works fine. I've modified the
|
I'm pretty sure, I left my dockerfile here, but it is not here :) FROM otherguy/dropbox:latest
RUN usermod -d /opt/dropbox/Dropbox dropbox && \
chmod 777 /tmp/ |
Having the same issue as above. |
Mm it seems Is being done every period the polling is set to, in my case 20 seconds |
same issue |
I had the same issue after a while running the containers. I didn't find any other stable fix. What if done now is use image 1.9.0 at first startup with DROPBOX_SKIP_UPDATE environment variable set. Then stop the container and remove the environment variable to update Dropbox to the latest version. It's a workaround but is running stable. We are moving to a different overal solution. We have decided yet which solution. Any suggestions experience with other good dockerized solutions? |
Describe the bug
When connecting a new account to the Dropbox with the docker container I get an error:
I was able to get arround the issue by not updating Dropbox as startup using the DROPBOX_SKIP_UPDATE environment variable.
Versions:
Run Command:
Run the container with a docker-compose up:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: