SiriusXM icon indicating copy to clipboard operation
SiriusXM copied to clipboard

It you password has special characters "event not found"

Open RaymondDay61 opened this issue 7 years ago • 3 comments

Put it in quotes too but my be wrong how put the quotes in.

RaymondDay61 avatar Jul 27 '18 16:07 RaymondDay61

Did you use double or single quotes? If you only tried double quotes, try it with single quotes around the password.

andrew0 avatar Jul 27 '18 17:07 andrew0

That worked but it now comes back with:

Traceback (most recent call last): File "sxm.py", line 3, in import urllib.parse ImportError: No module named parse

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?

RaymondDay61 avatar Jul 27 '18 22:07 RaymondDay61

You need to run the script with Python 3, not Python 2.

andrew0 avatar Aug 03 '18 14:08 andrew0