You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.
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$
The text was updated successfully, but these errors were encountered: