-
Notifications
You must be signed in to change notification settings - Fork 53
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
UsersClient.View returning null, not throwing an exception #140
Comments
Yes, we are experiencing the same issue as of today. Basically any userclient call is returning null. |
The problem comes from the API and not the SDK, i've tried manual http request, it works by Id but not by userid, hope intercom fix that soon |
When using "ContactsClient.View" with .NET Framework 4.5.2 (same SDK version : 1.0.31) I have "null" but when using .NET Framework 4.7 it works ! ... we can't update .net framework because it impacts all our code |
We're experiencing the exact same thing here. Works on 4.7.1 but not on 4.5.1. Using version 1.0.31. I'm talking to Intercom as we speak. They are aware of the issue now, at least. Let's hope they fix this. |
Working with 4.7.1 and still receiving null... |
Seems like we have a temporary fix: .NET Framework 4.5 does not have TLS 1.2 enabled by default. If you set it, it should work for .NET Framework 4.5 applications as well.
|
It works! Thx |
As of this morning, the following call to UsersClient seems to be returning null:
There is no exception thrown, which will be a breaking change for many apps (including ours).
The text was updated successfully, but these errors were encountered: