Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No such method 'decode' for invocant of type 'Any' #19

Closed
vti opened this issue Nov 24, 2014 · 2 comments
Closed

No such method 'decode' for invocant of type 'Any' #19

vti opened this issue Nov 24, 2014 · 2 comments

Comments

@vti
Copy link

vti commented Nov 24, 2014

Quite oftens exits with the following information:

[2014-11-24T21:50:42Z] GET / HTTP/1.1
use of uninitialized value of type Any in numeric context  in method run at /home/vti/dev/perl6/rakudo-star-2014.09/install/languages/perl6/lib/HTTP/Easy.pm6:71

No such method 'decode' for invocant of type 'Any'
  in method run at /home/vti/dev/perl6/rakudo-star-2014.09/install/languages/perl6/lib/HTTP/Easy.pm6:74
  in method handle at /home/vti/dev/perl6/rakudo-star-2014.09/install/languages/perl6/lib/HTTP/Easy/PSGI.pm6:51
  in block <unit> at app.pl6:56

I guess sometimes recv doesn't return anything.

@azawawi
Copy link
Collaborator

azawawi commented Nov 25, 2014

Please use panda update and then panda install HTTP::Easy. This should have been fixed in 1c13054

@vti
Copy link
Author

vti commented Nov 25, 2014

Thanks!

@vti vti closed this as completed Nov 25, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants