yahoo/sherlock

Error: Requested page not found. [404]

LucasBFrancois opened this issue · 1 comments

Hi,
I've been desperately trying to set up a job in Sherlock, but I keep getting a "Requested page not found. [404]" error when trying to get flash results like you can see in the following screenshot.
Screenshot from 2021-09-23 14-45-14
I get the following error in the logs of Sherlock

image

When requesting the series from Druid in the shell with the following command curl -X POST 'http://localhost:8082/druid/v2/?pretty' -H 'Content-Type:application/json' -H 'Accept:application/json' -d @query.json, I don't have any issues. I attached the result I get with my query in this TXT-file query_with_response.txt. What could possibly be the issue here?

Fixed with changing the repo in the pom.xml to

<repository>
    <id>jcenter</id>
    <url>https://jcenter.bintray.com/</url>
</repository>

Looks like the repo for Edgas has been moved