Quantcast
Channel: [EN] Enduser support
Viewing all articles
Browse latest Browse all 10523

GSOD when SoftwareUpdate

$
0
0
Traceback (most recent call last):
  File "/usr/lib/enigma2/python/Screens/SoftwareUpdate.py", line 85, in checkTraficLight
TypeError: not all arguments converted during string formatting
(PyObject_CallObject(<bound method HTTPConnection.putheader of <bound method _closedsocket._dummy of <bound method Tokenizer.get of <bound method SubPattern.append of <bound method SubPattern.__setitem__ of <unbound method SubPattern.__init__>>>>>>,()) failed)
main thread is non-idle! display spinner!

The problem here:

_("The current beta image might not be stable.\nFor more information see %s.") % ("www.openpli.org")

 

			if getBoxType() in urlopen("http://openpli.org/status").read().split(','):
				message = _("The current beta image might not be stable.\nFor more information see %s.") % ("www.openpli.org")
				picon = MessageBox.TYPE_ERROR
				default = False
		except:
			message = _("The status of the current beta image could not be checked because %s can not be reached.") % ("www.openpli.org")

Viewing all articles
Browse latest Browse all 10523

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>