hummingbot/brokers

emqx_v4 - parsing incomplete

rapcmia opened this issue · 1 comments

We are not able to launch emqx_v4 getting Syntax error in /opt/emqx/etc/emqx.conf after line 11 column 1, parsing incomplete

image

Steps to reproduce:

  1. clone https://github.com/hummingbot/brokers
  2. Go to compose/emqx_v4 then run launch.sh

@rapcmia This error is due to previously running the v5 version of emqx and thus the emqx-data volume contains files not supported by v4.

Though, I will change the volume names so that cannot be messed up.