You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Noticed this in my logs while trying to find why my octoprint server died.
2018-10-28 15:20:17,381 - octoprint.plugins.softwareupdate - ERROR - Error while retrieving update information from plugin m73etaoverride
Traceback (most recent call last):
File "/home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate/init.py", line 111, in _get_configured_checks
hook_checks = hook()
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_m73etaoverride/init.py", line 19, in get_update_information
displayName=self._plugin_name,
NameError: global name 'self' is not defined
I don't think its my main issue but would be nice to know if your plugin has an update.
The text was updated successfully, but these errors were encountered:
Noticed this in my logs while trying to find why my octoprint server died.
2018-10-28 15:20:17,381 - octoprint.plugins.softwareupdate - ERROR - Error while retrieving update information from plugin m73etaoverride
Traceback (most recent call last):
File "/home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate/init.py", line 111, in _get_configured_checks
hook_checks = hook()
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_m73etaoverride/init.py", line 19, in get_update_information
displayName=self._plugin_name,
NameError: global name 'self' is not defined
I don't think its my main issue but would be nice to know if your plugin has an update.
The text was updated successfully, but these errors were encountered: