-
Notifications
You must be signed in to change notification settings - Fork 114
Description
I'm trying to run get_airtunesd.py, but I'm getting this error. Regardless, I downloaded the ispw manually and put it in the Slave-in-the-Magic-Mirror folder. I've run airplay.py, and I can see the server show up on my iPhone's airplay menu, but nothing happens when I press it. VLC doesn't pop up. But I'm not getting any error about not having the firmware, so I don't know what to do.
The get_airtunesd.py output is below.
`Looking up key...
/home/username/Downloads/pypy2-v5.3.1-linux64/site-packages/requests/packages/urllib3/connectionpool.py:821: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html
InsecureRequestWarning)
/home/username/Downloads/pypy2-v5.3.1-linux64/site-packages/requests/packages/urllib3/connectionpool.py:821: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html
InsecureRequestWarning)
/home/username/Downloads/pypy2-v5.3.1-linux64/site-packages/bs4/init.py:166: UserWarning: No parser was explicitly specified, so I'm using the best available HTML parser for this system ("html.parser"). This usually isn't a problem, but if you run this code on another system, or in a different virtual environment, it may use a different parser and behave differently.
To get rid of this warning, change this:
BeautifulSoup([your markup])
to this:
BeautifulSoup([your markup], "html.parser")
markup_type=markup_type))
Traceback (most recent call last):
File "Slave-in-the-Magic-Mirror/get_airtunesd.py", line 362, in
main()
File "Slave-in-the-Magic-Mirror/get_airtunesd.py", line 318, in main
key_row = key_soup.find("td", text="RootFileSystem").parent
AttributeError: 'NoneType' object has no attribute 'parent'
`