Skip to content
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.

no implicit conversion of Hash into Array #3

Closed
galaris opened this issue Dec 30, 2015 · 3 comments
Closed

no implicit conversion of Hash into Array #3

galaris opened this issue Dec 30, 2015 · 3 comments

Comments

@galaris
Copy link

galaris commented Dec 30, 2015

Getting the following error when trying to get my likes:

foo:bin bar$ ./nehm dl 876 likes
While executing nehm ... (TypeError)
no implicit conversion of Hash into Array

Additionally the like number param does not seem to be working:

foo:bin bar$ ./nehm dl likes 900
Invalid argument/option '900'
foo:bin bar$ ./nehm dl likes 880
Invalid argument/option '880'
foo:bin bar$ ./nehm dl likes 200
Invalid argument/option '200'
foo:bin bar$ ./nehm dl likes 100
Invalid argument/option '100'
foo:bin bar$ ./nehm dl likes 30
Invalid argument/option '30'
foo:bin bar$ ./nehm dl likes 1
Invalid argument/option '1'
foo:bin bar$ ./nehm dl likes
Invalid limit value
It should be more than 0
foo:bin bar$

@n10v
Copy link
Owner

n10v commented Dec 30, 2015

Hm. This bug reproducts, if you have less likes than you inputed in nehm
Thanks for report. I will fix it soon

@n10v
Copy link
Owner

n10v commented Dec 30, 2015

And you must always write count the number of likes before the word "likes"

@n10v n10v closed this as completed in c6bb1d1 Dec 31, 2015
@n10v n10v added this to the 2.2.3 milestone Dec 31, 2015
@n10v
Copy link
Owner

n10v commented Dec 31, 2015

Fixed
Thanks for report!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants