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

uninitialized constant Asana::Client #5

Open
nextop opened this issue Dec 16, 2015 · 3 comments
Open

uninitialized constant Asana::Client #5

nextop opened this issue Dec 16, 2015 · 3 comments

Comments

@nextop
Copy link

nextop commented Dec 16, 2015

I have this error:

root@devel:/home/nextop/TrelloToAsana# ruby exportTrelloToAsana.rb
exportTrelloToAsana.rb:44:in `

': uninitialized constant Asana::Client (NameError)

Any idea?

V->ruby 2.2.1p85 (2015-02-26 revision 49769) [x86_64-linux]

Tnx Michele

@goborrega
Copy link
Owner

Have you tried running "gem update"?
It looks like you have not installed the Asana gem.

@sliday
Copy link

sliday commented Jun 27, 2017

Same error, did gem update.

ruby -v
ruby 2.0.0p648

@mneumegen
Copy link

The problem is this script uses an ancient version of the asana gem. Run a bundle update and run with bundle exec ruby exportTrelloToAsana.rb to fix.

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