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
Error propagated from upstream module #101
Comments
|
it seems to work on my machine :-( which version of perl6 did you use? are your modules up to date? maybe this is related to the changes in IO.. i dont know, sorry |
|
It might. I'm using moar-2017.04.3, freshly installed. |
|
i just switched to the current nom |
|
Same error, from a fresh download of Perl6 and Bailador: This is: |
|
It works without a glitch in my laptop, which is Ubuntu 16:04 and an older version of rakudobrew. Quite clearly the problem is upstream, but I can't figure out where it could be... |
|
Can't repro the problem on 2017.04.3. I suspect it's your perms/firewall. Try changing host to localhost instead of 0.0.0.0 and it'll work, I bet. (I'm also getting a bunch of test failures on 2017.05-15-g81221c5, but when I |
|
It does not. Same error with localhost and 127.0.0.1. And I have checked
https://github.com/supernovus/perl6-http-easy/blob/master/examples/test.p6
and it works fine. It does not work even if I use defaults in
HTTP::Easy::PSGI
|
In fact, `HTTP::Easy::PSGI` already uses 0.0.0.0 as default, so this at least does not add unneeded variable. Another alternative would be to add another variable to `baile`. It still does not make Bailador#101 work, but at least I found out a bit more about the underlying structures.
|
Just wondering, have you tried |
|
don't think it will help, but will give it a try :-) |
|
I think we can close this as we are not able to reproduce this and this only happened on a single machine. |
|
👍
|
|
I am having this same problem again, and now I think I can pinpoint its origin. Here's the error: The problem is now in an upstream module, which I also patched: raku-community-modules/FastCGI#5 and this PR: raku-community-modules/FastCGI#7 I am not sure you are using this module, but I'm pretty sure the problem is the same, the change in interface of a core module. It might need to wait for a new release, or I don't know why it's propagated down to Bailador. If I find the way to patch it I will help. |
|
I have made a pull request to HTTP::Easy raku-community-modules/HTTP-Easy#38 When accepted, it should fix this problem here. |
|
Awesome. Thanks for your help |
|
👍 |
|
PR is merged, |
|
I have tested Bailador with this change and it works pretty well. Give it a try :-) |
I'm getting this error as I run pretty much every example or program:
The port does not seem to be used. This was
echo.pl6, BTW, but I'm getting the same error with other examples. Any idea?The text was updated successfully, but these errors were encountered: