Closed tatiesmars closed 4 years ago
Orrrr... and at this very moment I notice that the automatic tests verifying the database compatibility are broken for like 3 weeks and I missed the email :sob:
The error you see however is due to a change in the code base merged like 4 hours ago that broke the short code extraction. Until I have a solid patch for that you can limit the downloader to the last known release before that change:
config :ua_inspector, remote_release: "3.13.1"
If you are otherwise using a default configuration for the source files (no custom remote_path
) that should get you back to a working release.
There is now a version 2.2.0
on hex with a fixed download configuration (pinned to aforementioned 3.13.1
). Support for the already release v4 database of matomo-org/device-detector
will be done in an upcoming major release.
When calling UAInspector.Downloader.download() from iex it keep failing
here is the log:
Maybe it's related to change from https://raw.githubusercontent.com/matomo-org/device-detector/master/regexes
edit:
mix ua_inspector.download
is also not working