-
Notifications
You must be signed in to change notification settings - Fork 33
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
Trouble running via elixir releases #18
Comments
@jdppettit first of all, sorry for missing this issue! Seems gmail has decided to filter email from github.
The |
Hey @msantos no worries! I wasn't actually able to fully resolve this. The original issue was during the building of the app, it looks like with the recent updates to your dependencies all is well on that front. I am however still running into issues actually utilizing the library, chiefly:
I'm dropping this here because I feel like it might be related somehow but that is entirely conjecture on my part. This happens when running the built release directly on my development machine (MacOS) as well as when it is built inside a docker container. I would greatly appreciate it if you had any ideas on how to proceed - thank you! |
@jdppettit thanks for the update! Try adding the dependencies to mix.exs:
Why |
Oof - that did it. I could've sworn I had tried that at some point during my debugging but clearly the correct things were not in place to fix it at the time. Thank you so much - I have been toiling over this for some time now. |
Hello!
I have no idea if this problem is related to this project at all but the error mentions it so I figured I'd start here. I'm running an elixir app via releases and I'm seeing some issues with another library I wrote that uses
gen_icmp
- error I'm seeing is:I wrote a very thin wrapper around this that I'm currently using: https://github.com/silverp1/elixir-ping
Just wondering if anything in the error happens to jump out at you, I'm a bit stumped. Thank you!
The text was updated successfully, but these errors were encountered: