WifiRemote - a tcp remote control server 0.8.3 [2014-07-20] (11 Viewers)

Shukuyen

Community Plugin Dev
  • Premium Supporter
  • May 8, 2008
    557
    300
    Lake of Constance
    Home Country
    Germany Germany
    wifiremote beeinflusst die fernbedienung.
    genauer, die "last viewed channel" funktion der null taste.

    Kannst du bitte auf https://github.com//WifiRemote/issues/new Fehlerberichte anlegen? Wenn möglich einen Bericht pro Fehler mit einer genauen Beschreibung was nicht funktioniert, wie es funktionieren sollte und mit welchen Schritten man das nachstellen kann. Ich verwende Musik und TV von MediaPortal selbst nicht, weshalb ich das am besten Schritt-für-Schritt zum nachstellen benötige. Danke!

    ----

    Can you please create new bug reports at https://github.com//WifiRemote/issues/new? If possible one report per bug including a description what isn't working, how it should work and exact steps on how to reproduce. I don't use music and tv in MediaPortal myself, so I need a step-by-step guide to reproduce the issues. Thanks!
     

    mhoogenbosch

    MP Donator
  • Premium Supporter
  • April 21, 2008
    308
    70
    Utrecht, Netherlands
    Home Country
    Netherlands Netherlands
    Wifi remote 0.8 kills my TV section, i'm watching with ArgusTV for Backend. I understand you don't support it, but since i've installed WiFi remote i cannot switch channels anymore. The log files have :

    [2014-01-04 21:53:15,434] [Error ] [MPMain ] [ERROR] - ChannelNavigator: TuneLiveStream error
    [2014-01-04 21:53:26,576] [Error ] [MPMain ] [ERROR] - [WIFI_REMOTE] No TVPlugin installed: can't add now playing
    [2014-01-04 21:53:28,333] [Error ] [MPMain ] [ERROR] - ChannelNavigator: TuneLiveStream error
    [2014-01-04 21:56:11,499] [Error ] [MPMain ] [ERROR] - [WIFI_REMOTE] No TVPlugin installed: can't add now playing
    [2014-01-04 21:56:19,679] [Error ] [MPMain ] [ERROR] - ChannelNavigator: TuneLiveStream error

    After disabling the WiFiRemote plugin it works again.
     

    Shukuyen

    Community Plugin Dev
  • Premium Supporter
  • May 8, 2008
    557
    300
    Lake of Constance
    Home Country
    Germany Germany
    Wifi remote 0.8 kills my TV section, i'm watching with ArgusTV for Backend.
    How does it kill your TV section? What happens, what are you expecting to happen?
    The error message you posted shouldn't have any consequences, WifiRemote notices that the default TV plugin is not installed so it doesn't send the now playing info to connected clients. That shouldn't affect other plugins.
     

    mhoogenbosch

    MP Donator
  • Premium Supporter
  • April 21, 2008
    308
    70
    Utrecht, Netherlands
    Home Country
    Netherlands Netherlands
    Wifi remote 0.8 kills my TV section, i'm watching with ArgusTV for Backend.
    How does it kill your TV section? What happens, what are you expecting to happen?
    The error message you posted shouldn't have any consequences, WifiRemote notices that the default TV plugin is not installed so it doesn't send the now playing info to connected clients. That shouldn't affect other plugins.
    I can tune to the first channel, that runs. But if i want to switch a channel, it results in an unexpected error. No more information. After disabling wifiremote i can switch channels again.
     

    Shukuyen

    Community Plugin Dev
  • Premium Supporter
  • May 8, 2008
    557
    300
    Lake of Constance
    Home Country
    Germany Germany
    I can tune to the first channel, that runs. But if i want to switch a channel, it results in an unexpected error. No more information. After disabling wifiremote i can switch channels again.

    Hm ... I am afraid someone with your tv plugin and a working tv card has to debug this. I would really like to help and fix this but I don't know how with my setup.
     

    mhoogenbosch

    MP Donator
  • Premium Supporter
  • April 21, 2008
    308
    70
    Utrecht, Netherlands
    Home Country
    Netherlands Netherlands
    I can tune to the first channel, that runs. But if i want to switch a channel, it results in an unexpected error. No more information. After disabling wifiremote i can switch channels again.

    Hm ... I am afraid someone with your tv plugin and a working tv card has to debug this. I would really like to help and fix this but I don't know how with my setup.
    I just posted a comment on the Argus TV forum, I don't know if it is related, but they changed to the VS2013 C++ compiler, maybe that can mixeup these things?
     

    johanj

    MP Donator
  • Premium Supporter
  • January 31, 2009
    781
    398
    46
    Home Country
    Sweden Sweden
    Diskeeper, can you confirm that everything is working when WifiRemote is disabled? Please also upload logs.

    mhoogenbosch, please also upload complete logs.
     

    Shukuyen

    Community Plugin Dev
  • Premium Supporter
  • May 8, 2008
    557
    300
    Lake of Constance
    Home Country
    Germany Germany
    I just posted a comment on the Argus TV forum, I don't know if it is related, but they changed to the VS2013 C++ compiler, maybe that can mixeup these things?
    The thing is I can't explain how this code path in WifiRemote that produces the log output can even cause other plugins to produce errors. But it does, as you found out by disabling the plugin.

    Thanks johanj for chiming in.
     

    mhoogenbosch

    MP Donator
  • Premium Supporter
  • April 21, 2008
    308
    70
    Utrecht, Netherlands
    Home Country
    Netherlands Netherlands
    Diskeeper, can you confirm that everything is working when WifiRemote is disabled? Please also upload logs.

    mhoogenbosch, please also upload complete logs.
    Ofcourse! More than happy!

    Ive deleted all logging before i did the tests to get 'clean' logging, also added two 'movies' of the behavior for you to see what happens. The phrase 'onbekende fout' means 'unknown error'.[DOUBLEPOST=1388874151][/DOUBLEPOST]
    I just posted a comment on the Argus TV forum, I don't know if it is related, but they changed to the VS2013 C++ compiler, maybe that can mixeup these things?
    The thing is I can't explain how this code path in WifiRemote that produces the log output can even cause other plugins to produce errors. But it does, as you found out by disabling the plugin.

    Thanks johanj for chiming in.
    Well, I ofcourse don't know if the errors i copied are the errors i'm running into. If you say these errors are 'normal' if you don't use TV Server, that's fine. I do know it has something to do with WiFi Remote, because if i disable the plugin it works again (after restarting the ArgusTV services).
     

    Attachments

    • video_mediacenter_04-01-14_23.03.06_WiFiRemoteEnabled.wmv
      935.3 KB
    • video_mediacenter_04-01-14_23.13.46_WiFiRemoteDisabled.wmv
      1.4 MB
    • WiFiRemoteDisabled.zip
      53.5 KB
    • WiFiRemoteEnabled.zip
      56.7 KB
    Last edited:

    Edalex

    Community Plugin Dev
  • Premium Supporter
  • January 3, 2008
    2,959
    1,270
    Saratov
    Home Country
    Russian Federation Russian Federation
    More important is why

    And yeah, without subsystems is not ok even for 1.6.0 pre. without subsystems is ok for Mediaportal 1.2.0, 1.3.0, 1.4.0, 1.5.0, 1.6.0 and counting but not when you make it incompatible with MP <1.6.0 :(
    Huh? Sorry, I don't understand what you are saying. What do I need to add/modify to follow the rules?

    Thanks!
    Maybe you can explain why are you trying to make smth compatible only with 1.6.0? And if it s absolutely needed I can give a hint.
     

    Users who are viewing this thread

    Top Bottom