[WiP] 5154: MediaPortal 1 - x64 - SharpDX (6 Viewers)

joecrow

Test Group
  • Team MediaPortal
  • August 9, 2012
    2,647
    1,994
    Home Country
    Germany Germany
    Then unpack the attached file into MP language folder :
    Thank you that has fixed it.

    Can you attach log files? Namely: MediaPortal.Pbk.log and WorldWeatherLite.log
    Full Logs attached below

    If you put the url into web browser(Firefox for example), then you will download a xml file. The xml data includes all weather informations so you can check if the plugin shows correct values.
    OK that is what I thought you meant but I get the following result from Firefox, also Edge.

    ww-3.jpg
     

    Attachments

    • MP_Logs_RANDOM_23_04_12_09_24.zip
      1.2 MB

    Pablik

    Development Group
  • Team MediaPortal
  • August 19, 2010
    716
    1,159
    Home Country
    Czech Republic Czech Republic
    @joecrow,
    the msn.com server sometimes doesn't respond. You have to try again latter.
    Your log shows an issue with https connection (SSL). Not sure what is your problem. I presume your OS is at least Win10.
    You can try to force to use OpenSSL, but this requires modifying MediaPortal.xml configuration file. You have to add this section at the end of the profile(be carefull what you are doing - make backup first):
    Code:
      <section name="Pbk.Http">
        <entry name="UseOpenSSL">Yes</entry>
        <entry name="AllowSystemProxy">No</entry>
      </section>
    Download last WorldWeatherLite package(added curl-ca-bundle.crt for OpenSSL) and switch the log verbosity of MP to debug.
     

    Pablik

    Development Group
  • Team MediaPortal
  • August 19, 2010
    716
    1,159
    Home Country
    Czech Republic Czech Republic
    WorldWeatherLite plugin updated:
    • added FORECA provider (recommended becouse the msn.com server is really slow)
    • location must be searched again (plugin uses location ID from now instead of URL
    • FORECA uses different condition coding system so there will be some tweaks in future
     

    joecrow

    Test Group
  • Team MediaPortal
  • August 9, 2012
    2,647
    1,994
    Home Country
    Germany Germany
    @joecrow,
    the msn.com server sometimes doesn't respond. You have to try again latter.
    Your log shows an issue with https connection (SSL). Not sure what is your problem. I presume your OS is at least Win10.
    You can try to force to use OpenSSL, but this requires modifying MediaPortal.xml configuration file. You have to add this section at the end of the profile(be carefull what you are doing - make backup first):
    Code:
      <section name="Pbk.Http">
        <entry name="UseOpenSSL">Yes</entry>
        <entry name="AllowSystemProxy">No</entry>
      </section>
    Download last WorldWeatherLite package(added curl-ca-bundle.crt for OpenSSL) and switch the log verbosity of MP to debug.
    Added the code, hope in the right place see attached screenshot.
    The attached log is for the 9.7 version of Weather, media was not working.
    Did the upgrade to 10.7 Weather and selected FORECA and now all media is displaying, see screenshot:)(y):).
    With MSN selected only Rain CZ displays the remainder are black boxes.
    I would still like to get the wind speed in kph rather than m/s but I still get an error via MSN, tried numerous times but what about FORECA?

    P.S. Everything seems to work with the latest 1.31 pre release version.(y)

    ww-4.jpg ww-5.jpg
     

    Attachments

    • MP_Logs_RANDOM_23_04_12_17_45.zip
      1.3 MB
    Last edited:

    Pablik

    Development Group
  • Team MediaPortal
  • August 19, 2010
    716
    1,159
    Home Country
    Czech Republic Czech Republic
    Added the code, hope in the right place see attached screenshot.
    The attached log is for the 9.7 version of Weather, media was not working.
    Did the upgrade to 10.7 Weather and selected FORECA and now all media is displaying, see screenshot:)(y):).
    With MSN selected only Rain CZ displays the remainder are black boxes.
    I would still like to get the wind speed in kph rather than m/s but I still get an error via MSN, tried numerous times but what about FORECA?

    P.S. Everything seems to work with the latest 1.31 pre release version.(y)

    View attachment 211459 View attachment 211461
    The OpenSSL seems to be working now. The problem is in time rounding: ...1539_r.png. It should be 1540. Looks like there is a bug in calculation. Thanks.
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    16,039
    11,112
    Kyiv
    Home Country
    Ukraine Ukraine
    In 1.31 x64 Pre Release i have error in WorldWeatherLite:
    Code:
    12-Apr-2023 20:29:05.983 Error [  GUIWorldWeaterLite]: [weatherRefresh] Error: Не удалось загрузить файл или сборку "Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed" либо одну из их зависимостей. Найденное определение манифеста сборки не соответствует ссылке на сборку. (Исключение из HRESULT: 0x80131040) WorldWeatherLite    в MediaPortal.Plugins.WorldWeatherLite.Providers.ProviderForecaCom.GetCurrentWeatherData(WeatherLocation loc, Int32 iRefreshInterval)
       в MediaPortal.Plugins.WorldWeatherLite.GUIWorldWeaterLite.weatherRefresh()
     

    Users who are viewing this thread

    Top Bottom