Klipper-State: error dict_keys #125
KimberlyYang
started this conversation in
General
Replies: 1 comment
-
This branch is only compatible with Python 2 (not Python 3) at the moment. I'm not sure what's the status of Python 3 support in Klipper, but I'll try fixing the incompatibilities in my changes anyway. Edit: I've fixed the errors I could find, you can try it on the dgus-reloaded-220828 pre-release. I can't test the changes on a live install, so please let me know if you encounter any other issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi just update to Klipper on MainsailOS
Klipper version : dgus-reloaded: dgus-reloaded-211225-0-g4e2090f8
here its a partial klipper log :
[t5uid1]
firmware = dgus_reloaded
Unhandled exception during connect
Traceback (most recent call last):
File "/home/pi/klipper/klippy/klippy.py", line 157, in _connect
self._read_config()
File "/home/pi/klipper/klippy/klippy.py", line 141, in _read_config
self.load_object(config, section_config.get_name(), None)
File "/home/pi/klipper/klippy/klippy.py", line 130, in load_object
self.objects[section] = init_func(config.getsection(section))
File "/home/pi/klipper/klippy/extras/t5uid1/init.py", line 9, in load_config
return t5uid1.load_config(config)
File "/home/pi/klipper/klippy/extras/t5uid1/t5uid1.py", line 946, in load_config
return T5UID1(config)
File "/home/pi/klipper/klippy/extras/t5uid1/t5uid1.py", line 231, in init
context_routine)
File "/home/pi/klipper/klippy/extras/t5uid1/t5uid1.py", line 290, in _load_config
c)
File "/home/pi/klipper/klippy/extras/t5uid1/var.py", line 51, in init
data_types.append('str')
AttributeError: 'dict_keys' object has no attribute 'append'
webhooks client 3039794672: New connection
webhooks client 3039794672: Client info {'program': 'Moonraker', 'version': 'v0.7.1-651-ge3cafb5'}
Beta Was this translation helpful? Give feedback.
All reactions