We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$ perl bin/galileo_receive daemon [Sat Jan 11 22:18:18 2014] [info] Listening at "http://*:3000". Server available at http://127.0.0.1:3000. [Sat Jan 11 22:18:28 2014] [debug] Your secret passphrase needs to be changed!!! [Sat Jan 11 22:18:28 2014] [debug] GET "/". [Sat Jan 11 22:18:28 2014] [debug] Routing to a callback. [Sat Jan 11 22:18:28 2014] [debug] 101 Switching Protocols (0.001252s, 798.722/s). [Sat Jan 11 22:18:28 2014] [debug] Upload: 'exports.zip' - 0 | 0 | 2283228 [Sat Jan 11 22:18:28 2014] [debug] Upload: 'exports.zip' - 0 | 0 | 2283228 [Sat Jan 11 22:18:28 2014] [debug] Upload: 'exports.zip' - 0 | 0 | 2283228 [Sat Jan 11 22:18:28 2014] [debug] Upload: 'exports.zip' - 0 | 0 | 2283228 [Sat Jan 11 22:18:28 2014] [debug] Upload: 'exports.zip' - 0 | 0 | 2283228 [Sat Jan 11 22:18:28 2014] [debug] Upload: 'exports.zip' - 0 | 0 | 2283228 [Sat Jan 11 22:18:28 2014] [debug] Upload: 'exports.zip' - 0 | 0 | 2283228 [Sat Jan 11 22:18:28 2014] [debug] Upload: 'exports.zip' - 0 | 0 | 2283228 [Sat Jan 11 22:18:28 2014] [debug] Upload: 'exports.zip' - 0 | 0 | 2283228 [Sat Jan 11 22:18:28 2014] [debug] Upload: 'exports.zip' - 0 | 0 | 2283228 [Sat Jan 11 22:18:28 2014] [debug] Upload: 'exports.zip' - 0 | 0 | 2283228 [Sat Jan 11 22:18:28 2014] [error] Event "read" failed: Can't use an undefined value as a HASH reference at /home/s/mojo/GalileoSend/bin/../lib/Mojolicious/Plugin/GalileoSend.pm line 75. [Sat Jan 11 22:18:43 2014] [debug] Inactivity timeout.
$ perl bin/galileo_send --url ws://localhost:3000/ ~/Downloads/exports.zip /home/s/Downloads/exports.zip upload failed with the following warnings: $VAR1 = [ { 'error' => 'Unknown upload error' } ];
The text was updated successfully, but these errors were encountered:
No branches or pull requests
$ perl bin/galileo_receive daemon
[Sat Jan 11 22:18:18 2014] [info] Listening at "http://*:3000".
Server available at http://127.0.0.1:3000.
[Sat Jan 11 22:18:28 2014] [debug] Your secret passphrase needs to be changed!!!
[Sat Jan 11 22:18:28 2014] [debug] GET "/".
[Sat Jan 11 22:18:28 2014] [debug] Routing to a callback.
[Sat Jan 11 22:18:28 2014] [debug] 101 Switching Protocols (0.001252s, 798.722/s).
[Sat Jan 11 22:18:28 2014] [debug] Upload: 'exports.zip' - 0 | 0 | 2283228
[Sat Jan 11 22:18:28 2014] [debug] Upload: 'exports.zip' - 0 | 0 | 2283228
[Sat Jan 11 22:18:28 2014] [debug] Upload: 'exports.zip' - 0 | 0 | 2283228
[Sat Jan 11 22:18:28 2014] [debug] Upload: 'exports.zip' - 0 | 0 | 2283228
[Sat Jan 11 22:18:28 2014] [debug] Upload: 'exports.zip' - 0 | 0 | 2283228
[Sat Jan 11 22:18:28 2014] [debug] Upload: 'exports.zip' - 0 | 0 | 2283228
[Sat Jan 11 22:18:28 2014] [debug] Upload: 'exports.zip' - 0 | 0 | 2283228
[Sat Jan 11 22:18:28 2014] [debug] Upload: 'exports.zip' - 0 | 0 | 2283228
[Sat Jan 11 22:18:28 2014] [debug] Upload: 'exports.zip' - 0 | 0 | 2283228
[Sat Jan 11 22:18:28 2014] [debug] Upload: 'exports.zip' - 0 | 0 | 2283228
[Sat Jan 11 22:18:28 2014] [debug] Upload: 'exports.zip' - 0 | 0 | 2283228
[Sat Jan 11 22:18:28 2014] [error] Event "read" failed: Can't use an undefined value as a HASH reference at /home/s/mojo/GalileoSend/bin/../lib/Mojolicious/Plugin/GalileoSend.pm line 75.
[Sat Jan 11 22:18:43 2014] [debug] Inactivity timeout.
$ perl bin/galileo_send --url ws://localhost:3000/ ~/Downloads/exports.zip
/home/s/Downloads/exports.zip upload failed with the following warnings:
$VAR1 = [
{
'error' => 'Unknown upload error'
}
];
The text was updated successfully, but these errors were encountered: