georgerock / tv-maxe

Automatically exported from code.google.com/p/tv-maxe
0 stars 0 forks source link

eroare la rularea tv-maxe #46

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Am instalat tv-maxe pe ubuntu din repository:

    sudo add-apt-repository ppa:venerix/blug
    sudo apt-get update
    sudo apt-get install tv-maxe 

la rularea tv-maxe primesc urmatoarea eroare:

tv-maxe 
Traceback (most recent call last):
  File "tvmaxe.py", line 2351, in <module>
    main = Main()
  File "tvmaxe.py", line 54, in __init__
    self.settingsManager = settingsManager(self)
  File "/usr/share/tv-maxe/settingsManager.py", line 96, in __init__
    self.readSettings()
  File "/usr/share/tv-maxe/settingsManager.py", line 248, in readSettings
    self.abonamente = self.getSubscriptions()
  File "/usr/share/tv-maxe/settingsManager.py", line 456, in getSubscriptions
    slist = json.loads(subs)
  File "/usr/lib/python2.7/json/__init__.py", line 326, in loads
    return _default_decoder.decode(s)
  File "/usr/lib/python2.7/json/decoder.py", line 366, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "/usr/lib/python2.7/json/decoder.py", line 384, in raw_decode
    raise ValueError("No JSON object could be decoded")
ValueError: No JSON object could be decoded

Aveti vreo idee despre ce nu e in regula?

Original issue reported on code.google.com by TheLo...@gmail.com on 22 Jul 2012 at 11:58

GoogleCodeExporter commented 8 years ago
Caută prin repo-uri ce ai legat de JSON şi Python - de aici lipseşte ceva.

Original comment by nitanovi...@gmail.com on 22 Jul 2012 at 1:26

GoogleCodeExporter commented 8 years ago
I have the same issue. Any idea how to resolve it?

Original comment by sakatl...@gmail.com on 20 Jan 2013 at 5:10

GoogleCodeExporter commented 8 years ago
@sakatland - it's the first time when you're using TV-Maxe? Did you tried to rm 
-rf ~/.tvmaxe ?

Original comment by nitanovi...@gmail.com on 20 Jan 2013 at 5:11

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I used Tv-Maxe before and was working. Then I tried to update myself, had the 
JSON error. So I used the sudo apt-get. Still had the same error.

I've just tried rm -rf and it works! Thank you!

Original comment by sakatl...@gmail.com on 21 Jan 2013 at 6:38