-
Notifications
You must be signed in to change notification settings - Fork 21
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
The command failed: Cannot deserialize the current JSON - using seqcli #364
Comments
Hi Matt, thanks for the message. Are the
Another possibility is that the Seq container URL is incorrect, and so the CLI is hitting some other service which responds with a JSON array, though that does seem a bit less likely 🤔 |
everything is tagged latest, but i might go back and set the versions explicitly and try again. i dont believe this to be the issue though, any other ideas? what does seq log to on k8s that i'd see the request inbound? |
I think this one will be |
Just coming back through some triage; it's been a while since we've had any activity on this one so I'll go ahead and close it, but please feel free to re-open if you're still hitting this issue. |
work has allowed me back onto this one and it's still an issue for us. i only get this error when the container is running from github actions. ive updated to latest cli release, but have always been running 2024.3 both sides. the only thing that i can think is that when github is obscuring the secret its doing something to it that the seq server doesnt like.
so this is clearly a message from the server, it clearly has a problem wth the api key. is my logic sound? seq isnt currently logging any requests to console, so im off to work out how to make it do that. |
also another gem of info. two lines before i try to create the api key, i list api keys with the same name. this line of code works fine, skipping the create command if a key already exists. I cant see any reason this shouldnt be shared, so this is the code we're using. |
Thanks for looping back @ShortMVitesse. The I'll take another look, too 👍 |
ive rolled my own ubuntu container with seqcli installed. this is the command im running.
when i run this command from that container on my machine it works (and other variations of it) but i get the following error message from github actions every time it runs.
Seq is running on a k8s pod.
im not sure where to look for the solution for this error. is there some logs i need to be looking at on the k8s pod?
thanks
The text was updated successfully, but these errors were encountered: