Closed nestingBiscuit closed 1 year ago
Thanks the report, this should indeed be handled better. Since you already have a fix, care to submit a PR?
Thanks the report, this should indeed be handled better. Since you already have a fix, care to submit a PR?
I am unfamiliar with git and github - so I don't know how to do a pull request. But I will look into it and figure it out 👍
Describe the bug Every time I edited or added a new file the sync status changed to paused.
Log:
It appears to be caused by the missing '/sys/class/power_supply'.
Potential Fix:
I changed line 84 in src/maestral/utils/integration.py to:
That has fixed the issue for me.
To Reproduce Create and run a docker container from maestraldbx/maestral:1.7.1 on Synology DSM 7.0.1 - or any other system that does not provide '/sys/class/power_supply'. After initial sync - Check status -> Up to date Create a new file in dropbox. - Check status -> Paused Logs show the error message above.
Expected behaviour Expected not to pause sync.
System: