DWIN_T5UIC1_LCD icon indicating copy to clipboard operation
DWIN_T5UIC1_LCD copied to clipboard

DWIN_T5UIC1_LCD/printerInterface.py - KeyError: 'model'

Open f0o opened this issue 3 years ago • 5 comments

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?

f0o avatar Feb 09 '22 16:02 f0o

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

samirthegreat avatar Feb 13 '22 15:02 samirthegreat

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

samirthegreat avatar Feb 13 '22 17:02 samirthegreat

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 `

bobdivx avatar Apr 19 '23 15:04 bobdivx

same problem here

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

marine1988 avatar Jul 23 '23 00:07 marine1988

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

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

Felos9001 avatar Feb 16 '24 00:02 Felos9001