azawawi / farabi6

Experimental in-browser Perl 6 Editor
Artistic License 2.0
14 stars 12 forks source link

Handle stability problems when running it over feather.perl6.nl #27

Closed azawawi closed 9 years ago

azawawi commented 9 years ago

First culprit

https://github.com/supernovus/perl6-http-easy/blob/master/lib/HTTP/Easy.pm6#L71

    [2014-10-12T06:15:03Z] GET /assets/mode-perl6.js HTTP/1.1
    use of uninitialized value of type Any in numeric context  in method run at lib/HTTP/Easy.pm6:71

    No such method 'decode' for invocant of type 'Any'
      in method run at lib/HTTP/Easy.pm6:74
      in method run at ./lib/Farabi6.pm6:111
      in sub MAIN at bin/farabi6:16
      in block <unit> at bin/farabi6:16
azawawi commented 9 years ago

This is fixed in https://github.com/supernovus/perl6-http-easy/pull/18

timo :100: / :100: