beingsane / streeme

Automatically exported from code.google.com/p/streeme
MIT License
0 stars 0 forks source link

Streeme doesnt play, just cycles through playlist #49

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. pressing play
2.
3.

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

What version of the product are you using? On what operating system?
Latest version of streeme via git on Debian

Please provide any additional information below.
I've verified all the Steps in the troubleshooting section.  I'm using the 
default ports of 8095 and 8096 for testing.  Proxy.log doesnt seem to have 
anything usefull in the log.  When I run the symphony test script, I get the 
following: 
unit/ArtworkScanAmazonTest...........................................dubious
    Test returned status 255
unit/ArtworkScanFoldersTest..........................................not ok
    Failed tests: 1, 2, 3, 4, 6, 7, 8, 13
unit/ArtworkScanMetaTest.............................................not ok
    Failed tests: 1, 2, 3, 4, 6, 7, 8, 13

I've ran  ./symfony cc several times, but doesnt seem to help.

Original issue reported on code.google.com by usmc...@gmail.com on 25 Mar 2012 at 7:48

GoogleCodeExporter commented 8 years ago
Which browser is this on? I've had a recent complaint that Chromium will not 
play songs. There's also this issue that has the same failing tests: 

http://code.google.com/p/streeme/issues/detail?id=35#c2 - it came down to just 
a wrong charset in the app settings  

Do any of these solutions work? 

Original comment by chaffn...@gmail.com on 28 Mar 2012 at 5:33

GoogleCodeExporter commented 8 years ago
I looked at the post, it didn't provide any solution.  I'm running on Debian, 
so my Charset in the app.yml is set to ISO-8859-1, but also tried UTF-8.  No 
change.

However, trying to run the scan-media command again, I did receive a few 
notices that weren't there before:

Notice: Use of undefined constant app_filesystem_encoding - assumed 
'app_filesystem_encoding' in /streeme/lib/task/scanners/mediaScanFilesystem.php 
on line 69
Notice: Undefined index:  ape in 
/streeme/lib/task/scanners/mediaScanFilesystem.php on line 115
Notice: Undefined index:  ape in 
/streeme/lib/task/scanners/mediaScanFilesystem.php on line 116
Notice: Undefined index:  ape in 
/streeme/lib/task/scanners/mediaScanFilesystem.php on line 117
Notice: Undefined index:  ape in 
/streeme/lib/task/scanners/mediaScanFilesystem.php on line 120
Notice: Undefined index:  ape in 
/streeme/lib/task/scanners/mediaScanFilesystem.php on line 123
Notice: Undefined index:  ape in 
/streeme/lib/task/scanners/mediaScanFilesystem.php on line 125

The logs still don't show much, and the test script (be it in UTF-8 or 
ISO-8859-1) yeild the same result as above.

Original comment by usmc...@gmail.com on 28 Mar 2012 at 12:08