some errors

Read 6239 times
this is from a shoutcast 2 stream on sc_trans2 not been able to hear sound yet and did buy a licence for the mp3 stuff... icecast is working tho, just no track titles... anywho, hope the below is helpful

Code: [Select]
cat /usr/local/centovacast/var/vhosts/test/var/log/source.log
2012-04-27 23:26:08 I msg:[MAIN] SIGWINCH; Next Song
2012-04-27 23:26:08 I msg:[DECODE] Next file is /usr/local/centovacast/var/vhosts/test/var/spool/media/01.TheIntroduction.mp3
2012-04-27 23:26:08 W msg:Could not load metadata because could not open file #!/usr/local/centovacast/bin/nextsong test 6a30270a8cfa7319e88d31b9fd1b8781 sctrans2next
2012-04-27 23:26:08 E msg:Failure converting filename to metadata Premature end of data (*/%TIT2.)
2012-04-27 23:26:08 E msg:Failure converting filename to metadata Premature end of data (*/%TIT2.)
2012-04-27 23:26:08 E msg:Failure converting filename to metadata Premature end of data (*/%TIT2.)
2012-04-27 23:26:08 E msg:Failure converting filename to metadata Premature end of data (*/%TIT2.)


i get the below on both shoutcast and icecast streams

Code: [Select]
tail /usr/local/centovacast/var/vhosts/test/var/log/nextsong.log

2012-04-27 22:54:42 Falling back to local sequential playlist: /usr/local/centovacast/var/vhosts/test/var/run/playlist.last
2012-04-27 22:55:02 Unexpected response body from Centova Cast web interface server: [Warning: Invalid argument supplied for foreach() in /usr/local/centovacast/system/class_TrackManager.php on line 830]


the file uploader does not work.

on first load in chrome's dev console
Code: [Select]
GET http://DOMAIN-NAME-REMOVED.co.uk:2199/system/progress.js?b=20120418.24 404 (Not Found) index.php:1
212event.layerX and event.layerY are broken and deprecated in WebKit. They will be removed from the engine in the near future.


when i try and upload a file in chrome i get:
Code: [Select]
Uncaught TypeError: Cannot call method 'replace' of undefined res.upload.js:21
e.jUppity.file res.upload.js:21
e res.upload.js:14
c.event.handle res.common.js:71
c.event.add.h.handle.o

in firefox i get a unhelpful:

Code: [Select]
i is undefined

* when you edit a trackes album info, if there is a screenshot pulled for it the url is not set in the form... i manually set a purchase url and in doing so it cleared the album cover that was there... asume because i set the url for the image to nothing as i did not edit the album cover url
Last Edit: April 27, 2012, 05:54:15 pm by KL Web Consultants
Paul from KL Web Consultants KL Web Consultant
this is from a shoutcast 2 stream on sc_trans2 not been able to hear sound yet and did buy a licence for the mp3 stuff... icecast is working tho, just no track titles... anywho, hope the below is helpful
If everything starts up and it looks like it's playing but there's no sound, unfrotunately that is internal to ShoutCast and/or sc_trans and that'd be an issue for Nullsoft.

cat /usr/local/centovacast/var/vhosts/test/var/log/source.log
2012-04-27 23:26:08   I   msg:[MAIN] SIGWINCH; Next Song
2012-04-27 23:26:08   I   msg:[DECODE] Next file is /usr/local/centovacast/var/vhosts/test/var/spool/media/01.TheIntroduction.mp3
2012-04-27 23:26:08   W   msg:Could not load metadata because could not open file #!/usr/local/centovacast/bin/nextsong test 6a30270a8cfa7319e88d31b9fd1b8781 sctrans2next
2012-04-27 23:26:08   E   msg:Failure converting filename to metadata Premature end of data (*/%TIT2.)
2012-04-27 23:26:08   E   msg:Failure converting filename to metadata Premature end of data (*/%TIT2.)
2012-04-27 23:26:08   E   msg:Failure converting filename to metadata Premature end of data (*/%TIT2.)
2012-04-27 23:26:08   E   msg:Failure converting filename to metadata Premature end of data (*/%TIT2.)
All normal.  It logs a bunch of ugly error messages when using a script-based playlist... that's a Nullsoft issue again.

2012-04-27 22:55:02 Unexpected response body from Centova Cast web interface server: [Warning: Invalid argument supplied for foreach() in /usr/local/centovacast/system/class_TrackManager.php on line 830]
That's a CC issue and indicates that your database update failed when you upgraded... most likely you upgraded while an intermediate build was on the server.  I'd recommend reinstalling the beta.


the file uploader does not work.
Known issue, something to do with the JavaScript minifier we use.  It'll be fixed in the next build.


* when you edit a trackes album info, if there is a screenshot pulled for it the url is not set in the form... i manually set a purchase url and in doing so it cleared the album cover that was there... asume because i set the url for the image to nothing as i did not edit the album cover url
This is intentional.  The cover URL is associated with the album, not the track.  So when editing the track's album info, you're decoupling it from the original album entry and thus the cover URL is no longer relevant.  Or at least that's the idea. :)