500 error "INVALID_VERSION"
See original GitHub issuePOSTing 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:
- Created 4 years ago
- Comments:7 (1 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@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 thegithub
because the “service” path component isn’t supported by thev2
endpoint.I’m still encountering the same problem (INVALID_VERSION) and I really don’t get how to fix it…