My logs give me this error. It happened over last night and didn't change or update anything since I printed something yesterday. The service won't load because of this error and wondering if there is a way to prevent it from loading. I really don't use creality cloud. This is not an install issue.
ERROR - Exception on /plugin/crealitycloud/status [GET]
TIA
Log entry
2023-12-25 14:41:18,264 - octoprint.environment - INFO - Detected environment is Python 3.9.2 under Linux (linux). Details:
| hardware:
| cores: 4
| freq: 1800.0
| ram: 3970777088
| os:
| bits: 32
| id: linux
| platform: linux
| plugins:
| pi_support:
| model: Raspberry Pi 4 Model B Rev 1.5
| octopi_camera_stack: webcamd
| octopi_version: 1.0.0
| octopiuptodate_build: 1.0.0-1.9.3-20231009151442
| octopiuptodate_build_short: 2023.10.09.151442
| throttle_check_enabled: true
| throttle_check_functional: true
| throttle_state: '0x0'
| python:
| pip: '22.3'
| version: 3.9.2
| virtualenv: /home/pi/oprint
2023-12-25 14:41:18,264 - octoprint.server - INFO - ------------------------------------------------------------------------------
2023-12-25 14:56:18,244 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2023-12-25 15:11:18,245 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2023-12-25 15:12:34,586 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.0.81
2023-12-25 15:12:50,793 - octoprint.access.users - INFO - Cleaning up user session 9A2F634F6FFB485EBAC626BE75538F23 for user crayonsindflat
2023-12-25 15:12:50,793 - octoprint.access.users - INFO - Logged out user: crayonsindflat
2023-12-25 15:12:51,170 - octoprint.access.users - INFO - Logged in user: crayonsindflat
2023-12-25 15:12:51,171 - octoprint.server.api - INFO - Actively logging in user crayonsindflat from ::ffff:192.168.0.81
2023-12-25 15:12:51,498 - octoprint.server.util.flask - INFO - Passively logging in user crayonsindflat from ::ffff:192.168.0.81
2023-12-25 15:12:51,499 - octoprint.access.users - INFO - Logged in user: crayonsindflat
2023-12-25 15:12:51,558 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.0.81
2023-12-25 15:12:52,554 - octoprint - ERROR - Exception on /plugin/crealitycloud/status [GET]
Traceback (most recent call last):
File "/home/pi/oprint/lib/python3.9/site-packages/flask/app.py", line 2529, in wsgi_app
response = self.full_dispatch_request()
File "/home/pi/oprint/lib/python3.9/site-packages/flask/app.py", line 1825, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/home/pi/oprint/lib/python3.9/site-packages/flask/app.py", line 1823, in full_dispatch_request
rv = self.dispatch_request()
File "/home/pi/oprint/lib/python3.9/site-packages/flask/app.py", line 1799, in dispatch_request
return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args)
File "/home/pi/oprint/lib/python3.9/site-packages/octoprint/vendor/flask_principal.py", line 196, in _decorated
rv = f(*args, **kw)
File "/home/pi/oprint/lib/python3.9/site-packages/octoprint_crealitycloud/init.py", line 122, in get_status
return {"actived": 0, "iot": False, "printer": False, "country": country}
UnboundLocalError: local variable 'country' referenced before assignment