Bonjour, VinsS, voici les logs avec Qarte 3 (Linux-4.4.0-21-generic-x86_64-with-LinuxMint-18-sarah) (Cinnamon 3.0) (Theme Mint-Y)
Qarte 3.0.4
Python 3.5.1+
Qt 5.5.1
PyQt 5.5.1
Sip 4.17
Précédemment, avec un Linux Mint 17.2 puis 17.3 j'utilisai ceci :
$ bash -c 'GTK2_RC_FILES=/usr/share/themes/Adwaita/gtk-2.0/gtkrc qarte'
On a donc maintenant >> "TypeError"
$ bash -c 'GTK2_RC_FILES=/usr/share/themes/Adwaita/gtk-2.0/gtkrc qarte'
Traceback (most recent call last):
File "/usr/share/qarte/artetv.py", line 511, in start_download
target = self.core.get_target_path(self.core.cfg["videos_folder"])
File "/usr/share/qarte/core.py", line 318, in get_target_path
target = os.path.join(fld, t)
File "/usr/lib/python3.5/posixpath.py", line 89, in join
genericpath._check_arg_types('join', a, *p)
File "/usr/lib/python3.5/genericpath.py", line 143, in _check_arg_types
(funcname, s.__class__.__name__)) from None
TypeError: join() argument must be str or bytes, not 'NoneType'
Aborted
Et avec le simple
$ qarte -d :
Idem >> ''TypeError''
$ qarte -d
23:36:40: INFO - core Set workspace
23:36:40: INFO - core Config not found, use default
23:36:40: INFO - core Build main window
23:36:40: INFO - artetv Read indexes
23:36:40: INFO - artetv Read video's data
23:36:40: INFO - artetv Load page: http://www.arte.tv/guide/fr/plus7/toutes-les-videos?sort=recent
23:36:40: INFO - artetv Sorting videos, last index: 064092-134-A
23:36:41: INFO - artetv Found 150 videos in 1.427208423614502 sec.
23:36:41: INFO - gui.mainui Draw item icon: medias/journal.jpg
23:36:41: INFO - artetv Clean thumbnail folder
23:36:41: INFO - gui.mainui Draw item icon: medias/journal.jpg
[...]
23:36:42: INFO - gui.mainui Draw item icon: medias/Xenius.jpg
[...]
23:36:43: INFO - gui.mainui Draw item icon: medias/Xenius.jpg
23:36:43: INFO - core Call settings dialog box
23:36:51: INFO - artetv Load page: http://www.arte.tv/guide/fr/064094-134-A/arte-journal?autoplay=1
23:36:52: INFO - artetv Load page: http://www.arte.tv/guide/fr/064469-003-A/la-minute-vieille?autoplay=1
23:36:53: INFO - artetv Get stream URLs for: http://www.arte.tv/guide/fr/064469-003-A/la-minute-vieille?autoplay=1
23:36:53: INFO - artetv Load page: https://api.arte.tv/api/player/v1/config/fr/064469-003-A?platform=ARTEPLUS7&lang=fr_FR&config=arte_tvguide
Traceback (most recent call last):
File "/usr/share/qarte/artetv.py", line 511, in start_download
target = self.core.get_target_path(self.core.cfg["videos_folder"])
File "/usr/share/qarte/core.py", line 318, in get_target_path
target = os.path.join(fld, t)
File "/usr/lib/python3.5/posixpath.py", line 89, in join
genericpath._check_arg_types('join', a, *p)
File "/usr/lib/python3.5/genericpath.py", line 143, in _check_arg_types
(funcname, s.__class__.__name__)) from None
TypeError: join() argument must be str or bytes, not 'NoneType'
Aborted
Merci à toi pour le travail ! 🙂
Zid