Skip to content
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

app crash #911

Closed
sujeeth30 opened this issue Jun 4, 2019 · 1 comment
Closed

app crash #911

sujeeth30 opened this issue Jun 4, 2019 · 1 comment

Comments

@sujeeth30
Copy link

below are the errors in logcat.

06-04 15:16:52.184 24840 24860 I python : Traceback (most recent call last):
06-04 15:16:52.185 24840 24860 I python : File "/home/sujeeth/Desktop/myapp/.buildozer/android/platform/build/build/python-installs/myapp/pymongo/uri_parser.py", line 254, in _get_dns_srv_hosts
06-04 15:16:52.187 24840 24860 I python : File "/home/sujeeth/Desktop/myapp/.buildozer/android/platform/build/build/python-installs/myapp/dns/resolver.py", line 1102, in query
06-04 15:16:52.190 24840 24860 I python : File "/home/sujeeth/Desktop/myapp/.buildozer/android/platform/build/build/python-installs/myapp/dns/resolver.py", line 992, in query
06-04 15:16:52.191 24840 24860 I python : File "/home/sujeeth/Desktop/myapp/.buildozer/android/platform/build/build/python-installs/myapp/dns/resolver.py", line 799, in _compute_timeout
06-04 15:16:52.193 24840 24860 I python : dns.exception.Timeout: The DNS operation timed out after 30.003905057907104 seconds
06-04 15:16:52.194 24840 24860 I python :
06-04 15:16:52.195 24840 24860 I python : During handling of the above exception, another exception occurred:
06-04 15:16:52.196 24840 24860 I python :
06-04 15:16:52.196 24840 24860 I python : Traceback (most recent call last):
06-04 15:16:52.197 24840 24860 I python : File "/home/sujeeth/Desktop/myapp/.buildozer/android/app/main.py", line 361, in
06-04 15:16:52.199 24840 24860 I python : File "/home/sujeeth/Desktop/myapp/.buildozer/android/platform/build/build/python-installs/myapp/pymongo/mongo_client.py", line 524, in init
06-04 15:16:52.201 24840 24860 I python : File "/home/sujeeth/Desktop/myapp/.buildozer/android/platform/build/build/python-installs/myapp/pymongo/uri_parser.py", line 366, in parse_uri
06-04 15:16:52.203 24840 24860 I python : File "/home/sujeeth/Desktop/myapp/.buildozer/android/platform/build/build/python-installs/myapp/pymongo/uri_parser.py", line 256, in _get_dns_srv_hosts
06-04 15:16:52.205 24840 24860 I python : pymongo.errors.ConfigurationError: The DNS operation timed out after 30.003905057907104 seconds

@tshirtman
Copy link
Member

tshirtman commented Jun 18, 2019

that's an application issue, not a buildozer issue, make sure your app can access your mongo host.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants