Unable to Start Google Drive Backup
See original GitHub issueHassio 111.0
Trying to start, but it doesn’t start. Gives this error:
Traceback (most recent call last): File "/usr/lib/python3.8/runpy.py", line 193, in _run_module_as_main return _run_code(code, main_globals, None, File "/usr/lib/python3.8/runpy.py", line 86, in _run_code exec(code, run_globals) File "/app/backup/__main__.py", line 11, in <module> from .uiserver import UIServer File "/app/backup/uiserver.py", line 3, in <module> import cherrypy File "/usr/lib/python3.8/site-packages/cherrypy/__init__.py", line 76, in <module> from . import _cprequest, _cpserver, _cptree, _cplogging, _cpconfig File "/usr/lib/python3.8/site-packages/cherrypy/_cprequest.py", line 13, in <module> from cherrypy import _cpreqbody File "/usr/lib/python3.8/site-packages/cherrypy/_cpreqbody.py", line 120, in <module> import cheroot.server File "/usr/lib/python3.8/site-packages/cheroot/server.py", line 87, in <module> from . import connections, errors, __version__ File "/usr/lib/python3.8/site-packages/cheroot/connections.py", line 13, in <module> from .makefile import MakeFile File "/usr/lib/python3.8/site-packages/cheroot/makefile.py", line 10, in <module> import _pyio as io ValueError: source code string cannot contain null bytes
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (3 by maintainers)
Just a heads up that this error could be explained by disk corruption, which would also cause a flood of other random problems.
That sums up the majority of the errors I’ve had with Home Assistant, God bless it. 😉 I assume it happened after an upgrade, but my particular unit is experiencing all kinds of problems (unrelated to this backup solution). I’ll keep you posted if it crops up again.