-
Notifications
You must be signed in to change notification settings - Fork 129
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
Runtime error in OTP 24 #140
Comments
Diving a little bit deeper, the issue seems to be caused by https://github.com/lexmag/oauther. Will try to file an issue there as well. |
hashrocketeer
added a commit
to hashrocket/tilex
that referenced
this issue
Aug 6, 2021
The newest versions of OTP do not have `:crypto.hmac/3` anymore and this has broken TIL integration with Twitter since the last big app bump to use OTP 24. `extwitter` library uses `oauther` which does not have changed the `:crypto.mac/4` yet, so we're going to use this hot fix branch for now. For reference: lexmag/oauther#22 parroty/extwitter#140
1 task
hashrocketeer
added a commit
to hashrocket/tilex
that referenced
this issue
Aug 6, 2021
The newest versions of OTP do not have `:crypto.hmac/3` anymore and this has broken TIL integration with Twitter since the last big app bump to use OTP 24. `extwitter` library uses `oauther` which does not have changed the `:crypto.mac/4` yet, so we're going to use this hot fix branch for now. For reference: lexmag/oauther#22 parroty/extwitter#140
hashrocketeer
added a commit
to hashrocket/tilex
that referenced
this issue
Aug 6, 2021
The newest versions of OTP do not have `:crypto.hmac/3` anymore and this has broken TIL integration with Twitter since the last big app bump to use OTP 24. `extwitter` library uses `oauther` which does not have changed the `:crypto.mac/4` yet, so we're going to use this hot fix branch for now. For reference: lexmag/oauther#22 parroty/extwitter#140
Thank you for the report and fixes on the upstreams. I'll be thinking to wait for the upstream to be merged at the moment (then update dependency), but if there's anything needs to be done, please let me know (if it takes longer, possibly refer to your repository, etc.). |
hashrocketeer
added a commit
to hashrocket/tilex
that referenced
this issue
Aug 24, 2021
The newest versions of OTP do not have `:crypto.hmac/3` anymore and this has broken TIL integration with Twitter since the last big app bump to use OTP 24. `extwitter` library uses `oauther` which does not have changed the `:crypto.mac/4` yet, so we're going to use this hot fix branch for now. For reference: lexmag/oauther#22 parroty/extwitter#140
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The library no longer works in OTP 24 as
:crypto.hmac/3
was removed in favour overcrypto:mac/4
.The text was updated successfully, but these errors were encountered: