Page MenuHomePhabricator

ee.pl does not work
Closed, DeclinedPublic

Description

Test url: https://secure.wikimedia.org/wikinews/en/wiki/MediaWiki:Comments.js?action=edit&externaledit=true

Expected behaviour is that it works, actual behaviour is that vim pops up with an empty window.

Possibly something wrong with just my install. Wouldn't be surprised if I was just missing whatever library perl needs to do https. This is mostly a reminder to myself to investigate more later.


Version: master
Severity: normal
URL: https://en.wikinews.org/wiki/MediaWiki:Comments.js?action=edit&externaledit=true

Details

Reference
bz29035

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:36 PM
bzimport set Reference to bz29035.

ee.pl doesn't do a lot of error reporting; I had to hack in some checks but it turned out that internally the HTTP library was reporting back this error:

Can't locate object method "new" via package "LWP::Protocol::https::Socket"

This fixes it for me on Ubuntu 11.04:

sudo apt-get install libcrypt-ssleay-perl

Added a note to that effect to INSTALL in r88855, but it should probably... catch the error and more explicitly complain.

External editor support was removed in Ic3791d18. Use the API.