Bonjour,
ça ne marche plus pour cette config :
Ubuntu 16.04 :
~$ qarte -d
20:38:20: INFO - core Set workspace
20:38:20: INFO - core Load config from: /home/dieudo/.Qarte/user_config
20:38:20: INFO - core Build main window
20:38:20: INFO - artetv Read indexes
20:38:20: INFO - artetv Read video's data
20:38:20: INFO - artetv Load page: http://www.arte.tv/guide/fr/plus7/toutes-les-videos?sort=recent&country=FR
20:38:21: INFO - artetv Load page: http://www.arte.tv/guide/fr/plus7/toutes-les-videos?date=j-1&country=FR
20:38:22: INFO - artetv Load page: http://www.arte.tv/guide/fr/plus7/toutes-les-videos?date=j-2&country=FR
20:38:23: INFO - artetv Load page: http://www.arte.tv/guide/fr/plus7/toutes-les-videos?date=j-3&country=FR
20:38:24: INFO - artetv Load page: http://www.arte.tv/guide/fr/plus7/toutes-les-videos?date=j-4&country=FR
20:38:25: INFO - artetv Load page: http://www.arte.tv/guide/fr/plus7/toutes-les-videos?date=j-5&country=FR
20:38:26: INFO - artetv Load page: http://www.arte.tv/guide/fr/plus7/toutes-les-videos?date=j-6&country=FR
20:38:27: INFO - artetv Load page: http://www.arte.tv/guide/fr/plus7/toutes-les-videos?date=j-7&country=FR
20:38:27: INFO - artetv Load page: http://www.arte.tv/guide/fr/plus7/toutes-les-videos?date=j-8&country=FR
20:38:27: INFO - artetv Load page: http://www.arte.tv/guide/fr/plus7/toutes-les-videos?date=j-9&country=FR
20:38:28: INFO - artetv Load page: http://www.arte.tv/guide/fr/plus7/toutes-les-videos?date=j-10&country=FR
20:38:28: INFO - artetv Load page: http://www.arte.tv/guide/fr/plus7/toutes-les-videos?date=j-11&country=FR
20:38:29: INFO - artetv Load page: http://www.arte.tv/guide/fr/plus7/toutes-les-videos?date=j-12&country=FR
20:38:30: INFO - artetv Load page: http://www.arte.tv/guide/fr/plus7/toutes-les-videos?date=j-13&country=FR
20:38:30: INFO - artetv Sorting videos, last index: 0
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 862, in run
self._target(*self._args, **self._kwargs)
File "/usr/share/qarte/artetv.py", line 110, in run_parser
self.sort_videos()
File "/usr/share/qarte/artetv.py", line 128, in sort_videos
videos = self.sort_recents()
File "/usr/share/qarte/artetv.py", line 147, in sort_recents
indexes = self.parser.recents_indexes
AttributeError: 'Parser' object has no attribute 'recents_indexes'
Une idée de ce que je pourrais faire ?