MP2 - V2.3.2 onlinevideos not appearing (1 Viewer)

ajmo

Portal Member
December 13, 2019
18
0
78
Home Country
United Kingdom United Kingdom
I am using mp2.3.2. I have installed client/server on one system and client only on another.

The former runs window 7 ultimate and the latter windows 10 pro.

The latter system works fine but the former reports optimfrog.dll missing on startup but them continues ok.

The major problem is that no full list of sites appear in the onlinevideos of the client/server install. Using the settings I have re-added them to no avail.

The full list appears on the client only install.

Any help appreciated.

Thankyou.
 

ajmo

Portal Member
December 13, 2019
18
0
78
Home Country
United Kingdom United Kingdom
Apologies neglected to attach logs
 

Attachments

  • MediaPortal2-Logs-2021-10-28-10.28.33.zip
    1.4 MB

morpheus_xx

Retired Team Member
  • Team MediaPortal
  • March 24, 2007
    12,073
    7,459
    Home Country
    Germany Germany
    There seem to be different issues on your system.

    I've seen errors when the UPnP listeners is going to be activated.
    System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Net.HttpListenerException: Access is denied
    at System.Net.HttpListener.AddAllPrefixes()
    at System.Net.HttpListener.Start()
    at Microsoft.Owin.Host.HttpListener.OwinHttpListener.Start(HttpListener listener, Func`2 appFunc, IList`1 addresses, IDictionary`2 capabilities, Func`2 loggerFactory)
    Please open an command line with Administrator privileges and execute:
    Code:
    netsh.exe http add urlacl url=http://+:55555/MediaPortal/ sddl=D:(A;;GX;;;S-1-1-0)

    As next please active DEBUG mode (see https://forum.team-mediaportal.com/threads/submit-a-bug-report.136730/), reproduce issue and add logfiles again.
     

    ajmo

    Portal Member
    December 13, 2019
    18
    0
    78
    Home Country
    United Kingdom United Kingdom
    Thank you very much your reply. I have reinstalled mp2 a couple of times and this appears to have cleared the online videos issue. In the process i found that mp2-client would throw an exception when not in admin mode. Looking in the logs I found that there was the following:

    System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Net.HttpListenerException: Access is denied at System.Net.HttpListener.AddAllPrefixes(). I didnt understand this, but applying the command you suggested has fixed that. So all working save the missing dll. This doesn't seem consistent so I'll check over the next few days to see if/how frequent it is.

    So for the time being leave it with me.

    Thanks again.
     

    ajmo

    Portal Member
    December 13, 2019
    18
    0
    78
    Home Country
    United Kingdom United Kingdom
    Sorry delay in replying, the missing DLL message has seemed to have resolved itself. Problem resolved.
     

    Lardy

    Portal Pro
    April 16, 2007
    79
    35
    Home Country
    Australia Australia
    Ran into this issue when fixing my MP2 install under Windows 11 and found that I needed quotes around the sddl value else it threw an error.

    Code:
    netsh http add urlacl url=http://+:55555/MediaPortal/ sddl="D:(A;;GX;;;WD)"
     

    Users who are viewing this thread

    Top Bottom