Created
February 6, 2017 19:40
-
-
Save niner/8401a2c9d740f7a016ed8ea6295d4f40 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nine@sphinx:~/talks/Web development and Perl 6/examples/Bailador/Dancr (master *=)> crustup -I. | |
http server is ready: http://127.0.0.1:5000/ (pid:12050, keepalive: 1) | |
Use of uninitialized value %h of type Any in string context. | |
Methods .^name, .perl, .gist, or .say can be used to stringify it to something meaningful. | |
in sub anon at EVAL_113 line 4 | |
No such method 'decode' for invocant of type 'IO::Blob' | |
in block at /home/nine/rakudo/install/share/perl6/site/sources/597E1F971BE2BD4CFA4FD551B0AC356F2F8D64DC (Bailador::Request) line 45 | |
in method params at /home/nine/rakudo/install/share/perl6/site/sources/597E1F971BE2BD4CFA4FD551B0AC356F2F8D64DC (Bailador::Request) line 37 | |
in method params at /home/nine/rakudo/install/share/perl6/site/sources/597E1F971BE2BD4CFA4FD551B0AC356F2F8D64DC (Bailador::Request) line 29 | |
in sub at /home/nine/talks/Web development and Perl 6/examples/Bailador/Dancr/Dancr.pm6 (Dancr) line 114 | |
in block at /home/nine/rakudo/install/share/perl6/site/sources/A80D3EE41ED647143B6A367AAE142A5967A850D7 (Bailador::Route) line 17 | |
in method recurse-on-routes at /home/nine/rakudo/install/share/perl6/site/sources/A80D3EE41ED647143B6A367AAE142A5967A850D7 (Bailador::Route) line 13 | |
in method dispatch at /home/nine/rakudo/install/share/perl6/site/sources/06F75D046213CAD92B84F66E5F161C084878D0C3 (Bailador::App) line 85 | |
in block at /home/nine/rakudo/install/share/perl6/site/sources/06F75D046213CAD92B84F66E5F161C084878D0C3 (Bailador::App) line 75 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment