AstroPrint / OctoPrint-AstroPrint

Connect your OctoPrint device to the AstroPrint 3D Printing Cloud
31 stars 10 forks source link

addWatcher error found in logs #67

Closed CoDanny closed 5 years ago

CoDanny commented 5 years ago
2019-08-27 09:58:13,840 - octoprint.plugins.astroprint - ERROR - Error connecting to boxrouter: 'NoneType' object has no attribute 'addWatcher'

It's this line:

https://github.com/AstroPrint/OctoPrint-AstroPrint/blob/master/octoprint_astroprint/boxrouter/__init__.py#L230

Why does self.plugin.get_printer_listener() return None?