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

Bug?: result from auth0/mixins/httpproxy.rb returns 'nil' #88

Closed
kevinzwhuang opened this issue Apr 25, 2017 · 1 comment
Closed

Bug?: result from auth0/mixins/httpproxy.rb returns 'nil' #88

kevinzwhuang opened this issue Apr 25, 2017 · 1 comment

Comments

@kevinzwhuang
Copy link

I saw this error from Auth0Client a couple of times in the past week:

undefined method code' for nil:NilClass`

auth0/mixins/httpproxy.rb in block (2 levels) in <module:HTTPProxy> at line 20

https://github.com/auth0/ruby-auth0/blob/master/lib/auth0/mixins/httpproxy.rb#L20

screen shot 2017-04-25 at 11 11 30 am

For some reason, result is nil in httpproxy.rb here.

This occured from a call to Auth0Client.new(**options**).user(**user_uid**). I haven't been able to reproduce this myself, so I'm not sure what the cause is here. Attempts to re-use the same user uid manually return successful results.

@joshcanhelp
Copy link
Contributor

Very delayed response here ... I'm not sure how to reproduce this. Possibly a network issue if it's intermittent?

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

2 participants