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

API default_index_subaction #2478

Open
JoeCohen opened this issue Oct 9, 2024 · 0 comments
Open

API default_index_subaction #2478

JoeCohen opened this issue Oct 9, 2024 · 0 comments
Labels
api Error Throws an Error

Comments

@JoeCohen
Copy link
Member

JoeCohen commented Oct 9, 2024

Cron Daemon <root@mushroomobserver.org>
2:20 AM (4 hours ago)
to webmaster

INFO -- : Started GET "/api2/" for 82.65.219.142 at 2024-10-09 09:17:34 +0000
INFO -- : Processing by API2Controller#index as HTML
INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 2.1ms | Allocations: 716)
E, [2024-10-09T09:17:34.388447 #1523925] ERROR -- :   
NameError (undefined local variable or method `default_index_subaction' for an instance of API2Controller):

app/controllers/application_controller.rb:1347:in `index'
app/controllers/application_controller.rb:227:in `catch_errors_and_log_request_stats'
INFO -- : Started GET "/api2/" for 82.65.219.142 at 2024-10-09 09:17:34 +0000
INFO -- : Processing by API2Controller#index as HTML
INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 2.1ms | Allocations: 716)
E, [2024-10-09T09:17:34.388447 #1523925] ERROR -- :   
NameError (undefined local variable or method `default_index_subaction' for an instance of API2Controller):

app/controllers/application_controller.rb:1347:in `index'
app/controllers/application_controller.rb:227:in `catch_errors_and_log_request_stats'
INFO -- : Started GET "/api2/" for 82.65.219.142 at 2024-10-09 09:17:51 +0000
INFO -- : Processing by API2Controller#index as HTML
INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 1.9ms | Allocations: 664)
E, [2024-10-09T09:17:51.912258 #1523921] ERROR -- :   
NameError (undefined local variable or method `default_index_subaction' for an instance of API2Controller):

app/controllers/application_controller.rb:1347:in `index'
app/controllers/application_controller.rb:227:in `catch_errors_and_log_request_stats'
INFO -- : Started GET "/api2/" for 82.65.219.142 at 2024-10-09 09:17:51 +0000
INFO -- : Processing by API2Controller#index as HTML
INFO -- : Completed 500 Internal Server Error in 5ms (ActiveRecord: 1.9ms | Allocations: 664)
E, [2024-10-09T09:17:51.912258 #1523921] ERROR -- :   
NameError (undefined local variable or method `default_index_subaction' for an instance of API2Controller):

app/controllers/application_controller.rb:1347:in `index'
app/controllers/application_controller.rb:227:in `catch_errors_and_log_request_stats'
@JoeCohen JoeCohen added Error Throws an Error api labels Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Error Throws an Error
Projects
None yet
Development

No branches or pull requests

1 participant