Skip to content

Instantly share code, notes, and snippets.

@jjn1056
Last active April 15, 2020 16:27
Show Gist options
  • Save jjn1056/a5c6862f759fa56439e470280c90e1df to your computer and use it in GitHub Desktop.
Save jjn1056/a5c6862f759fa56439e470280c90e1df to your computer and use it in GitHub Desktop.
[info] Application powered by Catalyst 5.90125
HTTP::Server::PSGI: Accepting connections at http://0:5000/
[info] *** Request 1 (0.143/s) [23608] [Wed Apr 15 11:26:04 2020] ***
[debug] Path is "/session/login"
[debug] "POST" request for "login" from "127.0.0.1"
[debug] Body Parameters are:
.-------------------------------------+--------------------------------------------------------------------------.
| Parameter | Value |
+-------------------------------------+--------------------------------------------------------------------------+
| password | green59 |
| username | john |
'-------------------------------------+--------------------------------------------------------------------------'
[info] 11111
[info] 333333
[debug] Found sessionid "1104a57f758a3547f4a041f5626e7f154767141f" in cookie
[debug] Restored session "1104a57f758a3547f4a041f5626e7f154767141f"
Use of uninitialized value $action_proto in pattern match (m//) at /Users/jnapiorkowski/.perlbrew/libs/perl-5.28.1@default/lib/perl5/Catalyst/Plugin/URI.pm line 100.
[debug] Rendering template "session/authenticate.html"
[error] Couldn't render template "session/authenticate.html: undef error - Can't call method "errors" without a package or object reference at ../../lib/Template/Plugin/Valiant/Form.pm line 135.
"
[info] 22222
[error] Couldn't render template "session/authenticate.html: undef error - Can't call method "errors" without a package or object reference at ../../lib/Template/Plugin/Valiant/Form.pm line 135.
"
[debug] Redirecting to "http://localhost:5000/"
127.0.0.1 - - [15/Apr/2020:11:26:04 -0500] "POST /login HTTP/1.1" 500 20655 "http://localhost:5000/login" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36"
[debug] Response Code: 500; Content-Type: text/html; charset=utf-8; Content-Length: unknown
[info] Request took 0.043696s (22.885/s)
.------------------------------------------------------------------------------------------------+-----------.
| Action | Time |
+------------------------------------------------------------------------------------------------+-----------+
| /root | 0.000083s |
| /session/root | 0.000042s |
| /session/login | 0.024422s |
| /session/authenticate | 0.002382s |
| /end | 0.020607s |
| -> Example::View::HTML->process | 0.020084s |
| /end | 0.000126s |
'------------------------------------------------------------------------------------------------+-----------'
[info] *** Request 2 (0.286/s) [23608] [Wed Apr 15 11:26:04 2020] ***
[debug] Path is "/not_found"
[debug] Arguments are "favicon.ico"
[debug] "GET" request for "favicon.ico" from "127.0.0.1"
[debug] Rendering template "not_found.html"
[debug] Found sessionid "1104a57f758a3547f4a041f5626e7f154767141f" in cookie
127.0.0.1 - - [15/Apr/2020:11:26:04 -0500] "GET /favicon.ico HTTP/1.1" 200 1509 "http://localhost:5000/login" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36"
[debug] Response Code: 200; Content-Type: text/html; charset=utf-8; Content-Length: unknown
[info] Request took 0.015001s (66.662/s)
.------------------------------------------------------------------------------------------------+-----------.
| Action | Time |
+------------------------------------------------------------------------------------------------+-----------+
| /root | 0.000078s |
| /not_found | 0.000047s |
| /end | 0.005388s |
| -> Example::View::HTML->process | 0.004942s |
'------------------------------------------------------------------------------------------------+-----------'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment