kontron / redmine_oauth

Redmine authentication through OAuth.
GNU General Public License v2.0
57 stars 27 forks source link

Error when executing `rake redmine_oauth:email:receive_imap` #11

Closed 7evenk closed 1 year ago

7evenk commented 1 year ago

I'm trying to execute the command rake redmine_oauth:email:receive_imap username='notifications@example.com' RAILS_ENV="production" on my Redmine application, but I'm getting an error message: "wrong number of arguments (given 3, expected 2)".

I recently updated Rails to version 6.1.5, but the error persists. Any suggestions on how to resolve this issue?

Thank you.

picman commented 1 year ago

Probably duplicates #2 .

7evenk commented 1 year ago

I had the issue with a Bitnami Redmine 5.0.0-2 installation, which used Ruby 2.6.10p210. I have now installed Redmine 5.0.5 and Ruby 3.1.4-1 under Windows. The plugin works perfectly with these versions. Thank you