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

Help with pin connection #19

Open
joelstitch opened this issue Jun 20, 2023 · 2 comments
Open

Help with pin connection #19

joelstitch opened this issue Jun 20, 2023 · 2 comments

Comments

@joelstitch
Copy link

joelstitch commented Jun 20, 2023

DELETE

@joelstitch
Copy link
Author

I followed the instructions very carefully but when I get to running the run.py I just get all these errors:

DWIN handshake Traceback (most recent call last): File "/home/pi/DWIN_T5UIC1_LCD/dwinlcd.py", line 2252, in encoder_has_data if self.checkkey == self.MainMenu: AttributeError: 'DWIN_LCD' object has no attribute 'checkkey' Traceback (most recent call last): File "/home/pi/DWIN_T5UIC1_LCD/dwinlcd.py", line 2252, in encoder_has_data if self.checkkey == self.MainMenu: AttributeError: 'DWIN_LCD' object has no attribute 'checkkey' Traceback (most recent call last): File "/home/pi/DWIN_T5UIC1_LCD/dwinlcd.py", line 2252, in encoder_has_data if self.checkkey == self.MainMenu: AttributeError: 'DWIN_LCD' object has no attribute 'checkkey' Traceback (most recent call last): File "/home/pi/DWIN_T5UIC1_LCD/dwinlcd.py", line 2252, in encoder_has_data if self.checkkey == self.MainMenu: AttributeError: 'DWIN_LCD' object has no attribute 'checkkey' Traceback (most recent call last): File "/home/pi/DWIN_T5UIC1_LCD/dwinlcd.py", line 2252, in encoder_has_data if self.checkkey == self.MainMenu: AttributeError: 'DWIN_LCD' object has no attribute 'checkkey' Traceback (most recent call last): File "/home/pi/DWIN_T5UIC1_LCD/dwinlcd.py", line 2252, in encoder_has_data if self.checkkey == self.MainMenu: AttributeError: 'DWIN_LCD' object has no attribute 'checkkey' Traceback (most recent call last): File "/home/pi/DWIN_T5UIC1_LCD/dwinlcd.py", line 2252, in encoder_has_data if self.checkkey == self.MainMenu:

Running it as sudo gives me the same errors. Any suggestions on what to do to fix this?

@Felos9001
Copy link

I am having the same issue,
I am running klipper on mainsailos and Moonraker. installed with kiuah.

python3 ./run.py

DWIN handshake
Traceback (most recent call last):
  File "/home/felos/DWIN_T5UIC1_LCD/encoder.py", line 38, in transitionOccurred
    self.callback(self.value)
  File "/home/felos/DWIN_T5UIC1_LCD/dwinlcd.py", line 2252, in encoder_has_data
    if self.checkkey == self.MainMenu:
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

2 participants