Overlay load not happen

You found a bug or have any issues? Please post them here!
User avatar
radio42
Site Admin
Posts: 8295
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: Overlay load not happen

Post by radio42 »

No, this can not really be.
Please do the following:
- Enable the 'Debug Logging' (which can be found in the general settings in the section 'More Stuff')
- And then try again
- The 'Debug Logging' option generates a 'debug_... .log' file in the global log path
- please send the .log file to me when you reproduced the issue

P.S.: How do you generate the 'News', please post your overlay entry and your settings...
If you are using a script to schedule your News please also send this.
ferryvh
Posts: 10
Joined: 04 Nov 2013 18:29
Re: Overlay load not happen

Post by ferryvh »

Hi Bernd,

I did a quick test with the weather script. as you can see in the log from v4.0.3.28 he reports no tracks found. Used the same settings in v4.0.3.20 and then it works

Code: Select all

ProppFrexx ONAIR.Overlay.log
23-4-2017 21:39:51: Overlay:weer, Command:Weather (weer), Start:23-4-2017 21:40:00 processed
23-4-2017 21:39:52: WARNING: Overlay 'weer@2017-04-23T21:40:00' not processed (no tracks found with 'Script : weer').


Debug_20170416.log

23-4-2017 21:39:51: Overlay 'weer@2017-04-23T21:40:00' (Fixed) starts processing.
23-4-2017 21:39:51: Overlay 'weer@2017-04-23T21:40:00' started by scheduler.
23-4-2017 21:39:51: Overlay 'weer@2017-04-23T21:40:00' start loading.
23-4-2017 21:39:51: Overlay 'weer@2017-04-23T21:40:00' ProgressChanged State=0.
23-4-2017 21:39:51: OverlayScheduler: Overlay:weer, Command:Weather (weer), Start:23-4-2017 21:40:00 processed
23-4-2017 21:39:51: Overlay 'weer@2017-04-23T21:40:00' starting LoadScript=weer.
23-4-2017 21:39:51: Processing Script-Line 1 (Retries=800): 1 LoadTrack : http://www.xxxxxx.nl/HEADLINES/xxxxxx-WEER.mp3 (Filter=, Options=SuppressHistoryCheck, AutoPlayNext)
23-4-2017 21:39:51: GetNextTracks processed, 1 script result entries returned (File=http://www.xxxxxx.nl/HEADLINES/xxxxxx-WEER.mp3).
23-4-2017 21:39:52: Overlay 'weer@2017-04-23T21:40:00' LoadScript 1 Script-Tracks found.
23-4-2017 21:39:52: Overlay 'weer@2017-04-23T21:40:00' LoadScript finished 0 Total-Tracks (00:00:00 Playtime).
23-4-2017 21:39:52: Overlay 'weer@2017-04-23T21:40:00' finish loading.
23-4-2017 21:39:52: OverlayScheduler: WARNING: Overlay 'weer@2017-04-23T21:40:00' not processed (no tracks found with 'Script : weer').
23-4-2017 21:39:52: Overlay 'weer@2017-04-23T21:40:00' RunWorkerCompleted (CheckResumed=False).
23-4-2017 21:39:52: Overlay Player closed.

Code: Select all

weer.pfs

<?xml version="1.0" encoding="utf-8"?>
<script version="1">
    <title>weer</title>
    <creator>ProppFrexx ONAIR</creator>
    <date>2017-04-23T21:34:48+02:00</date>
    <settings>
        <mode>Sequential</mode>
        <loopScriptLine>1</loopScriptLine>
        <scriptOptions>0</scriptOptions>
        <reloadMediaLibrary />
        <asyncReloading>true</asyncReloading>
        <initialTrack />
        <archiveFilename />
        <additionalSongHistoryFilename />
        <maxHistory>0</maxHistory>
        <historyUseExtendedCheck>true</historyUseExtendedCheck>
        <historyForceTAGReading>true</historyForceTAGReading>
        <historyKeepPersistent>true</historyKeepPersistent>
        <historyUseStrictExtendedCheckArtist>false</historyUseStrictExtendedCheckArtist>
        <historyUseStrictExtendedCheckAlbum>false</historyUseStrictExtendedCheckAlbum>
        <historyUseStrictExtendedCheckTitle>false</historyUseStrictExtendedCheckTitle>
        <historyArtistCrossCheck>0</historyArtistCrossCheck>
        <historyAlbumCount>10</historyAlbumCount>
        <historyAlbumMinutes>0</historyAlbumMinutes>
        <historyArtistCount>10</historyArtistCount>
        <historyArtistMinutes>0</historyArtistMinutes>
        <historyTitleCount>5</historyTitleCount>
        <historyTitleMinutes>0</historyTitleMinutes>
        <clearHistoryAtReload>true</clearHistoryAtReload>
        <jingleMediaLibrary />
        <jingleFrequencyFrom>0</jingleFrequencyFrom>
        <jingleFrequencyTo>0</jingleFrequencyTo>
        <jingleMode>Random</jingleMode>
        <jingleCount>1</jingleCount>
        <advertMediaLibrary />
        <advertFrequencyFrom>0</advertFrequencyFrom>
        <advertFrequencyTo>0</advertFrequencyTo>
        <advertMode>Sequential</advertMode>
        <advertCount>1</advertCount>
    </settings>
    <scriptLines>
        <line>
            <mode>LoadTrack</mode>
            <entry>http://www.xxxxx.nl/HEADLINES/xxxxx-WEER.mp3</entry>
            <count>1</count>
            <options>33554433</options>
        </line>
    </scriptLines>
    <fixTimeElements />
    <scriptRules />
</script>
User avatar
radio42
Site Admin
Posts: 8295
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: Overlay load not happen

Post by radio42 »

It looks, like the TAG reading of that remote .mp3 file somehow fails.
I'll take a look, if this is really related to the latest beta versions or something general.

Post Reply