-
Notifications
You must be signed in to change notification settings - Fork 12
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
Comments
Hello, I have the same problem in C#. thank you |
No, unfortunately I haven’t found any solution.
… On May 31, 2020, at 2:34 PM, ouadahi ***@***.***> wrote:
Hello,
I have the same problem in C#.
Have you found any solution ?
thank you
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#6 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AA5LXL463WJ6454W5UCTLKLRULEO7ANCNFSM4J2SAQWA>.
|
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. |
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. |
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
The text was updated successfully, but these errors were encountered: