Skip to content
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

Issue when with API GetClientsProducts #6

Open
domalexxx opened this issue Dec 13, 2019 · 4 comments
Open

Issue when with API GetClientsProducts #6

domalexxx opened this issue Dec 13, 2019 · 4 comments

Comments

@domalexxx
Copy link

When I use API GetClientsProducts it gives error "Error generating JSON encoded response: Malformed UTF-8 characters, possibly incorrectly encoded" although all the rest API is working

@rouadahi
Copy link

Hello,

I have the same problem in C#.
Have you found any solution ?

thank you

@domalexxx
Copy link
Author

domalexxx commented May 31, 2020 via email

@HassanAthmani
Copy link

I have the same problem too, I found out that it works only when the responsetype is set to XML and not JSON, the password field is causing the error because it contains a different encoding.

@alexandervlpl
Copy link

This happens to me after I restore my WHMCS MySQL database from a dump. Somehow, the encoding of that password field gets messed up in the process. Tried all kinds of mysql options, nothing helps. 🤦‍♂️

Workaround: ended up just blanking all the passwords in SQL because we don't use them anyways.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants