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

post.rb : wrong number of arguments (given 2, expected 3) (ArgumentError) #8

Open
EdHarkin opened this issue Nov 12, 2018 · 5 comments

Comments

@EdHarkin
Copy link

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

@ylluminarious
Copy link
Contributor

@EdHarkin Sorry for the delay. Would you mind posting more output from the error? I think you're just posting the last line.

@EdHarkin
Copy link
Author

EdHarkin commented Nov 13, 2018

Thanks for replying @ylluminarious. Here is the full output:

`me@iMac~ $ hipmost -v rooms import “Room” “team”:”general"
Parsing rooms for Hipchat and Mattermost...
Hipchat room is: Room
Mattermost team & channel are: team:general
Successfully parsed rooms

Opening /Users/me/Room.jsonl for writing...
Writing version header...
Writing team info...
Writing channel info...
Writing room members...
Traceback (most recent call last):
11: from /usr/local/bin/hipmost:23:in <main>' 10: from /usr/local/bin/hipmost:23:in load'
9: from /usr/local/lib/ruby/gems/2.5.0/gems/hipmost-1.0/exe/hipmost:48:in <top (required)>' 8: from /usr/local/lib/ruby/gems/2.5.0/gems/hipmost-1.0/lib/hipmost.rb:14:in run'
7: from /usr/local/lib/ruby/gems/2.5.0/gems/hipmost-1.0/lib/hipmost/cmds/room.rb:23:in run' 6: from /usr/local/lib/ruby/gems/2.5.0/gems/hipmost-1.0/lib/hipmost/cmds/room.rb:47:in import'
5: from /usr/local/lib/ruby/gems/2.5.0/gems/hipmost-1.0/lib/hipmost/cmds/room.rb:54:in save' 4: from /usr/local/lib/ruby/gems/2.5.0/gems/hipmost-1.0/lib/hipmost/cmds/room.rb:54:in open'
3: from /usr/local/lib/ruby/gems/2.5.0/gems/hipmost-1.0/lib/hipmost/cmds/room.rb:64:in block in save' 2: from /usr/local/lib/ruby/gems/2.5.0/gems/hipmost-1.0/lib/hipmost/cmds/room.rb:64:in each'
1: from /usr/local/lib/ruby/gems/2.5.0/gems/hipmost-1.0/lib/hipmost/cmds/room.rb:65:in block (2 levels) in save' /usr/local/lib/ruby/gems/2.5.0/gems/hipmost-1.0/lib/hipmost/hipchat/room.rb:46:in users': undefined method []' for nil:NilClass (NoMethodError)

@ylluminarious
Copy link
Contributor

@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.

@bhoover19
Copy link

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

@developerrespig
Copy link

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:
Parsing rooms for Hipchat and Mattermost...
Hipchat room is: testroom
Mattermost team & channel are: migration:testroom
Successfully parsed rooms

Opening /home/xxx/tmp/testroom.jsonl for writing...
Writing version header...
Writing team info...
Writing channel info...
Writing room members...
Writing room posts (newest to oldest)...
On room 1
/var/lib/gems/2.3.0/gems/hipmost-1.0/lib/hipmost/hipchat/post.rb:8:in initialize': wrong number of arguments (given 2, expected 3) (ArgumentError) from /var/lib/gems/2.3.0/gems/hipmost-1.0/lib/hipmost/hipchat/post_repository.rb:33:in new'
from /var/lib/gems/2.3.0/gems/hipmost-1.0/lib/hipmost/hipchat/post_repository.rb:33:in block in load' from /var/lib/gems/2.3.0/gems/hipmost-1.0/lib/hipmost/hipchat/post_repository.rb:27:in each'
from /var/lib/gems/2.3.0/gems/hipmost-1.0/lib/hipmost/hipchat/post_repository.rb:27:in load' from /var/lib/gems/2.3.0/gems/hipmost-1.0/lib/hipmost/cmds/room.rb:76:in tap'
from /var/lib/gems/2.3.0/gems/hipmost-1.0/lib/hipmost/cmds/room.rb:76:in block (2 levels) in save' from /var/lib/gems/2.3.0/gems/hipmost-1.0/lib/hipmost/cmds/room.rb:70:in each'
from /var/lib/gems/2.3.0/gems/hipmost-1.0/lib/hipmost/cmds/room.rb:70:in block in save' from /var/lib/gems/2.3.0/gems/hipmost-1.0/lib/hipmost/cmds/room.rb:50:in open'
from /var/lib/gems/2.3.0/gems/hipmost-1.0/lib/hipmost/cmds/room.rb:50:in save' from /var/lib/gems/2.3.0/gems/hipmost-1.0/lib/hipmost/cmds/room.rb:43:in import'
from /var/lib/gems/2.3.0/gems/hipmost-1.0/lib/hipmost/cmds/room.rb:19:in run' from /var/lib/gems/2.3.0/gems/hipmost-1.0/lib/hipmost.rb:12:in run'
from /var/lib/gems/2.3.0/gems/hipmost-1.0/exe/hipmost:48:in <top (required)>' from /usr/local/bin/hipmost:22:in load'
from /usr/local/bin/hipmost:22:in `

'

Can anyone help me with this?

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

No branches or pull requests

4 participants