fmartinou / tydom2mqtt

Deltadore Tydom to MQTT Bridge
https://fmartinou.github.io/tydom2mqtt/
MIT License
86 stars 49 forks source link

Module doesn't start anymore with module not found (3.1.0) #100

Closed mrwiwi closed 1 year ago

mrwiwi commented 1 year ago

Hello there, glad to see my original project still alive, sorry for not being active, work and all...

Critical error since this morning :

3.1 : can't start :

Traceback (most recent call last): File "/app/main.py", line 8, in from configuration.Configuration import Configuration File "/app/configuration/Configuration.py", line 7, in from tydom.TydomClient import TydomClient File "/app/tydom/TydomClient.py", line 12, in from const import * ModuleNotFoundError: No module named 'const'

using old local config.

(so for quick message, on mobile)

paulva commented 1 year ago

Hello, I have exactly the same issue. Also after updating to 3.10. I hope you can fix it. If you need more info or testing, let me know, please. Thanks! Paul

fmartinou commented 1 year ago

Hi,

Sorry for the bug; a fix is on the go.

fmartinou commented 1 year ago

A 3.1.1 version is available; let me know if it helps 🤞

fmartinou commented 1 year ago

Mark as resolved.

(remaining errors are tracked on #101)

paulva commented 1 year ago

I will try it tonight, merci beaucoup!

paulva commented 1 year ago

3.1.2 Works perfectly, thanks!