Martin, Good luck! This may be unrelated, but FireFox throws a "http://testallinone.usask.ca:8080/series/undefined.json" file not found 404 from init-watch.js since the media package does not return an dcIsPartOf parameter in the result. FF assigns the series_id to undefined instead of empty string. See snippets from series.js and the binding that throws the error in init-watch.js ------------------------ Series.js line 202: series_id = data['search-results'].result.dcIsPartOf; if (series_id != '') <-- Undefined is not an empty string, so this is true { $(document).trigger('setSeriesID', [series_id]); <--- setSeriseId is set to Undefined, t ------------------------- In init-watch.js //load series infos $(document).bind('setSeriesID', function(event, seriesID) { $.ajax({ url: '/series/'+seriesID+'.json', <-- This throws the "../series/undefined.json" not found ------------------- - Karen
On Dec 13, 2012, at 10:35 AM, "Martin Abel (Commented) (JIRA)" <[email protected]> wrote: > > [ > http://opencast.jira.com/browse/MH-9340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=32608#comment-32608 > ] > > Martin Abel commented on MH-9340: > --------------------------------- > > it looks like an annotation problem, I try to handle this. > >> if use the scrubber to navigate in the video, several other components cease >> to work >> ------------------------------------------------------------------------------------ >> >> Key: MH-9340 >> URL: http://opencast.jira.com/browse/MH-9340 >> Project: Matterhorn Project >> Issue Type: Bug >> Components: Engage Tools >> Affects Versions: 1.4 >> Reporter: Judy Stern >> Assignee: Martin Abel >> Priority: Critical >> Fix For: 1.4 >> >> > > > -- > This message is automatically generated by JIRA. > If you think it was sent incorrectly, please contact your JIRA > administrators: > http://opencast.jira.com/secure/ContactAdministrators!default.jspa > For more information on JIRA, see: http://www.atlassian.com/software/jira > > > _______________________________________________ > Matterhorn mailing list > [email protected] > http://lists.opencastproject.org/mailman/listinfo/matterhorn > > > To unsubscribe please email > [email protected] > _______________________________________________ $.log("Series AJAX call: Data available"); series_id = data['search-results'].result.dcIsPartOf; if (series_id != '') { $(document).trigger('setSeriesID', [series_id]);
_______________________________________________ Matterhorn mailing list [email protected] http://lists.opencastproject.org/mailman/listinfo/matterhorn To unsubscribe please email [email protected] _______________________________________________
