Sahal Saad
Sahal Saad
Hi, I would like to work on this issue. Thanks
Try add `scalaBinaryVersion in ThisBuild := "2.12"` to your build.sbt. It fix the problem for me.
you can extend the Client as workaround: ```python class ExtendedClient(Client): def cancel_open_orders(self, **params): return self._delete('openOrders', True, data=params) ``` and use ```python client = ExtendedClient(APIKEY, APISECRET) client.cancel_open_orders('BTCUSDT') ```
does that mean this list is only for kodi ?
I'm trying with VLC and [m3u iptv](https://play.google.com/store/apps/details?id=de.herber_edevelopment.m3uiptv) It was working fine previously. Just stop working last week.