Skip to content

Instantly share code, notes, and snippets.

@dattas
Created January 9, 2015 22:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dattas/2d5ec98b0ef936604036 to your computer and use it in GitHub Desktop.
Save dattas/2d5ec98b0ef936604036 to your computer and use it in GitHub Desktop.
2015-01-09 21:49:22,136 - octoprint.filemanager.storage - ERROR - Error while writing .metadata.yaml to /home/octoprint/.octoprint/uploads
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/OctoPrint-1.2.0_dev_383_g3d5fdf2-py2.7.egg/octoprint/filemanager/storage.py", line 881, in _save_metadata
safeRename(metadata_temporary_path, metadata_path, throw_error=True)
File "/usr/lib/python2.7/site-packages/OctoPrint-1.2.0_dev_383_g3d5fdf2-py2.7.egg/octoprint/util/__init__.py", line 185, in safeRename
os.rename(old, new)
OSError: [Errno 18] Invalid cross-device link
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment