Skip to content
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

ssl_closed error #1529

Closed
sentry-io bot opened this issue May 25, 2020 · 2 comments · Fixed by #1542
Closed

ssl_closed error #1529

sentry-io bot opened this issue May 25, 2020 · 2 comments · Fixed by #1542

Comments

@sentry-io
Copy link

sentry-io bot commented May 25, 2020

Sentry Issue: ELIXIR-OMG-45

FunctionClauseError: no function clause matching in OMG.Eth.EthereumHeightMonitor.handle_info/2
  File "lib/omg_eth/ethereum_height_monitor.ex", line 93, in OMG.Eth.EthereumHeightMonitor.handle_info/2
  File "gen_server.erl", line 637, in :gen_server.try_dispatch/4
  File "gen_server.erl", line 711, in :gen_server.handle_msg/6
  File "proc_lib.erl", line 249, in :proc_lib.init_p_do_apply/3

(FunctionClauseError) no function clause matching in OMG.Eth.EthereumHeightMonitor.handle_info/2

Failed with args: {:ssl_closed, {:sslsocket, {:gen_tcp, #Port<0.23>, :tls_connection, :undefined}, [#PID<0.3174.0>, #PID<0.3173.0>]}}

@boolafish
Copy link
Contributor

boolafish commented May 25, 2020

potentially by hackney: benoitc/hackney#464

seems like we have the latest hackney 1.15.2 already but with old version of httpoison. Might be old version of httpoison using old version hackney under the hood and cause this? (I am not sure how mix.lock works. Does dependency of dependency got override?)

If httpoison could be potential cause, we might want to consider bumping the version of it.

https://github.com/omisego/elixir-omg/blob/dd5f33de10b7f34d334f8047954b7b1db7f9a13d/mix.lock#L35-L36

@boolafish boolafish linked a pull request May 28, 2020 that will close this issue
@boolafish boolafish changed the title FunctionClauseError: no function clause matching in OMG.Eth.EthereumHeightMonitor.handle_info/2 ssl_closed error May 29, 2020
@sentry-io
Copy link
Author

sentry-io bot commented May 29, 2020

Another related issue:

Sentry issue: ELIXIR-OMG-5B

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant