Results 9 comments of Thomas Ross

Having the same issue on Debian Stretch

@SamCarlberg I'm using the latest deb package on the releases page.

I am not getting this issue with a static image instead of a webcam.

I've looked into this a little bit and I've discovered: You can listen to the message `CMsgClientFriendMsgIncoming` to receive messages from friends. This message contains the following fields: - `steamid_from`...

Sending a message: - Send the protobuf message `CMsgClientFriendMsg` - `steamid` is the steamid64 you want to send the message to - `chat_entry_type` is the same as before -- `2`...

@nukeop maybe you're looking for some of [these](https://github.com/dotabuff/manta/blob/master/reader.go) functions?

Hm... I already have that installed and installing all of the packages in the control file did not help either. Still getting the same error.

I got it to compile. I had to make modifications so that duplicati would use the newest version of appindicator-sharp included in Debian stretch and gtk 3 instead of 2.12.0.0....

There are two areas where this is most noticeable: RPC and `updateChannel`. Registering a lot of users (2000 in my tests) over RPC while not caching the statements is slower...