Rootdet Posted April 12, 2022 Posted April 12, 2022 (edited) fresh install here and got an error message, it obiously will not start 2022-04-12 17:30:37,171 MainThread udi_interface INFO polylogger:set_basic_config: set_basic_config: enable=True level=30 2022-04-12 17:30:39,579 MainThread udi_interface INFO __init__:<module>: UDI Python Interface for Polyglot version 3 3.0.40 Starting... 2022-04-12 17:30:39,664 MainThread udi_interface ERROR udi_interface:write: Traceback (most recent call last): 2022-04-12 17:30:39,665 MainThread udi_interface ERROR udi_interface:write: File "./myqns.py", line 12, in <module> 2022-04-12 17:30:39,667 MainThread udi_interface ERROR udi_interface:write: import myqns 2022-04-12 17:30:39,668 MainThread udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/00:0d:b9:5d:9c:cc_1/myqns/__init__.py", line 3, in <module> 2022-04-12 17:30:39,669 MainThread udi_interface ERROR udi_interface:write: from .nodes import Service, Gateway, MyQ_Device, GarageDoorOpener, Light, Lock 2022-04-12 17:30:39,670 MainThread udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/xxxxx_1/myqns/nodes.py", line 16, in <module> 2022-04-12 17:30:39,671 MainThread udi_interface ERROR udi_interface:write: from . import myqapi as api 2022-04-12 17:30:39,672 MainThread udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/xxxxx_1/myqns/myqapi.py", line 17, in <module> 2022-04-12 17:30:39,673 MainThread udi_interface ERROR udi_interface:write: import pkce 2022-04-12 17:30:39,673 MainThread udi_interface ERROR udi_interface:write: ModuleNotFoundError 2022-04-12 17:30:39,674 MainThread udi_interface ERROR udi_interface:write: : 2022-04-12 17:30:39,674 MainThread udi_interface ERROR udi_interface:write: No module named 'pkce' Edited April 12, 2022 by Rootdet
Goose66 Posted April 13, 2022 Posted April 13, 2022 @Rootdet The PKCE package is definitely in the requirements.txt and has been working for everybody else. What version of PG3 are you running?
Goose66 Posted April 13, 2022 Posted April 13, 2022 @Rootdet Can you PM me a log package so that I can debug the PKCE install error.
Rootdet Posted April 13, 2022 Author Posted April 13, 2022 (edited) sent you message Edited April 13, 2022 by Rootdet
deathbyvegemite Posted April 19, 2022 Posted April 19, 2022 I have the same error - are you able to share if there was a resolution, and if there was, what was it? Thank you!!
Rootdet Posted April 19, 2022 Author Posted April 19, 2022 A new update was rolled out after sharing logs with Goose66. Mine works great now. 1
Recommended Posts