trizen / clyrics

An extensible lyrics fetcher, with daemon support for cmus and mocp.
https://trizenx.blogspot.com/2013/02/mocp-lyrics.html
GNU General Public License v3.0
56 stars 16 forks source link

There is no form named "f" #2

Closed Ambrevar closed 9 years ago

Ambrevar commented 9 years ago

With latest git commit, it crashes on every query with

There is no form named "f" at /usr/share/perl5/vendor_perl/WWW/Mechanize.pm line 1938.

Mechanize.pm is version 1.73.

trizen commented 9 years ago

It works here (with Mechanize version 1.74). Make sure that LWP::Protocol::https is installed as well.

If it's possible, please run clyrics -d some song and write here the results. Thanks

Ambrevar commented 9 years ago

Installing LWP::Protocol::https did the trick, even with 1.73. I'll update the dependencies in the Arch Linux packages.