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

Webview app fail to startup. #2559

Closed
2 of 5 tasks
Prashanth-BC opened this issue Mar 8, 2022 · 1 comment
Closed
2 of 5 tasks

Webview app fail to startup. #2559

Prashanth-BC opened this issue Mar 8, 2022 · 1 comment

Comments

@Prashanth-BC
Copy link

Checklist

  • the issue is indeed a bug and not a support request
  • issue doesn't already exist: https://github.com/kivy/python-for-android/issues
  • I have a short, runnable example that reproduces the issue
  • I reproduced the problem with the latest development version (p4a.branch = develop)
  • I used the grave accent (aka backticks) to format code or logs when appropriated

Versions

  • Python:3.8.10
  • OS: Ubuntu
  • Kivy:
  • Cython: 0.29.28
  • OpenJDK: 13.0.7

Description

Webview application failed to start with flask as the server.
This is due the depencies of flask on itsdangerous and itsdangerous is unable to find the name json hence the application fails to start with the following exception.
ImportError: cannot import name 'json' from itsdangerous
This issue needs to fixed by upgrading the version of the flask the recipie.
I have tested with the modified reciepe with the latest version of flask and found that application works after the fix.

@misl6
Copy link
Member

misl6 commented Apr 6, 2022

Fixed via #2560

@misl6 misl6 closed this as completed Apr 6, 2022
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