preston / bittorious

An open source BitTorrent tracker and user management portal, supporting automatic RSS feed generation, role-based management, and real-time network monitoring.
https://bittorious.com
MIT License
55 stars 6 forks source link

Geocoding API error: 503 Service Unavailable #6

Open fritz-net opened 5 years ago

fritz-net commented 5 years ago

Geocoding does not work (gets no json) and therefore the tracker returns Error 500

fritz-net commented 5 years ago

i "fixed" it by removing the corresponding stuff in the tracker code

preston commented 5 years ago

That hasn’t been updated in a while. It may need a different lookup service.

fritz-net commented 5 years ago

Thanks for the fast response. I never did anything with ruby so i can't change the API, however the project works fine if i disable the lookups in the app/models/torrent.rb file. (Line 16-17 & 37 - 43) I just wanted to document this Problem if anybody has the same issue.

preston commented 5 years ago

No worries, thank you for reporting it.