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

Wrong default remote URL #3

Closed
joze144 opened this issue May 6, 2020 · 2 comments
Closed

Wrong default remote URL #3

joze144 opened this issue May 6, 2020 · 2 comments

Comments

@joze144
Copy link

joze144 commented May 6, 2020

When downloading default database, I get an Error instead of correct data.

I fixed it by changing upstream_remote value to:

@upstream_remote "https://s3-eu-west-1.amazonaws.com/snowplow-hosted-assets/third-party/referer-parser/referers-latest.yaml"

Notice ending .yaml instead of currently set .yml

@joze144
Copy link
Author

joze144 commented May 6, 2020

Actually if anyone else has an issue, can just add fixed url to the config:

config :ref_inspector,
       remote_urls: [{"referers.yml", "https://s3-eu-west-1.amazonaws.com/snowplow-hosted-assets/third-party/referer-parser/referers-latest.yaml"}]

Also thank you for the project, very cool.

@mneudert
Copy link
Member

mneudert commented May 6, 2020

Thank you for noticing this!

I just released a patch with the new location. Totally missed that they have updated their documentation with that slight change 😅

@mneudert mneudert closed this as completed May 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants