You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all,
thanks for this library.
I'm using it and everything is ok on local but when i move my code in cloud (eg aws lamda) I have this error even if params are ok:
Tunnel connection could not be established
I try also from a remote computer outside my netwrok and it works but when I move to cloud it doesn't work.
I think it' s network issue but the network is open.
Any suggestion?
thanks a lot
The text was updated successfully, but these errors were encountered:
Hi 👋!
I hope you know what you are doing there - having access to a KNX IP interface from the internet is almost never a good idea. That said, if the connection fails, you should usually see a stack trace revealing more info.
hi,
thanks for your reply.
I'm just testing in a dev environment.
I have just this message:
File "/opt/python/xknx/io/tunnel.py", line 209, in _connect_request
xknx.exceptions.exception.CommunicationError: ConnectRequest failed. Status code: None
Hi all,
thanks for this library.
I'm using it and everything is ok on local but when i move my code in cloud (eg aws lamda) I have this error even if params are ok:
Tunnel connection could not be established
I try also from a remote computer outside my netwrok and it works but when I move to cloud it doesn't work.
I think it' s network issue but the network is open.
Any suggestion?
thanks a lot
The text was updated successfully, but these errors were encountered: