Notalib / LYT

m.e17.dk
GNU Lesser General Public License v3.0
10 stars 12 forks source link

Backend errors reported from testsetup #497

Closed simmoe closed 11 years ago

simmoe commented 11 years ago

Here's some of the errors collected after the new setup has been launched. They're not separated into specific issues though they possibly should be after we've identify their main courses.

Invalid URL

This error happens randomly - then the UI displays the error message - and when you hit "try again" it works.. It can be reproduced using any title or going back and forth using the books index. The examples in this issue was produced with gummitarzan (17927)

There is a difference in how the error is described in the console. Sometimes it starts by the service emitting an error event. Sometimes you only get a URL error from the player object. The two logs can be seen here:

log 1

[511899] Service: Emitting error:rpc event log.js:46
Failed to load resource http://test.m.e17.dk/DodpMobile/Service.svc
Failed to load resource http://test.m.e17.dk/DodpFiles/10034974/17927/gum_08.mp3
[512142] Player: event error: jPlayer: url error: Media URL could not be loaded., Check media URL is valid., http://test.m.e17.dk/DodpFiles/10034974/17927/gum_08.mp3 

log 2

[111920] Player: event error: jPlayer: url error: Media URL could not be loaded., Check media URL is valid., http://test.m.e17.dk/DodpFiles/10034974/17927/gum_03.mp3 
simmoe commented 11 years ago

It seems the URL errors are fixed after @hwh added nightly garbage collection. @everhoej @NajaWulff if you experience any of these (basically that you have to load a book, section or bookmark twice, clicking the "try again" option in the dialog), please report. I'll submit the "valhalla series issue" in a separate issue

simmoe commented 11 years ago

I'll close this one until someone experience something in this direction again, which hopefully doesn't happen..