When testing websocketapi example using python for market_price, I have encountered an error 'utf-8' codec can't decode byte 0x80 in position 22: invalid start byte.
I have tested the same using the wsapi application tool and I was able to retrieve the market price using my hostname and port 15000 successfully. However, I end up getting an error "'utf-8' codec can't decode byte 0x80 in position 22: invalid start byte" when using python.
python market_price.py --hostname "myhostname" --port "15000"
'utf-8' codec can't decode byte 0x80 in position 22: invalid start byte
WebSocket Closed
Could you please assist?