jmichiel

Results 19 comments of jmichiel

I'm having a similar issue with 0.4.3 trying to use the Bitfinex v2 API: either this error DEBUG:ws4py:Error message received (1002) 'b''' or this one DEBUG:ws4py:Error message received (1007) 'b'Invalid...

Apparently, it gets broken in v0.3.5 onwards: v0.3.4 works, v0.3.5 and later don't

I'm still looking into this and I see weird stuff happening after commit https://github.com/Lawouach/WebSocket-for-Python/search?q=75b88bdecd988694b0429c46cf5c3d6c719cc1f2&type=Commits&utf8=%E2%9C%93 which mainly introduces the _get_from_pending method in websocket.py

I think I know what's happening: as soon as more than 1 message is in the queue, the first message is decoded, but the rest of the buffer gets thrown...

Damn, if you change the code (see pull request) in opened() to ``` self.send(json.dumps({'event': u'subscribe', 'channel': u'candles', 'key':'trade:5m:tBTCUSD'})) self.send(json.dumps({'event': u'subscribe', 'channel': u'candles', 'key':'trade:5m:tBCHUSD'})) self.send(json.dumps({'event': u'subscribe', 'channel': u'candles', 'key':'trade:5m:tBTGUSD'})) ``` You...

Now this is very interesting! My units (CS-TZ20WKEW and CS-TZ25WKEW) don't have this mode, so 16 is their lowest setting, which sucks big time: I'd like to set them to...

the version used in the synology package is: Version: Zim 0.5.9 And indeed, during development, I didn't have any issue either while using the latest master... I'll kindly ask the...

Manually updating the source solved it!

Thanks for the info! If I find the time, I'll fork and update Blackhole! BTW: there are a few typos in XDM: - getElementStaus should rather be getElementSta_t_us - pluginRootLibarys...

OK, maybe if I ever find the time, I might have a stab at it, then. Since [this integration](https://github.com/sockless-coding/panasonic_cc/) manages to get an accurate action state from the cloud, it...