We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When downloading default database, I get an Error instead of correct data.
I fixed it by changing upstream_remote value to:
upstream_remote
@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
.yaml
.yml
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
[refs #3] Update default database remote url
954c929
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 😅
No branches or pull requests
When downloading default database, I get an Error instead of correct data.
I fixed it by changing
upstream_remote
value to:Notice ending
.yaml
instead of currently set.yml
The text was updated successfully, but these errors were encountered: