-
Notifications
You must be signed in to change notification settings - Fork 11
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
v3.0.0.beta empty devices list. #58
Comments
Hello, Thank you for your feedback. As a workaround, can you please try the following procedure:
|
Hello. Thank you for quick answer. |
ok, thanks for confirming this behavior. I'll try to reproduce on my end :) one more question though: which beta version are you using (beta.5 was released a few minutes ago, but no similar issues was addressed - though it could be easily explained if you would still be on beta.1). |
My version is beta4. I'll try luck with beta5. @nikkow, can I provide any additional info for you to help you to track this problem? Any diagnostic procedures I can make? |
I had also noticed this problem. As a workaround, I changed the Tahoma URL in the configuration node settings to the IP address of the gateway. https://gateway-xxxx-xxxx-xxxx.local:8443 -> https://192.xxx.xxx.xxx:8443 I have node-red running in docker container and name resolution doesn't seem to work properly. |
Thanks @nandibrenna - this workaround works for me fine as well. I'm also running node-red as docker container. |
Thank you @nandibrenna, I confirm, this workaround works for me too. |
I also have it running in a docker container and for me the request to get the token kept going on forever. So I locally changed the code with an early return with dummy data. Then I filled the correct token which I got by doing the requests manually in postman. |
I can't get to work new setup with 3.0beta version.
Developer mode is enabled.
After filling credentials and PIN, system gets Token and gateway URL.
Everything seems to look fine but there is no any device on devices list.
Setup:
node -v
): v10.23.2npm -v
): 6.14.10The text was updated successfully, but these errors were encountered: