visciang / telegram

Telegram library for the Elixir language
MIT License
204 stars 27 forks source link

Error on deps compile #73

Closed qwexvf closed 4 years ago

qwexvf commented 4 years ago

I'm getting this error below with latest master branch could please confirm it?

My Env

OS: Linux
Elixir: 1.9 ~ 1.10.3
Erlang: erts-10.7.1

The Error

===> Verifying dependencies...
Unchecked dependencies for environment dev:
* ssl_verify_hostname (Hex package)
could not find an app file at "_build/dev/lib/ssl_verify_hostname/ebin/ssl_verify_hostname.app". This may happen if the dependency was not yet compiled or the dependency indeed has no app file (then you can pass app: false as option)
** (Mix) Can't continue due to errors on dependencies

I know this isn't a error from this project. if anyone have any idea of the problem please let me know thanks.

visciang commented 4 years ago

FIxed in https://github.com/visciang/telegram/releases/tag/0.6.1 !