-
Notifications
You must be signed in to change notification settings - Fork 11
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
Requirements: redmine_sidekiq #53
Comments
Please, use the latest version from our fork: https://github.com/southbridgeio/redmine_sidekiq It's fixed for Redmine 4 |
same: Should I use old sidekiq version? |
It means you're still running old code. There're no "before_filter" calls in master version of redmine_sidekiq. Did you restart server? |
oh, installation section is: Installation |
I, [2020-06-19T12:56:50.911468 #5891] INFO -- : Start daemon... Seems to me bot cannot connect to telegram Sidekiq have 2 queues: Queue | Size | Latency | Actions tdlog [ 3][t28][1592564013.682438612][NetQuery.h:239][#7][!Td][&net_query] [Query:[id:1835008][tl:0x1fb33026][state:Error][Error : 500 : Request aborted]] [debug:Td: received from DcManager] |
After installing redmine_sidekiq to redmine 4.1.1.stable got an error
[ E 2020-06-19 09:29:51.9956 64309/T13 age/Cor/App/Implementation.cpp:221 ]: Could not spawn process for application /opt/redmine-4.1.1: The application encountered the following error: unde
fined method `before_filter' for SidekiqSandboxController:Class
Did you mean? before_action (NoMethodError)
ruby -v
ruby 2.4.5p335 (2018-10-18 revision 65137) [x86_64-linux]
sidekiq -v 5.2.9
before_filter deleted in ver 5.1
The text was updated successfully, but these errors were encountered: