-
Notifications
You must be signed in to change notification settings - Fork 11
Trouble with matrix-server-config #66
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
Comments
I am seeing a http POST like this going to a matrix-chat endpoint inside nodered instead of to synapse. Can anyone provide any insights into what i may be doing wrong? curl 'https://ody6.example.io:1880/matrix-chat/login' \ yields a response <title>Error</title>Cannot POST /matrix-chat/login |
@saket424 Can you check your logs for node-red? Wonder if this is a file permission issue or something else (especially if you run into docker this is a common problem). |
I'm running into similar problems. I'm running Node RED in docker and I can't fetch the token. In Node RED, I see "Failed to login due to server error communicating with Node-RED". In the browser console, I have first seen |
@sgofferj what version of NodeJS & Node-RED are you running? |
NR: 3.0.2 |
@skylord123 and @sgofferj , I think the root cause is the matrix-server-config node isn't working and saving the access token specified I am running nodered in elevated root permission mode since it may need access to raw /dev devices. So I doubt it is a file permissions issue |
@skylord123 |
Sorry for taking a while. Been busy with on-call work stuff. So I tested my new changes on nodejs 12, 14, and 16 and it's working correctly. Before I do a release though there is a couple other fixes people have put in that I will be including. So expect this to be released in the next couple days. Again, sorry for the wait. |
No need to apologize for sacrificing your spare time doing unpaid work so total strangers can do some cool stuff! 😉 |
@sgofferj v0.7.0 just landed. Give it a shot and let me know how it goes. Thanks! |
@skylord123 Awesome! I'll start testing when I'm back from my trip. |
@skylord123 I am also using https://github.com/oofnikj/docker-openwrt version 21.02.5 running as the controlling docker container for all the other containers. All traffic in and out of the other containers flows through this controlling container |
Works for me too, even with the bent URLs. Thanks! |
I have a branch I am working on but haven't had time to touch it recently. I was having some issues doing the verification which may have been fixed in the latest matrix-js-sdk/olm versions so I will have to give it another shot. I also want to add secret storage support and this looks promising to try out: |
Awesome! |
@skylord123
I am new to this project and am using nodered 3.0.2
I am successfully able to create a matrix user using the shared registration secret node
I am unable to save the access token and device id into the matrix-server-config node. When I try to save the data and deploy the list users node, the matrix-server-config node doesn't have any data after the deploy. Can you give me a clue of what I may be doing wrong and a hint for how to debug it
Thanks in advance
The text was updated successfully, but these errors were encountered: