-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting confusing parsing[?] error running example code #35
Comments
The error doesn't pertain to |
Thanks for the quick response!
...
The code that goes on inside of OpenRGBClient() is not really something I have control over. What I do have control over is my rgb devices and how OpenRGB is setup, I'm thinking the error comes from one of those two places as they are the only two places that I can think of where data might be coming in. As you said, the data OpenRGB is trying to parse is not utf-8, but alas I did not provide that data directly through code meaning the solution will probably be figuring out what that data is and how to change it... after all, it got the bad data in some other place. You know what they say, garbage in, garbage out lol I could be totally wrong with all of this, but these are my thoughts. I'll keep trying to figure this error out, thanks for your help thus far. |
See the newly pinned issue (#33) |
Feel free to reopen if you are having a different problem. |
The below error is generated every time I run the example code given by the readme. I don't know if it's a silly mistake on my part or a problem with the module. Honestly, it's probably the former. Also a screenshot showing the server I have running in OpenRGB and that a client did connect to it.
The text was updated successfully, but these errors were encountered: