Freeze after resume (2 Viewers)

MariuCh

Portal Pro
November 19, 2008
55
4
Warsaw
Home Country
Poland Poland
I'm sorry but I do not understand - after all, the logs show that:
- wake up on the server 6:32:50 p.m.
- enable of client 6:33:25 p.m.
- error generated by 6:33:59 p.m.
These times are of course just an example for the log generating, but it does not matter whether the server is running half a minute or an hour earlier.
Of course, I can attach logs from the situation when the server is running much earlier than the client, but it does not change the situation.

Regards,
MariuCh
 

mm1352000

Retired Team Member
  • Premium Supporter
  • September 1, 2008
    21,544
    8,236
    Home Country
    New Zealand New Zealand
    These times are of course just an example for the log generating, but it does not matter whether the server is running half a minute or an hour earlier.
    Of course it matters! The timing is quite close. If the TV Server has received a new IP address or the DB wasn't initialised yet (which can't be seen in the logs) then it *could* cause these problems.

    Of course, I can attach logs from the situation when the server is running much earlier than the client, but it does not change the situation.
    Please do. :)
     

    mm1352000

    Retired Team Member
  • Premium Supporter
  • September 1, 2008
    21,544
    8,236
    Home Country
    New Zealand New Zealand
    Hi again

    :D for the logs - that makes it pretty clear that it seems to be a client (TvPlugin) problem. What is happening is that the TvPlugin is checking whether there are any recordings that it needs to notify you about, and the request to the database is failing for some reason.

    Two things:
    1. Can you try to run the following query on your SQL Server database and see if it works:

    Code:
    select idRecording, idChannel, idSchedule, isRecording, startTime, endTime, title, description, genre, fileName, keepUntil, keepUntilDate, timesWatched, idServer, stopTime, episodeName, seriesNum, episodeNum, episodePart from Recording where isRecording = true

    2. Try to disable the program and recording notifications in MediaPortal configuration (details -->here<--, notifier tab) and see if that makes the problem go away.

    mm
     

    MariuCh

    Portal Pro
    November 19, 2008
    55
    4
    Warsaw
    Home Country
    Poland Poland
    Hi and many thanks :D

    1. Can you try to run the following query on your SQL Server database and see if it works:

    Code:
    select idRecording, idChannel, idSchedule, isRecording, startTime, endTime, title, description, genre, fileName, keepUntil, keepUntilDate, timesWatched, idServer, stopTime, episodeName, seriesNum, episodeNum, episodePart from Recording where isRecording = true
    mm

    From what table I have to run this select?

    2. Try to disable the program and recording notifications in MediaPortal configuration (details -->here<--, notifier tab) and see if that makes the problem go away.
    mm

    After disabling this option, the client starts up OK.

    Regards,
    MariuCh
     

    Users who are viewing this thread

    Top Bottom