twitter-console
twitter-console copied to clipboard
Bug 20141007
I don't know if it's my conf (i use RVM vwith ruby ruby 2.0.0p451) but i get a:
"NameError: uninitialized constant Twitter::Default"
i know it's simple, but guess what i can't solve it...
Even I get the same error with ruby 2.1.2p95
Same here:
ruby 2.2.0p0 (2014-12-25 revision 49005) [x86_64-linux]
$ gem list twitter
*** LOCAL GEMS ***
omniauth-twitter (1.0.1)
twitter (5.14.0)
twitter-console (0.0.1)
Still getting this error, any progress on this?
Also getting this error. Looking at twitter-console.rb, I see that endpoint is defined using either ENV['TWITTER_API_ENDPOINT'] or Twitter::Default::ENDPOINT neither of which are defined on my machine. I'll try setting the environmental variable.