muzena / tv-maxe

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

tv-maxe don't start #36

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. tv-maxe
2. get error
3. Linux Distribution: ArchLinux, package from AUR 

** (process:5548): WARNING **: Trying to register gtype 'GMountMountFlags' as 
enum when in fact it is of type 'GFlags'

** (process:5548): WARNING **: Trying to register gtype 'GDriveStartFlags' as 
enum when in fact it is of type 'GFlags'

** (process:5548): WARNING **: Trying to register gtype 'GSocketMsgFlags' as 
enum when in fact it is of type 'GFlags'
Traceback (most recent call last):
  File "tvmaxe.py", line 34, in <module>
    import irwatch, which, sqlite3, re, json, base64, Image, StringIO
ImportError: No module named Image
You are trying to send an empty document, exiting.

Original issue reported on code.google.com by slacky2...@gmail.com on 7 May 2012 at 10:44

GoogleCodeExporter commented 9 years ago
install python-imaging

after that

** (process:6229): WARNING **: Trying to register gtype 'GMountMountFlags' as 
enum when in fact it is of type 'GFlags'

** (process:6229): WARNING **: Trying to register gtype 'GDriveStartFlags' as 
enum when in fact it is of type 'GFlags'

** (process:6229): WARNING **: Trying to register gtype 'GSocketMsgFlags' as 
enum when in fact it is of type 'GFlags'
Traceback (most recent call last):
  File "tvmaxe.py", line 2298, 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

Original comment by slacky2...@gmail.com on 7 May 2012 at 11:00

GoogleCodeExporter commented 9 years ago
rm -rf ~/.tvmaxe

Original comment by nitanovi...@gmail.com on 7 May 2012 at 11:07

GoogleCodeExporter commented 9 years ago
solved

Original comment by slacky2...@gmail.com on 7 May 2012 at 11:41

GoogleCodeExporter commented 9 years ago

Original comment by nitanovi...@gmail.com on 22 May 2012 at 12:36