-
Notifications
You must be signed in to change notification settings - Fork 407
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
undefined method `downcase' for nil:NilClass #51
Comments
Hi Angela, I've made a pull request to solve this issue. I hope it can help you! |
Hi I'm still having this issue with latest build. How can I fix? Thanks Simon |
My pull request is not merged yet. You can try my fork until my pull request (or other fix) is not applied to the current master. |
Thanks for the message. I get no errors with your fork but also strangely, no output?! Any suggestions? |
Can you post your code here? I'm using with no problems in my production environment. |
Hi, sorry for the delay, I wasn't notified about a reply! Linkedin Model: require 'linkedin' show:
I think it's a ruby error and nothing to do with your gem but I really appreciate your help :) |
Got it working, think there was a typo. Still a little confused though - I end us with a linkedin::mash not a hashie and have no idea how to get the data out? |
You can get the fields directly using LinkedIn::Mash: profile = client.profile |
I was having the same problem (using OmniAuth like Simon and Angela), but your fork fixed it Renato. Thanks! Hope it gets merged with the master soon. |
What's going on with this? I'm seeing the same error. It looks like omniauth is not using the entire API endpoint, just a relative path. |
I can confirm that @renatosnrg's pull request fixed it. Specifically, all I needed was one commit: renatosnrg/linkedin@90b6641 |
This just bit me too.
|
more productively: +1 for @renatosnrg's pull request! :) |
+1 please merge this in! |
Please merge this! |
MERGE!!@!#!@#!@#! |
+1 please merge |
+1 for merge |
This has been fixed in the last merge. |
Why am I getting this error? I get the atoken and asecret from the authentication hash after using OmniAuth. Seems okay, but then when I try to access the profile method, it borks:
The text was updated successfully, but these errors were encountered: