-
Notifications
You must be signed in to change notification settings - Fork 5
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
post.rb : wrong number of arguments (given 2, expected 3) (ArgumentError) #8
Comments
@EdHarkin Sorry for the delay. Would you mind posting more output from the error? I think you're just posting the last line. |
Thanks for replying @ylluminarious. Here is the full output: `me@iMac~ $ hipmost -v rooms import “Room” “team”:”general" Opening /Users/me/Room.jsonl for writing... |
@EdHarkin Hmm, it seems that you're posting two different errors. The first one that you gave is different from this most recent one. The latter is also somewhat hard to decipher because it sounds like your room doesn't have any users, which shouldn't happen as far as I remember. But it sounds like a case where some sample data would be useful. Again, it's also different from your first error so I'm not quite sure what the root(s) of your problem(s) is / are. Also, you should probably read up on Github's markdown formatting because your comment is a little hard to read. |
I am getting this error as well. command run - hipmost public import "Fantasy Football" "Fantasy Football":"General" - path /usr/local/data error - /var/lib/gems/2.5.0/gems/hipmost-1.0/lib/hipmost/cmds/room.rb:62:in 'block (3 levels) in save': undefined method 'to_jsonl' for nil:NilClass (NoMethodError). Did you mean? to_json |
Actually I got the ArgumentError and I don't know how to fix it. Here is the command that I execute: hipmost -v public import "testroom" "migration":"testroom" The Output: Opening /home/xxx/tmp/testroom.jsonl for writing... Can anyone help me with this? |
Hi, I'm receiving this error when I try convert a room:
/usr/local/lib/ruby/gems/2.5.0/gems/hipmost-1.0/lib/hipmost/hipchat/post.rb:8:in `initialize': wrong number of arguments (given 2, expected 3) (ArgumentError)''
Any suggestions?
Thank you
The text was updated successfully, but these errors were encountered: