SiriusXM
SiriusXM copied to clipboard
It you password has special characters "event not found"
Put it in quotes too but my be wrong how put the quotes in.
Did you use double or single quotes? If you only tried double quotes, try it with single quotes around the password.
That worked but it now comes back with:
Traceback (most recent call last):
File "sxm.py", line 3, in
I used this to start it.
python sxm.py e-mail 'password' 8888
The e-mail and password don't want to show.
Is this the right way to start it?
You need to run the script with Python 3, not Python 2.