8000 undefined method `key=' for A2z::Client: · Issue #13 · mhuggins/a2z · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

undefined method `key=' for A2z::Client: #13

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

Open
avadhbsd opened this issue Apr 21, 2015 · 2 comments
Open

undefined method `key=' for A2z::Client: #13

avadhbsd opened this issue Apr 21, 2015 · 2 comments

Comments

@avadhbsd
Copy link

I am getting undefined method error while trying to instantiate the 'client'. I am newbie, would truly appreciate any help.

client = A2z::Client.new(key: 'YOUR_KEY', secret: 'YOUR_SECRET', tag: 'YOUR_TAG')

I have double checked the details they are correct.

this is how my terminal output looks like

Started GET "/" for 127.0.0.1 at 2015-04-22 00:45:57 +0530
Processing by PagesController#index as HTML
Completed 500 Internal Server Error in 0ms

NoMethodError (undefined method `key=' for #<A2z::Client:0x007fc6ced596b0>):
@avadhbsd avadhbsd changed the title undefined method `key=' for #<A2z::Client:0x007fc6d156e8a8> undefined method `key=' for A2z::Client: Apr 21, 2015
@rectifyer
Copy link

I'm having the same issue, did you make any progress on figuring out why?

@mhuggins
Copy link
Owner

This likely relates to the wrong version of the "jeff" gem being imported somehow. I attempted to correct it with this change, but it sounds like it's not working. Make sure you're using the latest version of a2z. If that doesn't fix it, then try explicitly specifying version jeff 0.6.4 in your Gemfile. Let me know if that still doesn't work.

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

3 participants
0