Error running on pi3 with USB mic\speaker

Running the sat on a RPI3 with usb mic speaker attaached.
When I run script/run --host IP --token TOKEN -–mic-device plughw:CARD=Y11,DEV=0 -–snd-device plughw:CARD=Y11,DEV=0
I get the following error

main.py: error: unrecognized arguments: -–mic-device plughw:CARD=Y11,DEV=0 -–snd-device plughw:CARD=Y11,DEV=0

arecord -L returns the following
null
Discard all samples (playback) or generate zero samples (capture)
hw:CARD=Y11,DEV=0
Y11, USB Audio
Direct hardware device without any conversions
plughw:CARD=Y11,DEV=0
Y11, USB Audio
Hardware device with all software conversions
default:CARD=Y11
Y11, USB Audio
Default Audio Device
sysdefault:CARD=Y11
Y11, USB Audio
Default Audio Device
front:CARD=Y11,DEV=0
Y11, USB Audio
Front output / input
dsnoop:CARD=Y11,DEV=0
Y11, USB Audio
Direct sample snooping device

Try just plughw:CARD=Y11 - when I list my USB device it also says DEV=0 but I don’t think you need that.

:frowning:
Nope same error
main.py: error: unrecognized arguments: -–mic-device plughw:CARD=Y11 -–snd-device plughw:CARD=Y11

Can you copy and paste the exact command you are using, and put it in code with backticks? Make sure to redact your token.