SeriousCast icon indicating copy to clipboard operation
SeriousCast copied to clipboard

Errors under Windows

Open dlilienthal opened this issue 9 years ago • 1 comments

This program was working as of 10-11-2015. When I ran server.py today, the following messages appeared:

INFO :: 3576 :: Setting up server, please wait Traceback (most recent call last): File "C:\Users\DaveL\Dev\SiriusXM\3rd Party\SeriousCast\server.py", line 273, in sbe = SeriousBackend() File "C:\Users\DaveL\Dev\SiriusXM\3rd Party\SeriousCast\server.py", line 26, in call cls._instances[cls] = super(Singleton, cls).call(_args, *_kwargs) File "C:\Users\DaveL\Dev\SiriusXM\3rd Party\SeriousCast\server.py", line 39, in init self.sxm = sirius.Sirius() File "C:\Users\DaveL\Dev\SiriusXM\3rd Party\SeriousCast\sirius.py", line 104, in init config_url = re.search("flashvars.configURL = '(.+?)'", player_page).group(1) AttributeError: 'NoneType' object has no attribute 'group'

I am using Python 3.5.0 + requirements as follows: "Successfully installed Jinja2-2.8 MarkupSafe-0.23 bitstring-3.1.3 cffi-1.3.1 cry ptography-1.1.1 idna-2.0 pyasn1-0.1.9 pycparser-2.14 requests-2.8.1 six-1.10.0"

The same errors appear under Windows 10 x64 and Windows 7 x64.

dlilienthal avatar Nov 26 '15 05:11 dlilienthal

https://www.siriusxm.com/legacyplayer/ no longer available - needs updating

LoraCadi avatar Nov 26 '15 09:11 LoraCadi