Results 1 to 9 of 9

Thread: small bugs

  1. #1

    Post small bugs

    after insert city Sliač in Weather MSN, box crash
    Code:
    libpng 
    warning: iCCP: known incorrect sRGB profile
    close failed in file object destructor:
    IOError: [Errno 22] Invalid argument
    libpng warning: iCCP: known incorrect sRGB profile
    cp: can't stat '/usr/lib/enigma2/python/Plugins/Extensions/WeatherMSN/components/MSNWeather2.py': No such file or directory
    Traceback (most recent call last):
      File "/usr/lib/enigma2/python/mytest.py", line 209, in processDelay
        self.popCurrent()
      File "/usr/lib/enigma2/python/mytest.py", line 278, in popCurrent
        self.execBegin(first=False, do_show=do_show)
      File "/usr/lib/enigma2/python/mytest.py", line 228, in execBegin
        c.show()
      File "/usr/lib/enigma2/python/Screens/Screen.py", line 150, in show
      File "/usr/lib/enigma2/python/plugin.py", line 322, in get_weather_data
      File "/usr/lib/enigma2/python/plugin.py", line 318, in get_xmlfile
      File "/usr/lib/python2.7/site-packages/twisted/python/deprecate.py", line 301, in deprecatedFunction
      File "/usr/lib/python2.7/site-packages/twisted/web/client.py", line 814, in downloadPage
      File "/usr/lib/python2.7/site-packages/twisted/web/client.py", line 742, in _makeGetterFactory
      File "/usr/lib/python2.7/site-packages/twisted/web/_newclient.py", line 648, in _ensureValidURI
    ValueError: Invalid URI 'http://weather.service.msn.com/data.aspx?weadegreetype=C&culture=sk-SK&weasearchstr=Slia\xc4\x8d&src=outlook'
    Mutant HD51 , OSmio+ 4K , Dreambox 900UHD/7020HD/500HD , iNEOS ZX4 , TBS-5925 , TBS-5880 , TBS-5220
    WaveFrontier T90 /39E-36E-31E-28E-26E-23E-19E-16E-13E-9E-7E-5E-1W-4W/
    Gibertini OP100L /90E-53W/
    ROVER AtomLight STC+

  2. #2

    Re: small bugs

    The feed versions of MSNWeather (and TSsateditor) are a bit old! The new versions of both MSNweather and TSsateditor are available on github

    https://github.com/Sirius0103/enigma...ons/WeatherMSN
    https://github.com/Dima73/enigma2-pl...s-ts-sateditor
    GlamourAuraFHD skin - The vengeance of color
    For OpenPLI/SDG images:
    https://github.com/MCelliotG/GlamourAuraFHD-skin
    For OpenATV/OE-A images: https://github.com/MCelliotG/GlamourAuraFHD-ATV-skin

  3. #3

    athoik's Avatar
    Join Date
    Sep 2012
    Location
    Earth
    Posts
    10,758
    Rep Power
    5927763

    Απ: small bugs

    @EnoSat,

    Code:
    from urllib2 import Request, urlopen, URLError, HTTPError, quote
    
    ....
    
            def get_xmlfile(self):
    #               xmlfile = "http://weather.service.msn.com/data.aspx?weadegreetype=C&culture=ru-RU&weasearchstr=Moscow,Moscow-City,Russia&src=outlook"
                    xmlfile = "http://weather.service.msn.com/data.aspx?weadegreetype=%s&culture=%s&weasearchstr=%s&src=outlook" % (self.degreetype, self.language, quote(self.city))
                    downloadPage(xmlfile, "/tmp/weathermsn.xml").addCallback(self.downloadFinished).addErrback(self.downloadFailed)
    
    ...
    Can you try above changes in bold on the file /usr/lib/enigma2/python/Plugins/Extensions/WeatherMSN/plugin.py?

    You need to install first package enigma2-plugin-extensions-weathermsn-src (opkg install enigma2-plugin-extensions-weathermsn-src)
    Member SatDreamGr Projects

    Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
    Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

  4. #4

    Exclamation Re: small bugs

    after select ON for Weather on infobar in TranspBA skin setup, box automaticaly download MSN
    Mutant HD51 , OSmio+ 4K , Dreambox 900UHD/7020HD/500HD , iNEOS ZX4 , TBS-5925 , TBS-5880 , TBS-5220
    WaveFrontier T90 /39E-36E-31E-28E-26E-23E-19E-16E-13E-9E-7E-5E-1W-4W/
    Gibertini OP100L /90E-53W/
    ROVER AtomLight STC+

  5. #5

    athoik's Avatar
    Join Date
    Sep 2012
    Location
    Earth
    Posts
    10,758
    Rep Power
    5927763

    Απ: small bugs

    I don't understand sorry.

    You need to install first package enigma2-plugin-extensions-weathermsn-src (opkg install enigma2-plugin-extensions-weathermsn-src)

    And try the changes I posted above. only two line change.
    Member SatDreamGr Projects

    Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
    Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

  6. #6

    Re: small bugs

    Last edited by EnoSat; 22-03-20 at 17:46.
    Mutant HD51 , OSmio+ 4K , Dreambox 900UHD/7020HD/500HD , iNEOS ZX4 , TBS-5925 , TBS-5880 , TBS-5220
    WaveFrontier T90 /39E-36E-31E-28E-26E-23E-19E-16E-13E-9E-7E-5E-1W-4W/
    Gibertini OP100L /90E-53W/
    ROVER AtomLight STC+

  7. #7

    devilcosta's Avatar
    Join Date
    Dec 2010
    Location
    Εδώ
    Posts
    9,710
    Rep Power
    2556267

    Re: small bugs

    Telnet
    Code:
    opkg update
    opkg install enigma2-plugin-extensions-weathermsn-src
    Member SatDreamGr Projects.
    ....................................
    Orbital Position = 5W - 3E - 9E - 13E - 19E.
    ....................................
    Satellite Receivers = Edision OS Mio 4K -- Edision OS Nino+ -- Edision OS Mini -- Edision OS Mega -- Medi@link IXUSS ZERO -- Dm 7020HD -- Vu+ Solo 2 -- Octagon SF4008 Triple 4K.
    ....................................
    Module = CI+ Fransat.
    ....................................
    Tuner Card = TBS5925.
    ....................................
    Images = SatDreamGr.

  8. #8

    devilcosta's Avatar
    Join Date
    Dec 2010
    Location
    Εδώ
    Posts
    9,710
    Rep Power
    2556267

    Re: small bugs

    Quote Originally Posted by devilcosta View Post
    Telnet
    Code:
    opkg update
    opkg install enigma2-plugin-extensions-weathermsn-src

    plugin.py after changes
    /usr/lib/enigma2/python/Plugins/Extensions/WeatherMSN/
    Attached Files Attached Files
    Member SatDreamGr Projects.
    ....................................
    Orbital Position = 5W - 3E - 9E - 13E - 19E.
    ....................................
    Satellite Receivers = Edision OS Mio 4K -- Edision OS Nino+ -- Edision OS Mini -- Edision OS Mega -- Medi@link IXUSS ZERO -- Dm 7020HD -- Vu+ Solo 2 -- Octagon SF4008 Triple 4K.
    ....................................
    Module = CI+ Fransat.
    ....................................
    Tuner Card = TBS5925.
    ....................................
    Images = SatDreamGr.

  9. #9

    athoik's Avatar
    Join Date
    Sep 2012
    Location
    Earth
    Posts
    10,758
    Rep Power
    5927763

    Απ: small bugs





    I think it works here.

    Created a PR on original sources: https://github.com/Sirius0103/enigma2-plugins/pull/2

    Once PR merged we will update plugin.
    Member SatDreamGr Projects

    Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
    Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Bugs SatDreamGr for Octagon sf8008
    By SDGr-lover in forum SF8008
    Replies: 66
    Last Post: 05-10-19, 20:11
  2. Octagon SF 8008 - Bugs
    By neoktistos in forum Περί Octagon
    Replies: 17
    Last Post: 22-09-19, 15:20
  3. Small bug detected
    By clweb in forum SatDreamGr Images Chat
    Replies: 6
    Last Post: 10-12-14, 12:28
  4. Newnigma2 team small Picon update
    By korn in forum Διαφορα Πρόσθετα Dream E2
    Replies: 0
    Last Post: 03-07-11, 12:44

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •