CoinAlpha / hummingbot

Hummingbot is open source software that helps you build trading bots that run on any exchange or blockchain
https://www.hummingbot.org
Apache License 2.0
172 stars 84 forks source link

Failed Test #366 - Unable to start client #367

Closed mrhzysbl closed 1 year ago

mrhzysbl commented 1 year ago

Summary and Screenshots

Getting the error "Error parsing 'content-type' metadata: invalid valu" after starting the client and automatically disconnects from the app.

image

Steps To Reproduce

  1. Install featured branch
  2. Install and activate conda hummingbot
  3. Compile
  4. Start the client

Expected Results

The client app should start without any errors.

Test Result Comparison

No issues when cloning the development branch.

Attachments

N/A

petioptrv commented 1 year ago

@mrhzysbl, what machine and OS was this test performed on?

mrhzysbl commented 1 year ago

@petioptrv it's MacOS Catalina Intel

mrhzysbl commented 1 year ago

Tried the ./start.sh when opening the app and now it's giving this error:

image
mrhzysbl commented 1 year ago

I was able to start the client using ./start command.

mrhzysbl commented 1 year ago

Hi @petioptrv , I was able to deploy the bots earlier but after quite sometime, it will disconnect.

https://github.com/CoinAlpha/hummingbot/assets/120451804/6eb84054-e2b1-4513-90a6-fe59f7bd9865

petioptrv commented 1 year ago

Should be addressed by this PR

rxlxrxsx commented 1 year ago

Tested on commit e7bc938 and confirmed fixed.