berfenger / cam2mqtt

Control IP cameras through MQTT reliably. Supports ONVIF (motion) and HTTP (reolink) control APIs.
Apache License 2.0
47 stars 3 forks source link

CAM2MQTT doesn't accept special character #31

Open Gis70 opened 9 months ago

Gis70 commented 9 months ago

Hello,

I was fighting to understand why no Reolink capabilities was found during this evening up to i try to remove a special character in the password of my cameras.

I have a "!" in my password, and it doesn't work, without this special character it is working.

Can you handle special character ?

thx

berfenger commented 5 months ago

Hi, just use single quotes around your password to escape special characters. Llike this: password: 'my!password'