azawawi / farabi6

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

Malformed UTF-8 ? #23

Closed sabazk closed 9 years ago

sabazk commented 10 years ago

I'm on the latest rakudo build using moarvm (built 5 minutes ago) installed with panda (also fresh) the server starts fine, I get the editor to load almost.... then this

[2014-08-25T04:21:45Z] GET /farabi.css HTTP/1.1 [2014-08-25T04:21:46Z] GET /assets/codemirror/util/match-highlighter.js HTTP/1.1 [2014-08-25T04:21:46Z] GET /assets/codemirror/util/search.js HTTP/1.1 [2014-08-25T04:21:47Z] GET /assets/bootstrap/img/glyphicons-halflings.png HTTP/1.1 Malformed UTF-8 in method slurp at src/gen/m-CORE.setting:14419 in sub at lib/Farabi6.pm6:88 in method handler at lib/HTTP/Easy/PSGI.pm6:33 in method run at lib/HTTP/Easy.pm6:155 in method run at lib/Farabi6.pm6:107 in sub MAIN at /home/ezra/rakudo/install/languages/perl6/site/bin/farabi6:16 in block at /home/ezra/rakudo/install/languages/perl6/site/bin/farabi6:16

azawawi commented 9 years ago

Fixed in https://github.com/azawawi/farabi6/commit/4e0d5d08871d1a16070bfb97c6a583559d5a74cd

Thanks for reporting it.