Skip to content
This repository has been archived by the owner on Sep 1, 2021. It is now read-only.

gaierror: [Errno 7] No address associated with hostname #139

Open
AndreMiras opened this issue Apr 27, 2019 · 1 comment
Open

gaierror: [Errno 7] No address associated with hostname #139

AndreMiras opened this issue Apr 27, 2019 · 1 comment
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@AndreMiras
Copy link
Owner

https://sentry.io/organizations/andre-5t/issues/1002158438/?project=1111738&referrer=github_plugin

gaierror: [Errno 7] No address associated with hostname
(1 additional frame(s) were not displayed)
...
  File "home/vagrant/build/com.github.andremiras.etheroll/.buildozer/android/platform/build/build/python-installs/etheroll/kivy/app.py", line 829, in run
  File "/home/vagrant/build/com.github.andremiras.etheroll/.buildozer/android/app/etheroll/controller.py", line 435, in build
  File "/home/vagrant/build/com.github.andremiras.etheroll/.buildozer/android/app/etheroll/controller.py", line 323, in start_services
  File "github.andremiras.etheroll/.buildozer/android/app/osc/osc_app_server.py", line 34, in get_or_create
  File "home/vagrant/build/com.github.andremiras.etheroll/.buildozer/android/platform/build/build/python-installs/etheroll/oscpy/server.py", line 179, in listen

gaierror: [Errno 7] No address associated with hostname
@AndreMiras AndreMiras added the bug Something isn't working label Apr 27, 2019
@AndreMiras
Copy link
Owner Author

Looks like it couldn't resolve localhost in sock.bind(addr).
So probably calling listen() passing address='127.0.0.1' should be enough.
But before I'd love to find a device to reproduce see if that would actually fix

@AndreMiras AndreMiras added the good first issue Good for newcomers label Apr 28, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant