Status Update
Comments
am...@google.com <am...@google.com> #2
Hello Miki,
I have forwarded this to the Engineering Team for further troubleshooting. Any further developments will be added to this thread.
jw...@gmail.com <jw...@gmail.com> #3
It can be solved by using any alternative python url encoder in module.py file
You could use urlquote
pip library in this case
First make sure you have pip installed if installed,
Install urlquote
library via pip
pip install urlquote
Replace py27_urlquote
with urlquote
Make changes to code by replacing py27_urlquote
with urlquote
in the import statement and in the code.
It would only require replacement in around 3 lines of module.py
mi...@gmail.com <mi...@gmail.com> #4
vb...@gmail.com <vb...@gmail.com> #5
This broke in version 358, so you can avoid it by downgrading to <=357. E.g. redhat/fedora:
dnf install google-cloud-sdk-app-engine-python-357.0.0-1
di...@google.com <di...@google.com> #6
Hello,
The Product Team has confirmed that the issue has been resolved now.I'm going to close this thread which will no longer be monitored. If you have any further issues please open a new
ka...@gmail.com <ka...@gmail.com> #7
What does it mean to be reported a year later? too late.
Description
This will create a public issue which anybody can view and comment on.
Please provide as much information as possible. At least, this should include a description of your issue and steps to reproduce the problem. If possible please provide a summary of what steps or workarounds you have already tried, and any docs or articles you found (un)helpful.
Problem you have encountered:
Running
dev_appserver.py app.yaml
on a Go project I see the following error:What you expected to happen:
I expected to see my application running locally.
Steps to reproduce:
Other information (workarounds you have tried, documentation consulted, etc):