Closed ziopio closed 6 months ago
on which version of Erlang did you have this error? Do you set a custom hackney application environment n your application?
My colleague, which was the only one experiencing this, does not remember. She also cannot reproduce it anymore. I'll close the issue. It was probably a problem related to switchng erlang versions on her machine.
My team encountered this error while running our plugins under rebar:
The code that makes the call is this one https://github.com/grisp/grisp_tools/blob/23958f60be544986228c18b9e9d616230f7e8427/src/grisp_tools_package.erl#L20C1-L24C9 The plugin lists hackney in the
applications
section, therefor it should be started correctly. https://github.com/grisp/grisp_tools/blob/master/src/grisp_tools.app.srcWe can only reproduce this on a single computer, we want to report this in case anyone has any suggestion on the possible cause.