Status Update
Comments
mi...@google.com <mi...@google.com> #2
Hello,
Thank you for contacting us.
I followed the steps to reproduce the problem, but I did not receive the message UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 1: invalid start byte
. Besides, I would like to kindly mention that Issue Tracker is
You may review the following
mi...@google.com <mi...@google.com> #3
Hello,
We have not heard from you in several days so I will proceed to mark this Issue Tracker as closed.
Have a nice day!
Description
Problem you have encountered:
I have an App Engine application, written in Go using the
go111
runtime and thev1
App Engine Go libraries. It contains a "delay function", an abstraction over App Engine task queues. A delay function is implemented as a HTTP handler, with the arguments binary-encoded (using thegob
package) in the request body.As far as I can tell, the task queue emulator however insists on the request body being valid UTF-8, which (AIUI) the
gob
output isn't.Example output:
What you expected to happen:
I expected the function call to work in the local emulator. Notably, this used to work when I last tried it, some months ago.
Steps to reproduce:
In another terminal:
Other information (workarounds you have tried, documentation consulted, etc):
I have App Engine Go extensions version 1.9.71 and gcloud app Python extensions version 1.9.99.