You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
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
(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
The text was updated successfully, but these errors were encountered:
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
https://sentry.io/organizations/andre-5t/issues/1002158438/?project=1111738&referrer=github_plugin
The text was updated successfully, but these errors were encountered: