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

Exception thrown when attempting to do anything further than select a board #1

Closed
menge101 opened this issue Feb 24, 2017 · 7 comments

Comments

@menge101
Copy link

I get the following exception when attempting to list lists, or card list mine

/Users/nmenge/.rvm/gems/ruby-2.4.0/gems/3llo-0.1.5/lib/3llo/client.rb:23:in get': invalid id (RuntimeError) from /Users/nmenge/.rvm/gems/ruby-2.4.0/gems/3llo-0.1.5/lib/3llo.rb:77:in list_lists'
from /Users/nmenge/.rvm/gems/ruby-2.4.0/gems/3llo-0.1.5/bin/3llo:38:in block in <top (required)>' from /Users/nmenge/.rvm/gems/ruby-2.4.0/gems/3llo-0.1.5/lib/3llo/interface.rb:9:in print_frame'
from /Users/nmenge/.rvm/gems/ruby-2.4.0/gems/3llo-0.1.5/bin/3llo:34:in <top (required)>' from /Users/nmenge/.rvm/gems/ruby-2.4.0/bin/3llo:22:in load'
from /Users/nmenge/.rvm/gems/ruby-2.4.0/bin/3llo:22:in <main>' from /Users/nmenge/.rvm/gems/ruby-2.4.0/bin/ruby_executable_hooks:15:in eval'
from /Users/nmenge/.rvm/gems/ruby-2.4.0/bin/ruby_executable_hooks:15:in `

'

@qcam
Copy link
Owner

qcam commented Feb 26, 2017

hey @menge101, yeah exactly, you need to select a board before you can do anything.

I'm adding some warnings instead of it getting crashed.

@qcam
Copy link
Owner

qcam commented Feb 26, 2017

Fixed in version 0.1.7.

@qcam qcam closed this as completed Feb 26, 2017
@menge101
Copy link
Author

I had already chosen a board.

@qcam
Copy link
Owner

qcam commented Feb 27, 2017

Would it be you selected the wrong board id? It has ben working for me.

@qcam qcam reopened this Feb 27, 2017
@menge101
Copy link
Author

I'll spend a few minutes digging into it this afternoon.

@menge101
Copy link
Author

menge101 commented Feb 27, 2017

Yeah, it looks like you made some significant changes from the version I pulled.

I used to see something like:

0 - [58b05a92d551b52227bf045e] - Personal projects
1 - [540f40b9c12302263d168c37] - Welcome Board

And I was executing board select 1
But given how the code works now, I assume that was wrong and I should have been using the full ID, not the number of the list items.

So this should be closed now. It appears I do not have the authority to close it.

@qcam
Copy link
Owner

qcam commented Feb 27, 2017

I see, I actually have plan of making it work the-index-way since copy-pasting the IDs every time is so tedious.

Thanks anyway for posting the issue.

@qcam qcam closed this as completed Feb 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants