ryelogheat / xpbot

Analyze a media file, identify the TMDB/IMDB, and generate all the necessary info to upload a torrent to a private tracker using the UNIT3D codebase
56 stars 27 forks source link

Support #33

Closed K4Li closed 3 years ago

K4Li commented 3 years ago

New UNIT3d tracker looking for site support https://reelflix.xyz ex http://legacyhd.org

K4Li commented 3 years ago

testing results in error 500

2021-11-09 19:07:11,107 | root | INFO | POST Request: https://reelflix.xyz/api/torrents/upload?api_token="longassapicode" 2021-11-09 19:07:11,108 | root | INFO | Response code: 500 2021-11-09 19:07:11,110 | root | ERROR | HTTP response status code '500' was returned (500=Internal Server Error) 2021-11-09 19:07:11,110 | root | INFO | This doesn't mean the upload failed, instead the site simply isn't returning the upload status 2021-11-09 19:07:11,179 | root | INFO | Total runtime is 21.1145 seconds

K4Li commented 3 years ago

ryelogheat commented 3 years ago

Could you check with RFX staff & see if they can pull up the server logs for that request? I vaguely remember Telly had a similar issue & the problem was fixed by updating UNIT3D to its latest version.

ryelogheat commented 3 years ago

As you can see in the line 2021-11-09 19:07:11,110 | root | ERROR | HTTP response status code '500' was returned (500=Internal Server Error) The error code/message that UNIT3D returns is really vague so you'll need site staff to check the tracker logs & provide a bit more detail on which part of request is causing issues

K4Li commented 3 years ago

Error was in API controller on server itself. Thank you for your support!