Hey all, never actually used the forums before so first and foremost guess I should say hi!
Now to business:
I've been working on a small frontend for the site's API recently, and have hit a couple roadbumps along the way, hopefully someone more knowledgeable could offer some support.
The first issue is with voting on posts through the API, I'm posting to post/vote.json with the id and score values, and the response I receive is: "HTTP Error 424: Unordered Collection." Which is honestly something I've never seen before so I couldn't begin to guess what the issue is or if it's on my end or the server's.
The second issue I'm having is when trying to post a comment. Posting to the URI comment/create.json with post_id, comment, login and password_hash, and the response is a generic 500 internal server error. This time I'm fairly certain it's a server-side issue unless I'm doing something wrong.
So yeah, any help/advice would be greatly appreciated. My first thought was something wrong with the way I'm posting the data, but actions such as logging in work just fine so I dunno.
Updated