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 Engine Push broken? #181

Closed
kmadathil opened this issue Aug 2, 2022 · 3 comments
Closed

App Engine Push broken? #181

kmadathil opened this issue Aug 2, 2022 · 3 comments

Comments

@kmadathil
Copy link
Owner

I made a new release with the new UI code, and https://sanskrit-parser.appspot.com/ doesn't work any more. Did I do something incorrect?

@avinashvarna
Copy link
Collaborator

Looking at the logs, and googling the error, it appears to be due to this issue - python-restx/flask-restx#460. The latest push caused the container to be rebuilt, which surfaced this error. The solution suggested here is to pin the version of werkzeug until this issue is fixed.

@avinashvarna
Copy link
Collaborator

I've pinned werkzeug version and changed the github workflow to run on any tag push of v* as well. I've tagged it v0.2.4-post2, but it's not reflected in the library version shown in the UI

@kmadathil
Copy link
Owner Author

Thanks for fixing this. The library version requires a modification to sanskrit_parser/__init__.py. I have bumped the version to 0.2.4-post3 and also pushed a tag v0.2.4-post3. This version is now correctly reflected in the UI. I am not making a release as this doesn't affect any of the functionality in 0.2.4

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