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

Failure to call mix ua_inspector.download.databases #12

Closed
rodrigues opened this issue Jan 17, 2018 · 4 comments
Closed

Failure to call mix ua_inspector.download.databases #12

rodrigues opened this issue Jan 17, 2018 · 4 comments

Comments

@rodrigues
Copy link

I was trying to update from 0.14.0 to 0.16.0, when I noticed the download task fails:

mix-download-fail

It also did fail in 0.15.0, same error.

Elixir 1.5.3, OTP 20.2.2

@mneudert
Copy link
Member

Are you by any chance using MacOS?

I think the problem might be related to the internal module name change (uppercasing the A for naming consistency). As MacOS is case insensitive it might not have updated that change on your system.

Can you check if simply deleting your _build directory fixes the problem?

@mneudert
Copy link
Member

Hm, forget what I said :D

The module naming is actually broken since that change. I will patch it and release a fix version on hex :)

@mneudert
Copy link
Member

Done! Both 0.15.1 and 0.16.1 should behave as expected. Thank you for making me aware of this!

@rodrigues
Copy link
Author

thanks @mneudert!

would be cool also to retire these bad packages 👍🏼

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