Coder Social home page Coder Social logo

Comments (8)

hidekiy avatar hidekiy commented on July 20, 2024

I tried to get more informations with Devel::StackTrace and app->log->level('debug')

t/mojolicious/websocket_tls_proxy_lite_app.t .. Thu Jun 10 21:57:43 2010 info Mojo::Server::Daemon:341 [23531]: Server listening (https://*:11420)
Thu Jun 10 21:57:43 2010 debug Mojolicious:28 [23531]: Your secret passphrase needs to be changed!!!
Thu Jun 10 21:57:43 2010 debug Mojolicious:134 [23531]: *** Request for "/" from "Mozilla/5.0 (compatible; Mojolicious; Perl)". ***
Thu Jun 10 21:57:43 2010 debug MojoX::Dispatcher::Routes:146 [23531]: Dispatching callback.
Thu Jun 10 21:57:43 2010 debug Mojolicious::Plugin::RequestTimer:34 [23531]: Request took 0.001302 seconds (768.049/s).
Trace begun at /home/hideki/github/mojo/lib/Mojo/IOLoop.pm line 822
Mojo::IOLoop::_error('Mojo::IOLoop=HASH(0x13cb7d48)', 'IO::Socket::SSL=GLOB(0x13cd65c0)', 'Event "write" failed for connection "IO::Socket::SSL=GLOB(0x13cd65c0)": Can\'t call method "c lient_write" on an undefined value at /home/hideki/github/mojo/lib/Mojo/Client.pm line 1206.^J') called at /home/hideki/github/mojo/lib/Mojo/IOLoop.pm line 1061
Mojo::IOLoop::_run_event('Mojo::IOLoop=HASH(0x13cb7d48)', 'write', 'CODE(0x13cd15c0)', 'IO::Socket::SSL=GLOB(0x13cd65c0)') called at /home/hideki/github/mojo/lib/Mojo/IOLoop.pm line 11 92
Mojo::IOLoop::_write('Mojo::IOLoop=HASH(0x13cb7d48)', 'IO::Socket::SSL=GLOB(0x13cd65c0)') called at /home/hideki/github/mojo/lib/Mojo/IOLoop.pm line 491
Mojo::IOLoop::one_tick('Mojo::IOLoop=HASH(0x13cb7d48)') called at /home/hideki/github/mojo/lib/Mojo/IOLoop.pm line 547
Mojo::IOLoop::start('Mojo::IOLoop=HASH(0x13cb7d48)') called at /home/hideki/github/mojo/lib/Mojo/Client.pm line 367
Mojo::Client::process('Mojo::Client=HASH(0x13cb7c58)', 'Mojo::Transaction::HTTP=HASH(0x13cc7c98)') called at /home/hideki/github/mojo/lib/Mojo/Client.pm line 1000
Mojo::Client::_queue_or_process_tx('Mojo::Client=HASH(0x13cb7c58)', 'Mojo::Transaction::HTTP=HASH(0x13cc7c98)', undef) called at /home/hideki/github/mojo/lib/Mojo/Client.pm line 325
Mojo::Client::get('Mojo::Client=HASH(0x13cb7c58)', 'https://localhost:11420/') called at t/mojolicious/websocket_tls_proxy_lite_app.t line 62
Trace begun at /home/hideki/github/mojo/lib/Mojo/IOLoop.pm line 822
Mojo::IOLoop::_error('Mojo::IOLoop=HASH(0x13cb7d48)', 'IO::Socket::SSL=GLOB(0x13cd6c50)') called at /home/hideki/github/mojo/lib/Mojo/IOLoop.pm line 494
Mojo::IOLoop::one_tick('Mojo::IOLoop=HASH(0x13cb7d48)', 0) called at /home/hideki/github/mojo/lib/Mojo/Client.pm line 370
Mojo::Client::process('Mojo::Client=HASH(0x13cb7c58)', 'Mojo::Transaction::HTTP=HASH(0x13cc7c98)') called at /home/hideki/github/mojo/lib/Mojo/Client.pm line 1000
Mojo::Client::_queue_or_process_tx('Mojo::Client=HASH(0x13cb7c58)', 'Mojo::Transaction::HTTP=HASH(0x13cc7c98)', undef) called at /home/hideki/github/mojo/lib/Mojo/Client.pm line 325
Mojo::Client::get('Mojo::Client=HASH(0x13cb7c58)', 'https://localhost:11420/') called at t/mojolicious/websocket_tls_proxy_lite_app.t line 62
Use of uninitialized value $error in concatenation (.) or string at /home/hideki/github/mojo/lib/Mojo/IOLoop.pm line 825.

from mojo.

kraih avatar kraih commented on July 20, 2024

Fixed in master 2 days ago.

from mojo.

hidekiy avatar hidekiy commented on July 20, 2024

Thanks for replying.

I'm running test on 9130859
but fails.

from mojo.

kraih avatar kraih commented on July 20, 2024

What does "mojo version" say?

from mojo.

hidekiy avatar hidekiy commented on July 20, 2024

I'm sorry for missing information.

CORE
  Perl        (5.012001)
  Mojolicious (0.999926, Snowman)

OPTIONAL
  IO::Epoll         (not installed)
  IO::KQueue        (not installed)
  IO::Socket::INET6 (2.64)
  IO::Socket::SSL   (1.33)

from mojo.

kraih avatar kraih commented on July 20, 2024

Ok, looks like another IO::Socket::SSL/INET6 problem. :(
I'll just make the test optional for now since it's pretty much impossible to find the actual cause.

from mojo.

hidekiy avatar hidekiy commented on July 20, 2024

I test 253f83f and find this test passed. Cool!!

CORE
  Perl        (5.012001)
  Mojolicious (0.999927, Snowman)

OPTIONAL
  IO::Epoll         (not installed)
  IO::KQueue        (not installed)
  IO::Socket::INET6 (2.65)
  IO::Socket::SSL   (1.33)

from mojo.

kraih avatar kraih commented on July 20, 2024

Great! :)

from mojo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.