Google Drive Backup does not start
See original GitHub issueDear all,
I’m having the issue that the plugin does not start. I can press start but as soon as I try to open I get a “bad gateway” message and “Add-on is not running. Please start it first”.
Before the plugin was working since months without an issue. I don’t really know when the issue started. I observed it after an upgrade to supervisor version 238. Now I’m at version 242 but the issue persists.
To troubleshoot I uninstalled the plugin and re-installed (after reboot). The issue remains.
Any idea how I can fix it? Thanks a lot!
In the google drive backup logs I have following information:
Traceback (most recent call last):
File "/usr/lib/python3.8/runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/lib/python3.8/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/app/backup/__main__.py", line 3, in <module>
import ptvsd
File "/usr/lib/python3.8/site-packages/ptvsd/__init__.py", line 13, in <module>
from ._vendored import force_pydevd
File "/usr/lib/python3.8/site-packages/ptvsd/_vendored/force_pydevd.py", line 18, in <module>
pydevd_constants = import_module('_pydevd_bundle.pydevd_constants')
File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "/usr/lib/python3.8/site-packages/ptvsd/_vendored/pydevd/_pydevd_bundle/pydevd_constants.py", line 205, in <module>
from _pydev_imps._pydev_saved_modules import thread
File "/usr/lib/python3.8/site-packages/ptvsd/_vendored/pydevd/_pydev_imps/_pydev_saved_modules.py", line 22, in <module>
import xmlrpc.server as _pydev_SimpleXMLRPCServer
ValueError: source code string cannot contain null bytes
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
Fix problems in Drive for desktop - Computer - Google Support
On your computer, open Drive for desktop. · Click Settings Settings and then · Click Settings Settings · Click Disconnect account. · If...
Read more >Top 10 Ways to Google Backup and Sync Not Working
In order to fix the error of Google Backup and Sync not working, you can also choose to restart the Google Drive Backup...
Read more >How to Fix Google Backup Not Working In 2022 - TechUntold
If you're in an emergency and your Google Backup is somehow not working, you can usually fix the issue using six methods: disabling...
Read more >5 Fixes to Can't Launch Drive for Desktop on Windows and Mac
Solution 1. Uninstall and Reinstall Drive for Desktop. You may have installed the wrong version of the Google Drive desktop app. You can ......
Read more >How to Fix Google Drive Backup and Sync Not Working
Is Google Drive's Backup and Sync client taking too long to upload or download files and folders? Or does it appear to be...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Weird, never seen that before. That error suggest that one of the libraries the addon depends on has the wrong encoding, which really shouldn’t happen. I would have suggested reinstalling it, but you already did that.
What platform/environment are you running this on, and do you know if you’re running the 32 or 64 bit version of Home Assistant? (eg a raspberry pi3, in a VM, on top of ubuntu, etc)
So - it is solved.
Now everything works as expected again!