question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

500 error "INVALID_VERSION"

See original GitHub issue

POSTing to this: https://api.staticman.net/v3/entry/github/rskupnik/rskupnik.github.io/master/comments

With the following data:

options[slug] | hello-world
fields[name] | Myz
fields[email] | myzek92@gmail.com
fields[message] | Hello+comments

Config:

comments:
    allowedFields: ["name", "email", "message"]
    filename: "{@id}"
    branch: "master"
    path: "_data/comments/{options.postId}"
    filename: "{@id}"

I’m receiving a 500 error with the following json: {"success":false,"errorCode":"INVALID_VERSION"}

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
travisdownscommented, Jan 28, 2020

@mitchtossi In my case the INVALID_VERSION error comes if you try to use an endpoint not supported by the version. E.g., ${host}/v2/entry/github/travisdowns/blog-test/master/comments. You have to remove the github because the “service” path component isn’t supported by the v2 endpoint.

1reaction
mitchossicommented, Jul 17, 2019

I’m still encountering the same problem (INVALID_VERSION) and I really don’t get how to fix it…

Read more comments on GitHub >

github_iconTop Results From Across the Web

go get with branch results in 500 error · Issue #950 - GitHub
Describe the bug If I use go get $module@$branchname, I get a 500 response from the Athens proxy. Error Message go get ...
Read more >
500 Internal Server Error while opening AS Java UserAdmin ...
Symptom. 500 Internal server error while accessing AS Java useradmin page or the PI Monitoring (PIMON) page. All other AS Java URL work...
Read more >
"Invalid version constraint" error with Terraform 1.0.0 & GitLab ...
Summary. A Silver customer is internally reporting that the copy-pasteable "Provision instructions" lead to: Error: Invalid version constraint.
Read more >
Troubleshoot Amazon API Gateway 500 errors with VPC link ...
When I call my API, I receive a configuration or internal error with an HTTP 500 status code. How do I resolve this...
Read more >
[2.2.0-Java] netty exception about invalid version format
callDecode(ReplayingDecoder.java:500) ~[netty.jar:na] [error] p.nettyException - Exception caught in Netty java.lang.IllegalArgumentException: empty text
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found