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

Processing Error 400 when trying to upload a torrent #13

Closed
sergiuoprea opened this issue Dec 19, 2018 · 3 comments
Closed

Processing Error 400 when trying to upload a torrent #13

sergiuoprea opened this issue Dec 19, 2018 · 3 comments

Comments

@sergiuoprea
Copy link

Hi there,

I am trying to upload a torrent created with transmission client. I am getting the following error during the process:
Error (400, Processing Error): {"msg","Missing form data: descr"}

All the form fields were filled and the torrent was successfully validated. What I am doing wrong? I don't know if this is a problem related to a field from the uploading form.

Thanks in advance for the support.

@ieee8023
Copy link
Member

What web browser are you using?

@sergiuoprea
Copy link
Author

Google Chrome. I've just tried with Microsoft Edge web browser and same error.

@ieee8023
Copy link
Member

I think I found the bug. When the bibtex entry was in a unparsable state it would prevent you from editing it. This was compounded by the bibtex being an empty string so it would cause an error on the server.
I added more defensive code. See how it works now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants