-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
socket.gaierror: [Errno -2] Name or service not known #170
Comments
I just ran the test_gnomecast.py and I got the following. Something I find interesting is the "E" after "AttributeError: 'Transcoder' object has no attribute 'p'". AFAIK, this wasn't an accidental keypress. I'm sure it doesn't matter but figured I'd point it out just in case. Note, I removed full path info to keep from revealing any personal info.. Also, I don't know what is screwed up in the formatting but this is supposed to be in a code block but apparently isn't. Sorry for that. `Exception ignored in: <function Transcoder.del at 0x7f7b81739160>
|
The first time I run gnomecast I get a slightly different error of "socket.herror" but then it goes with the one below afterward.
Traceback (most recent call last): File "/usr/bin/gnomecast", line 33, in <module> sys.exit(load_entry_point('gnomecast==1.9.11', 'gui_scripts', 'gnomecast')()) File "/usr/lib/python3.9/site-packages/gnomecast.py", line 1570, in main caster = Gnomecast() File "/usr/lib/python3.9/site-packages/gnomecast.py", line 396, in __init__ self.ip = (([ip for ip in socket.gethostbyname_ex(socket.gethostname())[2] if not ip.startswith("127.")] or [[(s.connect(("8.8.8.8", 53)), s.getsockname()[0], s.close()) for s in [socket.socket(socket.AF_INET, socket.SOCK_DGRAM)]][0][1]]) + [None])[0] socket.gaierror: [Errno -2] Name or service not known
The text was updated successfully, but these errors were encountered: