opus icon indicating copy to clipboard operation
opus copied to clipboard

(ErlangError) Erlang error: "Graphvix.Graph Graphvix.Graph received unexpected message in handle_info/2: :save_state\n"

Open churcho opened this issue 6 years ago • 1 comments

Environment

  • opus version: 0.5.3
  • Elixir / Hex version (mix hex.info): 1.8
  • Operating system: MacOS

Current behavior

When running my app I get the error above. My mix env:

{:opus, "~> 0.5.3"},
{:opus_graph, "~> 0.1", only: [:dev]},

churcho avatar Mar 19 '19 03:03 churcho

Hi @churcho this looks like an upstream bug of :graphvix. It should be harmless, since :opus_graph is meant to be started in dev env. However such an error raises suspicion to the developer, so I'll spend some time debugging this.

zorbash avatar Mar 19 '19 23:03 zorbash