Can't reach GCP PubSub Emulator #825
Labels
api: pubsub
Issues related to the googleapis/python-pubsub API.
type: question
Request for information or clarification. Not an issue.
I have setup the PubSub emulator to run a Python script locally pointing to it.
The emulator is run following the tutorial and it seems to be working fine:
It is working fine using curl:
Although it is displaying this warning on the emulator:
If I try it with the Python client, it just never reaches the server, since I can't see anything in the logs. This is the Python scripts:
which is just printing the correct env variables, but the client never gets a response for the rpc call.
Any idea why this is happening ?
Thanks in advance !
The text was updated successfully, but these errors were encountered: