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

Currently errors display lower case subjects but should be case sensitive #595

Open
vojtajina opened this issue Aug 7, 2024 · 3 comments
Assignees
Labels
defect Suspected defect such as a bug or regression

Comments

@vojtajina
Copy link

Observed behavior

Getting permission errors with lower cases subjects:

nats: encountered error
nats.errors.Error: nats: permissions violation for subscription to "_inbox.iubb8con90a1ek664axoyt.*"
nats: encountered error
nats.errors.Error: nats: permissions violation for publish to "$js.api.consumer.create.gpu_tasks"

Expected behavior

But subjects case sensitive, and these Jetstream system subjects are actually upper case, so this is very confusing.

Server and client version

Was testing against current production synadia server, and nats-py 2.8.0

Host environment

No response

Steps to reproduce

No response

@vojtajina vojtajina added the defect Suspected defect such as a bug or regression label Aug 7, 2024
@thattommyhall
Copy link

Hit the same bug today

@wallyqs
Copy link
Member

wallyqs commented Aug 29, 2024

I think this is the server sending the error like that.

@thattommyhall
Copy link

I was using synadia cloud too, in case it helps with diagnosis

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
defect Suspected defect such as a bug or regression
Projects
None yet
Development

No branches or pull requests

4 participants