bahorn / OpenRGB-PyClient

it's a python client for OpenRGBs new server
MIT License
11 stars 3 forks source link

All string variables end with \x00 #1

Closed Vinno97 closed 4 years ago

Vinno97 commented 4 years ago

Hi,

First of all, thanks for this library! It's amazing how quickly you put it together, and without it I wouldn't have been able to develop my own app nearly as quickly. (still in development, not yet publicly available)

Secondly: I did find that all strings from the API end with an escaped null character. I think you may have forgotten to strip these away.

As an example, here I've printed some properties from my Wraith Prism cooler image

bahorn commented 4 years ago

Should hopefully be resolved now! And yep, was something I forgot to do