Stephan3 / dwc2-for-klipper

A translator between DWC2 and Klipper
GNU General Public License v3.0
160 stars 38 forks source link

Constant re-connects using DWC #8

Closed tripstar76 closed 5 years ago

tripstar76 commented 5 years ago

As title. I've attatched 2 log files. Latest is the latest DWC2 for klipper, and 3e98053 is the last commit that worked(Fixes the "lets set heater to -273.15") The errors in the latest log file show up as soon as the DWC webpage is opened, and then the constant stream of reconnects which blocks all user control to the webpage.

klippy.3e98053.log klippy.latest.log

Stephan3 commented 5 years ago

I rolled back to earlier version, can you test again pls?

tripstar76 commented 5 years ago

Hi Stephan, I'll test it when I've finished work. I maybe should have put in my original post that I reverted to the '-273' commit to get DWC2 back up and running.

shaiss commented 5 years ago

@tripstar76 is your issue similar to mine @ https://github.com/Stephan3/dwc2-for-klipper/issues/7#issuecomment-482550319?

mtsgsd commented 5 years ago

just pulled the latest version and I get this error: Config error Traceback (most recent call last): File "/home/pi/klipper/klippy/klippy.py", line 133, in _connect self._read_config() File "/home/pi/klipper/klippy/klippy.py", line 130, in _read_config pconfig.check_unused_options(config) File "/home/pi/klipper/klippy/configfile.py", line 235, in check_unused_options section,)) Error: Section 'web_dwc2' is not a valid config section

tripstar76 commented 5 years ago

@Stephan3

https://pastebin.com/7TiAAqcq

Stephan3 commented 5 years ago

@mtsgsd we had that earlier on discord. the static link is missing. @tripstar76 its fixed on latest master. Was a entry from the rollback. It works now on my machine again.

tripstar76 commented 5 years ago

Hi @Stephan3,

It's back printing again, thank you very much. But, I think the temp filter might not be working, thats if it's to stop the stream of toast popups while the printer is heating up? For me, this is just cosmetic, I'm happy that you've got the connection problem working! :)

Edit: it still has the stream of popups, but they all close themselves down after a short while

tripstar76 commented 5 years ago

I think this is corrected