odwdinc / DWIN_T5UIC1_LCD

Python class for the Ender 3 V2 LCD
GNU General Public License v3.0
174 stars 72 forks source link

DWIN_T5UIC1_LCD/printerInterface.py - KeyError: 'model' #11

Open f0o opened 2 years ago

f0o commented 2 years ago

Not sure what to do about this one...

# python3 run.py

DWIN handshake
DWIN OK.
http://127.0.0.1:80
Waiting for connect to /tmp/klippy_uds

Connection.

Boot looks good
Testing Web-services
Web site exists
Traceback (most recent call last):
  File "run.py", line 13, in <module>
    API_Key
  File "/home/pi/DWIN_T5UIC1_LCD/dwinlcd.py", line 322, in __init__
    self.pd.init_Webservices()
  File "/home/pi/DWIN_T5UIC1_LCD/printerInterface.py", line 357, in init_Webservices
    self.SHORT_BUILD_VERSION = ppp['model']
KeyError: 'model'

LCD Is now showing that initial Creality Loading Bar indefinitely without animation.

Ideas?

samirthegreat commented 2 years ago

I am also facing the same issue! also showing no attributes for checkkey in dwinlcd

samirthegreat commented 2 years ago

Okay i found a solution! https://github.com/bustedlogic/DWIN_T5UIC1_LCD use this fork this uses moonraker api

bobdivx commented 1 year ago

hello

Hello, I'm stuck my screen is flashing. but when I turn the wheel of the screen some lines appear below run.py what to do please

`pi@raspberrypi:~/DWIN_T5UIC1_LCD $ python3 ./run.py
DWIN handshake

^CTraceback (most recent call last): File "/home/pi/DWIN_T5UIC1_LCD/./run.py", line 9, in DWINLCD = DWIN_LCD( File "/home/pi/DWIN_T5UIC1_LCD/dwinlcd.py", line 317, in init self.lcd = T5UIC1_LCD(USARTx) File "/home/pi/DWIN_T5UIC1_LCD/DWIN_Screen.py", line 63, in init while not self.Handshake(): File "/home/pi/DWIN_T5UIC1_LCD/DWIN_Screen.py", line 111, in Handshake time.sleep(0.1) KeyboardInterrupt `

marine1988 commented 1 year ago

same problem here

AttributeError: 'DWIN_LCD' object has no attribute 'checkkey'

Felos9001 commented 8 months ago

were you ever able to solve the issue? im having the same issue.

AttributeError: 'DWIN_LCD' object has no attribute 'checkkey'