Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
f0o opened this issue Feb 9, 2022 · 5 comments
Open

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

f0o opened this issue Feb 9, 2022 · 5 comments

Comments

@f0o
Copy link

f0o commented Feb 9, 2022

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
Copy link

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

@samirthegreat
Copy link

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

@bobdivx
Copy link

bobdivx commented Apr 19, 2023

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
Copy link

same problem here

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

@Felos9001
Copy link

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants