vsTerminus / Hailobot

Connect a Hailo AI with reddit, Twitter, Discord, etc
MIT License
0 stars 0 forks source link

Perl module install failures #1

Open JRCrichton opened 6 years ago

JRCrichton commented 6 years ago

Net::Discord doesn't seem to exist on the cpan database, same with Net::Async::LastFM, although I'm not going to be using that module.

Found dependencies: Net::Discord, Net::Async::LastFM, Hailo Searching Net::Discord (0) on cpanmetadb ... -> FAIL Finding Net::Discord on cpanmetadb failed. ! Could not find a release matching Net::Discord on MetaCPAN. Searching Net::Discord on mirror http://www.cpan.org ... Downloading index file http://www.cpan.org/modules/02packages.details.txt.gz ... Uncompressing index file... -> FAIL Finding Net::Discord (0) on mirror http://www.cpan.org failed. -> FAIL Couldn't find module or a distribution Net::Discord Searching Net::Async::LastFM (0) on cpanmetadb ... -> FAIL Finding Net::Async::LastFM on cpanmetadb failed. ! Could not find a release matching Net::Async::LastFM on MetaCPAN. Searching Net::Async::LastFM on mirror http://www.cpan.org ... -> FAIL Finding Net::Async::LastFM (0) on mirror http://www.cpan.org failed. -> FAIL Couldn't find module or a distribution Net::Async::LastFM

vsTerminus commented 6 years ago

Well, you've reminded me that this repository still exists. It hasn't been updated, but there is an updated version here.

Net::Discord has become Mojo::Discord. You will need to clone the repository and either symlink or move the module into your perl5 lib folder manually.

Net::Async::LastFM has become Mojo::WebService::LastFM, but is no longer required.

JRCrichton commented 6 years ago

I will check out the new version when I get home later tonight. Thanks for the help! I accidentally had Perl update right before bed last night so I didn't even think to check if you had other repos this morning.