chrisrosset / mamaroo-mqtt

MQTT-based mamaRoo4 adapter for Home Assistant
GNU General Public License v3.0
14 stars 4 forks source link

argparse.ArgumentError: argument --password/-p: conflicting option string: -p #4

Closed tmeekes closed 2 years ago

tmeekes commented 2 years ago

I keep getting a password argument error... albeit, I've tried installing this in a way that's different from instructed (using HA Core and creating my own docker container for this code)

argparse.ArgumentError: argument --password/-p: conflicting option string: -p

chrisrosset commented 2 years ago

Ah, there's a bug in the command line parser. I'll try to post a fix soon.

In the meantime, you could edit line 172 to simply remove the "-p" argument or replace it with, for example, "-r".

On Mon, Jul 18, 2022, 15:28 tmeekes @.***> wrote:

I keep getting a password argument error... albeit, I've tried installing this in a way that's different from instructed (using HA Core and creating my own docker container for this code)

argparse.ArgumentError: argument --password/-p: conflicting option string: -p

— Reply to this email directly, view it on GitHub https://github.com/chrisrosset/mamaroo-mqtt/issues/4, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAINLPRRMVQZ55F7P7A2TNTVUVSUZANCNFSM534OUVJQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

chrisrosset commented 2 years ago

Could you please try pulling the latest version and giving it a go?