diff --git a/ffplayout/playlist.py b/ffplayout/playlist.py index 1e9c11d0..7468034b 100644 --- a/ffplayout/playlist.py +++ b/ffplayout/playlist.py @@ -109,7 +109,8 @@ class GetSourceFromPlaylist: # when we have no playlist for the current day, # then we generate a black clip # and calculate the seek in time, for when the playlist comes back - self.eof_handling('Playlist not exist:', False) + self.eof_handling( + 'Playlist not exist:\n{}'.format(self.json_file), False) def get_clip_in_out(self, node): if is_float(node["in"]): @@ -185,6 +186,8 @@ class GetSourceFromPlaylist: self.seek = 0.0 self.ad = False + messenger.error(message) + current_delta, total_delta = get_delta(self.begin) self.out = abs(total_delta)