iobroker-community-adapters / ioBroker.mqtt-client

Publish and subscribe ioBroker states to MQTT Brokers
MIT License
11 stars 10 forks source link

Activating leads to following error: "URIError: URI malformed" #200

Open Minius90 opened 1 year ago

Minius90 commented 1 year ago

Describe the bug
Activating the client always leads to following error: "URIError: URI malformed"

To Reproduce
Steps to reproduce the behavior:

Expected behavior
Connection to a selected broker

Screenshots & Logfiles
image image

Versions:

Apollon77 commented 1 year ago

How the configuration looks like?

Apollon77 commented 1 year ago

Hmm... ok ... could it be that you have special characters in the password ...it seems they are not correctly encoded for the "URL" ...

Minius90 commented 1 year ago

Hmm... ok ... could it be that you have special characters in the password ...it seems they are not correctly encoded for the "URL" ...

Yep - thank you very much, this led to the solution. I eliminated special characters in my password and it worked!