Danbooru

iqDB Image search not working?

Posted under Bugs & Features

Hey folks, anyone else having an issue with the reverse image lookup? I'm entering in image URLs for images I know exist, but keep getting the following:
Error
Unexpected error: Danbooru::Http::DownloadError.

Details
Danbooru::Http::DownloadError exception raised
app/logical/danbooru/http.rb:198:in `download_media'
app/logical/source/extractor.rb:215:in `download_file!'
app/logical/iqdb_client.rb:42:in `search'
app/controllers/iqdb_queries_controller.rb:11:in `show'
app/logical/rack_server_timing.rb:19:in `call'

Seems I'm getting this both through the UI and through API

Here's a copy of the API response that I'm getting, if its helpful. Looks to be the same, just in a different format:

{"success":false,"error":"Danbooru::Http::DownloadError","message":"","backtrace":["app/logical/danbooru/http.rb:198:in `download_media'","app/logical/source/extractor.rb:215:in `download_file!'","app/logical/iqdb_client.rb:42:in `search'","app/controllers/iqdb_queries_controller.rb:11:in `show'","app/logical/rack_server_timing.rb:19:in `call'"]}

1