KES777 / mojo

Mojolicious - Perl real-time web framework
http://mojolicio.us
Artistic License 2.0
0 stars 0 forks source link

unexpected hook call #20

Closed KES777 closed 7 years ago

KES777 commented 7 years ago
  1. start application.
  2. do change in plugin
  3. make request We get after_dispatch action to call two times instead of one. Last call is made without context
APPLICATION STARTED

[Sat May  6 12:23:44 2017] [debug] **************************************************
[Sat May  6 12:23:44 2017] [debug] GET "/subnets"
[Sat May  6 12:23:47 2017] [debug] Routing to a callback
[Sat May  6 12:23:47 2017] [debug] Routing to controller "App::Controller::Subnet" and action "list"
[Sat May  6 12:23:47 2017] [debug] 
  Wizards: undef
  Last page: list_servers
  Current page: list_subnets
[Sat May  6 12:23:47 2017] [debug] Current wizard: undef
[Sat May  6 12:23:48 2017] [debug] Rendering template "subnet/list.html.ep"
[Sat May  6 12:23:49 2017] [debug] Rendering template "layouts/v1.html.ep"
[Sat May  6 12:23:49 2017] [debug] 200 OK (5.077401s, 0.197/s)
[Sat May  6 12:23:50 2017] [debug] 
  Wizards: undef
  Current page: list_subnets
  Current wizard: undef
[Sat May  6 12:23:50 2017] [debug] **************************************************
[Sat May  6 12:23:50 2017] [error] Can't call method "name" on an undefined value at /home/kes/work/projects/safevpn/repo2/lib/Mojolicious/Plugin/Wizard.pm line 73.

[Sat May  6 12:23:50 2017] [debug] Rendering template "exception.development.html.ep"
[Sat May  6 12:23:50 2017] [debug] Rendering template "mojo/menubar.html.ep"
[Sat May  6 12:23:51 2017] [debug] Rendering cached template "layouts/v1.html.ep"
[Sat May  6 12:23:56 2017] [debug] **************************************************
[Sat May  6 12:23:56 2017] [debug] GET "/subnets"
[Sat May  6 12:23:57 2017] [debug] Routing to a callback
[Sat May  6 12:23:57 2017] [debug] Routing to controller "App::Controller::Subnet" and action "list"
[Sat May  6 12:23:57 2017] [debug] 
  Wizards: undef
  Last page: list_servers
  Current page: list_subnets
[Sat May  6 12:23:57 2017] [debug] Current wizard: undef
[Sat May  6 12:23:57 2017] [debug] Rendering cached template "subnet/list.html.ep"
[Sat May  6 12:23:58 2017] [debug] Rendering cached template "layouts/v1.html.ep"
[Sat May  6 12:23:59 2017] [debug] 200 OK (2.841856s, 0.352/s)
[Sat May  6 12:23:59 2017] [debug] 
  Wizards: undef
  Current page: list_subnets
  Current wizard: undef

[Sat May  6 12:24:04 2017] [debug] **************************************************
[Sat May  6 12:24:04 2017] [debug] GET "/subnets"
[Sat May  6 12:24:05 2017] [debug] Routing to a callback
[Sat May  6 12:24:05 2017] [debug] Routing to controller "App::Controller::Subnet" and action "list"
[Sat May  6 12:24:05 2017] [debug] 
  Wizards: undef
  Last page: list_servers
  Current page: list_subnets
[Sat May  6 12:24:05 2017] [debug] Current wizard: undef
[Sat May  6 12:24:05 2017] [debug] Rendering cached template "subnet/list.html.ep"
[Sat May  6 12:24:06 2017] [debug] Rendering cached template "layouts/v1.html.ep"
[Sat May  6 12:24:07 2017] [debug] 200 OK (2.566006s, 0.390/s)
[Sat May  6 12:24:07 2017] [debug] 
  Wizards: undef
  Current page: list_subnets
  Current wizard: undef
KES777 commented 7 years ago

this request is '/favicon.ico'