Closed Sonic0 closed 3 years ago
I found the problem, that is Erlang 24. Installing Erlang 23.3.1 this plugin work. At this time no problem installing Erlang 23, but in the future might be problems. Thanks
Apologies for the late reply.
It seems Erlang deprecated a series of crypto functions in release 24. https://erlang.org/doc/general_info/deprecations.html#otp-23
As ex_aws
already fixed the issue in v2.1.7
I will make soon a new release.
Apologies for the late reply.
No problem, this is the OpenSource :satisfied: . I have been using Erlang 23.3.X and this plugin working fine.
As
ex_aws
already fixed the issue inv2.1.7
I will make soon a new release.
:heart_eyes: Thank you very much.
Ciao
It would be great if we could have the new release please, we only have erlang 24 in the repository and cannot use this plugin as such :(
Updated ez_aws
binary in the release (1.0.0
) assets. This should fix the issue. Please re-open this ticket if not.
@Sonic0 Thanks bro you'r a Boss !!!
Hello everyone! I'm trying this awesome RabbitMQ Plugin, but I have been having a problem with a
call to undefined function crypto:hmac
.RabbitMQ version: 3.8.18 Erlang/OTP version: 24 rabbitmq-cloudwatch-exporter version: 1.0.0
Plugin section in rabbitmq.conf:
The error in rabbitmq log:
Thanks for the help.