rflemming / ampache-squeezecenter

Automatically exported from code.google.com/p/ampache-squeezecenter
0 stars 0 forks source link

404 Not Found: settings/plugins/Ampache/settings/basic.html #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install Ampache 3.4
2. Install squeezecenter
3. Install this plugin via automatic

What is the expected output? What do you see instead?

Expected output:
Settings page for plugin

Instead:
404 Not Found: settings/plugins/Ampache/settings/basic.html

What version of the product are you using? On what operating system?

Ampache 3.4.4
ampache-squeezecenter 1.0
Squeezecenter Version: 7.3.2 - 24695 @ Mon Jan 19 18:55:04 PST 2009

Please provide any additional information below.

[09-06-13 22:59:04.8760] Slim::Utils::PluginManager::enablePlugins (488)
Error: Couldn't load Plugins::Ampache::Plugin
[09-06-13 23:00:46.6251] Slim::bootstrap::tryModuleLoad (273) Warning:
Module [Plugins::Ampache::Plugin] failed to load:
"sha256_hex" is not exported by the Digest::SHA module
Can't continue after import errors at Ampache/Ampache.pm line 35
BEGIN failed--compilation aborted at Ampache/Ampache.pm line 35.
Compilation failed in require at Plugins/Ampache/Plugin.pm line 24.
BEGIN failed--compilation aborted at Plugins/Ampache/Plugin.pm line 24.
Compilation failed in require at (eval 1162) line 2.
BEGIN failed--compilation aborted at (eval 1162) line 2.

I fixed it by creating a custom SHA.pm and adding it to the
Plugins-Ampache-Plugin.par located in the cache plugin folder of squeezecenter.

I'll attach the new file with this issue

If anyone needs the file, email me at cancausecancer@yahoo.com

Original issue reported on code.google.com by whatfhefck@gmail.com on 13 Jun 2009 at 8:34

Attachments:

GoogleCodeExporter commented 9 years ago
Well crap.  I guess I never had this problem because Ubuntu's perl package 
includes 
Digest::SHA:

dpkg -S /usr/lib/perl/5.10.0/Digest/SHA.pm
perl: /usr/lib/perl/5.10.0/Digest/SHA.pm

It's not part of the included squeezecenter libraries so that creates a bit of 
a 
hidden dependency.  Let me see if there is another way I can fix this.

Original comment by flemm...@gmail.com on 24 Jun 2009 at 3:18

GoogleCodeExporter commented 9 years ago
Resolved in SVN by including Digest::SHA::PurePerl  I'll make a new release 
soon with
this fix.  Thanks for the bug.

Original comment by flemm...@gmail.com on 25 Jun 2009 at 1:33

GoogleCodeExporter commented 9 years ago
Issue 6 has been merged into this issue.

Original comment by flemm...@gmail.com on 25 Jun 2009 at 2:14

GoogleCodeExporter commented 9 years ago
Great work, you're fast like a ninja :D

Original comment by whatfhefck@gmail.com on 9 Jul 2009 at 7:51