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

Ticket Creation error #125

Closed
vidhyasagarreddy opened this issue Mar 18, 2015 · 2 comments
Closed

Ticket Creation error #125

vidhyasagarreddy opened this issue Mar 18, 2015 · 2 comments

Comments

@vidhyasagarreddy
Copy link

Iam able to create ticket from my local machine. But when in production, it kicks me offs throwing:
"System.NullReferenceException: Object reference not set to an instance of an object. at ZendeskApi_v2.Core.RunRequest(String resource, String requestMethod, Object body) at ZendeskApi_v2.Core.RunRequest[T](String resource, String requestMethod, Object body) at ZendeskApi_v2.Core.GenericGet[T](String resource) at ZendeskApi_v2.Requests.Users.SearchByEmail(String email) "

Someone was facing the same issue at: https://support.zendesk.com/hc/communities/public/posts/203456436--net-C-NullReferenceException

@StephenMP
Copy link

Via your stack trace, this does not appear to be an issue when creating a ticket, but rather, when searching for a user by email. The issue you link to has a different stack trace that shows the creation of the ticket causing the error.

Without seeing the code you are running or what configurations you have set in your production environment, we cannot attempt to reproduce this issue. Likely, this is due to some sort of configuration issue in your production environment if you are able to run it locally (e.g. some sort of null login credentials, API Token, or OAuth Token).

@mozts2005
Copy link
Member

closing Issue as there has been no response to questions asked.

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

No branches or pull requests

3 participants