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

async def init_(self): #23

Open
asovetov opened this issue Mar 8, 2021 · 1 comment
Open

async def init_(self): #23

asovetov opened this issue Mar 8, 2021 · 1 comment

Comments

@asovetov
Copy link

asovetov commented Mar 8, 2021

Clear install, all latest, raspberry 4, Octopi.

Unhandled exception during connect
Traceback (most recent call last):
 File "/home/pi/klipper/klippy/klippy.py", line 146, in _connect
   self._read_config()
 File "/home/pi/klipper/klippy/klippy.py", line 139, in _read_config
   self.load_object(config, section_config.get_name(), None)
 File "/home/pi/klipper/klippy/klippy.py", line 119, in load_object
   mod = importlib.import_module('extras.' + module_name)
 File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
   __import__(name)
 File "/home/pi/klipper/klippy/extras/web_dwc2.py", line 72
   async def init_(self):
@dmmedia
Copy link

dmmedia commented Jul 7, 2021

Remove [web_dwc2] section from klippers config and start dwc2 as a separate service.

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