AndreMiras / EtherollApp

Provably fair dice game running on the Ethereum blockchain
MIT License
57 stars 22 forks source link

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

Open AndreMiras opened 5 years ago

AndreMiras commented 5 years ago

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 commented 5 years ago

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