sxm-client icon indicating copy to clipboard operation
sxm-client copied to clipboard

Authentication broken?

Open asingletary opened this issue 3 years ago • 5 comments

  • sxm-client version: 0.2.8
  • Python version: 3.8
  • Operating System: Ubuntu 20.04

Authentication seems to be broken?

ERROR:/usr/local/lib/python3.8/dist-packages/sxm/client.py:An Exception occurred when trying to perform the POST request! ERROR:/usr/local/lib/python3.8/dist-packages/sxm/client.py:Params: {'moduleList': {'modules': [{'moduleRequest': {'resultTemplate': 'web', 'deviceInfo': {'osVersion': 'Windows', 'platform': 'Web', 'sxmAppVersion': '5.36.514', 'browser': 'Firefox', 'browserVersion': '89.0', 'appRegion': 'US', 'deviceModel': 'EverestWebClient', 'clientDeviceId': 'null', 'player': 'html5', 'clientDeviceType': 'web'}, 'standardAuth': {'username': 'XXX', 'password': 'XXX'}}}]}} ERROR:/usr/local/lib/python3.8/dist-packages/sxm/client.py:Method: POST ERROR:/usr/local/lib/python3.8/dist-packages/sxm/client.py:Request: <Request('POST', 'https://player.siriusxm.com/rest/v2/experience/modules/modify/authentication')> ERROR:/usr/local/lib/python3.8/dist-packages/sxm/client.py:An Exception occurred when trying to perform the POST request! ERROR:/usr/local/lib/python3.8/dist-packages/sxm/client.py:Params: {'moduleList': {'modules': [{'moduleRequest': {'resultTemplate': 'web', 'deviceInfo': {'osVersion': 'Windows', 'platform': 'Web', 'sxmAppVersion': '5.36.514', 'browser': 'Firefox', 'browserVersion': '89.0', 'appRegion': 'US', 'deviceModel': 'EverestWebClient', 'clientDeviceId': 'null', 'player': 'html5', 'clientDeviceType': 'web'}, 'standardAuth': {'username': 'XXX', 'password': 'XXX'}}}]}} ERROR:/usr/local/lib/python3.8/dist-packages/sxm/client.py:Method: POST ERROR:/usr/local/lib/python3.8/dist-packages/sxm/client.py:Request: <Request('POST', 'https://player.siriusxm.com/rest/v2/experience/modules/modify/authentication')>

asingletary avatar Dec 17 '21 06:12 asingletary