-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
gcloud beta emulators pubsub : "Unknown request URI " #210
Comments
@SteelzZ it's strange that commenting out the As far as I can tell from your URLs there are no hex-encoded characters in your URL (your topic and project identifiers are alphanum words). Is that right? |
@okdave Ok so when
And when
As you see request URI has whole |
That difference is what I'd expect from setting opaque. I'm surprised the
dev server chokes on it since it's a valid way of specifying the resource (
https://tools.ietf.org/html/rfc2616#section-5.1.2).
I'll have to chase up to see if we can fix the dev server or if there's a
simpler workaround.
|
This is definitely a bug in the emulator. A fix is in the works. |
This should be fixed as of SDK 98, released about 3 weeks ago. |
Verified working now. |
From @SteelzZ on February 8, 2016 18:36
I have gcloud in docker container and running pubsub emulator inside.
Trying to create topic:
As response i get 404:
And in pubsub logs i see:
But if do a pure curl request, it works:
Was trying to dig in and figured out that disabling this solves issue, but not sure if that is a problem.
Perhaps it relates somehow to this golang issue ? And this check here ?
Ideas?
Copied from original issue: GoogleCloudPlatform/gcloud-common#87
The text was updated successfully, but these errors were encountered: