oe-alliance / AutoBouquetsMaker

Automatically build and update bouquets from the DVB stream.
GNU General Public License v3.0
23 stars 59 forks source link

Revert "handle some python 3 issues" #177

Closed s3n0 closed 3 years ago

s3n0 commented 3 years ago

Reverts oe-alliance/AutoBouquetsMaker#166

23:17:29.3505 {   } /usr/lib/python2.7/site-packages/twisted/python/util.py:815 untilConcludes 2020-11-29 23:17:29+0100 [-] Traceback (most recent call last):
23:17:29.3510 {   } /usr/lib/python2.7/site-packages/twisted/python/util.py:815 untilConcludes 2020-11-29 23:17:29+0100 [-]   File "/usr/lib/enigma2/python/Plugins/SystemPlugins/AutoBouquetsMaker/scanner/main.py", line 486, in doScan
23:17:29.3516 {   } /usr/lib/python2.7/site-packages/twisted/python/util.py:815 untilConcludes 2020-11-29 23:17:29+0100 [-]   File "/usr/lib/enigma2/python/Plugins/SystemPlugins/AutoBouquetsMaker/scanner/manager.py", line 223, in read
23:17:29.3522 {   } /usr/lib/python2.7/site-packages/twisted/python/util.py:815 untilConcludes 2020-11-29 23:17:29+0100 [-]   File "/usr/lib/enigma2/python/Plugins/SystemPlugins/AutoBouquetsMaker/scanner/dvbscanner.py", line 256, in updateTransponders
23:17:29.3529 { E } /usr/lib/python2.7/site-packages/twisted/python/util.py:815 untilConcludes 2020-11-29 23:17:29+0100 [-] NameError: global name 'itervalues' is not defined
23:17:29.3530 [ E ] python/python.cpp:210 call [ePyObject] (PyObject_CallObject(<bound method AutoBouquetsMaker.doScan of <class 'Plugins.SystemPlugins.AutoBouquetsMaker.scanner.main.AutoBouquetsMaker'>>,()) failed)

I've already commented on an issue with the "dvbscanner.py" file that is affected. Please read this my comment:

https://github.com/oe-alliance/AutoBouquetsMaker/commit/e5babb95d8fc9be30334e0820ca55c9826c2b2f4#diff-8f207dd4349012263f0add852eeeb86b230d76dcfa4b95e7a7300a2cf791d298

Huevos commented 3 years ago

Closed as this just reverts the previous commit, and does not actually fix the problem.

And reverts other, non-related commits.