One thing which is going on is that the meta data for your uploads folder is unhappy. Somewhere in the file is a character which isn't recognized by the utf8 format, I'd guess.
2019-03-11 14:35:56,814 - octoprint.filemanager.storage - ERROR - Error while writing .metadata.json to /home/pi/.octoprint/uploads
Traceback (most recent call last):
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/filemanager/storage.py", line 1543, in _save_metadata
json.dump(metadata, f, indent=4, separators=(",", ": "))
File "/usr/lib/python2.7/json/__init__.py", line 189, in dump
for chunk in iterable:
File "/usr/lib/python2.7/json/encoder.py", line 434, in _iterencode
for chunk in _iterencode_dict(o, _current_indent_level):
File "/usr/lib/python2.7/json/encoder.py", line 408, in _iterencode_dict
for chunk in chunks:
File "/usr/lib/python2.7/json/encoder.py", line 408, in _iterencode_dict
for chunk in chunks:
File "/usr/lib/python2.7/json/encoder.py", line 390, in _iterencode_dict
yield _encoder(value)
UnicodeDecodeError: 'utf8' codec can't decode byte 0xe9 in position 180: invalid continuation byte
What happened right before this was:
2019-03-11 14:35:50,266 - octoprint.plugins.SlicerSettingsParser - INFO - Analyzing file: nozzle-fan-45deg_jp.gcode
It was trying to analyze a file you had uploaded. But then again, it was throwing that same error over and over before this, to be honest. Somewhere along the line this file has either become corrupt or something has written unicode data to it, perhaps. If you have added any plugins which analyze files, then they would be suspect to causing the problem.
If it were me, I think I'd run rm ~/.octoprint/uploads/.metadata.json
and restart OctoPrint, letting it attempt to analyze all your files again.
Given that you have so many plugins, it would be difficult to guess which one might cause such a problem.
| Automatic Shutdown (0.1.4)
| Autoscroll (0.0.2)
| Bed Visualizer (0.1.7)
| Cost Plugin (0.1.3)
| Detailed Progress Plugin (0.1.4)
| EEPROM Marlin Editor Plugin (1.2.1)
| Emergency Stop Button (0.1.2)
| Extra Distance Buttons (0.1.0)
| Fan Speed Control (0.2.1)
| Filament Manager (0.5.3)
| Fullscreen Plugin (0.0.4)
| GcodeEditor (0.2.6)
| Navbar Temperature Plugin (0.11)
| Octolapse (0.3.4)
| SlicerSettingsParser (2.0.1)
| SlicerSettingsTab (1.0.3)
| Tab Order (0.5.3)
| Tasmota (0.8.5)
| Themeify (1.2.0)
Fix your meta data then try running in Safe Mode to see if it is happier.