diff --git a/imdb-scrap.py b/imdb-scrap.py new file mode 100755 index 0000000..198c279 --- /dev/null +++ b/imdb-scrap.py @@ -0,0 +1,39 @@ +#!/usr/bin/python3 + +from bs4 import BeautifulSoup +import requests +import re + +# Download IMDB's Top 250 data +#url = 'http://www.imdb.com/chart/top' +url = 'https://www.imdb.com/find?q=didier&ref_=nv_sr_sm' +response = requests.get(url) +soup = BeautifulSoup(response.text, 'lxml') + +movies = soup.select('td.titleColumn') +links = [a.attrs.get('href') for a in soup.select('td.titleColumn a')] +crew = [a.attrs.get('title') for a in soup.select('td.titleColumn a')] +ratings = [b.attrs.get('data-value') for b in soup.select('td.posterColumn span[name=ir]')] +votes = [b.attrs.get('data-value') for b in soup.select('td.ratingColumn strong')] + +imdb = [] + +# Store each item into dictionary (data), then put those into a list (imdb) +for index in range(0, len(movies)): + # Seperate movie into: 'place', 'title', 'year' + movie_string = movies[index].get_text() + movie = (' '.join(movie_string.split()).replace('.', '')) + movie_title = movie[len(str(index))+1:-7] + year = re.search('\((.*?)\)', movie_string).group(1) + place = movie[:len(str(index))-(len(movie))] + data = {"movie_title": movie_title, + "year": year, + "place": place, + "star_cast": crew[index], + "rating": ratings[index], + "vote": votes[index], + "link": links[index]} + imdb.append(data) + +for item in imdb: + print(item['place'], '-', item['movie_title'], '('+item['year']+') -', 'Starring:', item['star_cast']) diff --git a/old-yggcrawl/__init__.py b/old-yggcrawl/__init__.py new file mode 100644 index 0000000..fa5ad71 --- /dev/null +++ b/old-yggcrawl/__init__.py @@ -0,0 +1,11 @@ +""" +__init__.py main +""" + +from .yggtorrentscraper import ( + YggTorrentScraper, + set_yggtorrent_tld, + get_yggtorrent_tld, +) +from .torrent import Torrent, TorrentComment, TorrentFile +from .categories import categories diff --git a/old-yggcrawl/categories.py b/old-yggcrawl/categories.py new file mode 100644 index 0000000..d26de45 --- /dev/null +++ b/old-yggcrawl/categories.py @@ -0,0 +1,3893 @@ +categories = [ + { + "name": "films_&_videos", + "id": "2145", + "subcategories": [ + { + "name": "animation", + "id": "2178", + "options": [ + { + "name": "langue", + "id": "29", + "multiple": "1", + "values": [ + "anglais", + "francais_(vff/truefrench)", + "muet", + "multi_(francais_inclus)", + "multi_(quebecois_inclus)", + "quebecois_(vfq/french)", + "vfstfr", + "vostfr", + ], + }, + { + "name": "qualite", + "id": "30", + "values": [ + "bdrip/brrip_[rip_sd_(non_hd)_depuis_bluray_ou_hdrip]", + "bluray_4k_[full_ou_remux]", + "bluray_[full]", + "bluray_[remux]", + "dvd-r_5_[dvd_<_4.37gb]", + "dvd-r_9_[dvd_>_4.37gb]", + "dvdrip_[rip_depuis_dvd-r]", + "hdrip_1080_[rip_hd_depuis_bluray]", + "hdrip_4k_[rip_hd_4k_depuis_source_4k]", + "hdrip_720_[rip_hd_depuis_bluray]", + "tvrip_[rip_sd_(non_hd)_depuis_source_tv_hd/sd]", + "tvriphd_1080_[rip_hd_depuis_source_tv_hd]", + "tvriphd_4k_[rip_hd_4k_depuis_source_tv_4k]", + "tvriphd_720_[rip_hd_depuis_source_tv_hd]", + "vcd/svcd/vhsrip", + "web-dl", + "web-dl_1080", + "web-dl_4k", + "web-dl_720", + "webrip", + "webrip_1080", + "webrip_4k", + "webrip_720", + ], + }, + { + "name": "systeme", + "id": "31", + "multiple": "1", + "values": [ + "nintendo_ds/3ds", + "pc/platine/lecteur_multimedia/etc", + "smartphone/tablette/psp/psvita", + ], + }, + { + "name": "type", + "id": "32", + "values": [ + "2d_(standard)", + "3d_converti_(non_officiel/amateur)", + "3d_converti_(post-production)", + "3d_natif_(production)", + ], + }, + { + "name": "genre", + "id": "33", + "multiple": "1", + "values": [ + "action", + "animalier", + "animation", + "arts", + "arts_martiaux", + "aventure", + "ballet", + "biopic", + "choregraphie", + "classique", + "comedie", + "comedie_dramatique", + "court-metrage", + "culinaire", + "danse_contemporaine", + "decouverte", + "divers", + "documentaire", + "drame", + "enquete", + "epouvante_&_horreur", + "espionnage", + "famille", + "fantastique", + "fiction", + "film_noir", + "gore", + "guerre", + "historique", + "humour", + "interactif", + "judiciaire", + "litterature", + "manga", + "musical", + "nanar", + "nature", + "opera", + "opera_rock", + "pedagogie", + "peplum", + "philosophie", + "policier", + "politique_&_geopolitique", + "religions_&_croyances", + "romance", + "sante_&_bien-etre", + "science_fiction", + "sciences_&_technologies", + "societe", + "sports_&_loisirs", + "tele-realite", + "theatre", + "thriller", + "varietes_tv", + "voyages_&_tourisme", + "western", + ], + }, + ], + }, + { + "name": "animation_serie", + "id": "2179", + "options": [ + { + "name": "episode", + "id": "34", + "values": [ + "saison_complete", + "episode_01", + "episode_02", + "episode_03", + "episode_04", + "episode_05", + "episode_06", + "episode_07", + "episode_08", + "episode_09", + "episode_10", + "episode_11", + "episode_12", + "episode_13", + "episode_14", + "episode_15", + "episode_16", + "episode_17", + "episode_18", + "episode_19", + "episode_20", + "episode_21", + "episode_22", + "episode_23", + "episode_24", + "episode_25", + "episode_26", + "episode_27", + "episode_28", + "episode_29", + "episode_30", + "episode_31", + "episode_32", + "episode_33", + "episode_34", + "episode_35", + "episode_36", + "episode_37", + "episode_38", + "episode_39", + "episode_40", + "episode_41", + "episode_42", + "episode_43", + "episode_44", + "episode_45", + "episode_46", + "episode_47", + "episode_48", + "episode_49", + "episode_50", + "episode_51", + "episode_52", + "episode_53", + "episode_54", + "episode_55", + "episode_56", + "episode_57", + "episode_58", + "episode_59", + "episode_60", + "non_communique", + ], + }, + { + "name": "saison", + "id": "35", + "values": [ + "serie_integrale", + "hors_saison", + "non_communique", + "saison_01", + "saison_02", + "saison_03", + "saison_04", + "saison_05", + "saison_06", + "saison_07", + "saison_08", + "saison_09", + "saison_10", + "saison_11", + "saison_12", + "saison_13", + "saison_14", + "saison_15", + "saison_16", + "saison_17", + "saison_18", + "saison_19", + "saison_20", + "saison_21", + "saison_22", + "saison_23", + "saison_24", + "saison_25", + "saison_26", + "saison_27", + "saison_28", + "saison_29", + "saison_30", + ], + }, + { + "name": "langue", + "id": "29", + "multiple": "1", + "values": [ + "anglais", + "francais_(vff/truefrench)", + "muet", + "multi_(francais_inclus)", + "multi_(quebecois_inclus)", + "quebecois_(vfq/french)", + "vfstfr", + "vostfr", + ], + }, + { + "name": "qualite", + "id": "30", + "values": [ + "bdrip/brrip_[rip_sd_(non_hd)_depuis_bluray_ou_hdrip]", + "bluray_4k_[full_ou_remux]", + "bluray_[full]", + "bluray_[remux]", + "dvd-r_5_[dvd_<_4.37gb]", + "dvd-r_9_[dvd_>_4.37gb]", + "dvdrip_[rip_depuis_dvd-r]", + "hdrip_1080_[rip_hd_depuis_bluray]", + "hdrip_4k_[rip_hd_4k_depuis_source_4k]", + "hdrip_720_[rip_hd_depuis_bluray]", + "tvrip_[rip_sd_(non_hd)_depuis_source_tv_hd/sd]", + "tvriphd_1080_[rip_hd_depuis_source_tv_hd]", + "tvriphd_4k_[rip_hd_4k_depuis_source_tv_4k]", + "tvriphd_720_[rip_hd_depuis_source_tv_hd]", + "vcd/svcd/vhsrip", + "web-dl", + "web-dl_1080", + "web-dl_4k", + "web-dl_720", + "webrip", + "webrip_1080", + "webrip_4k", + "webrip_720", + ], + }, + { + "name": "systeme", + "id": "31", + "multiple": "1", + "values": [ + "nintendo_ds/3ds", + "pc/platine/lecteur_multimedia/etc", + "smartphone/tablette/psp/psvita", + ], + }, + { + "name": "type", + "id": "32", + "values": [ + "2d_(standard)", + "3d_converti_(non_officiel/amateur)", + "3d_converti_(post-production)", + "3d_natif_(production)", + ], + }, + { + "name": "genre", + "id": "33", + "multiple": "1", + "values": [ + "action", + "animalier", + "animation", + "arts", + "arts_martiaux", + "aventure", + "ballet", + "biopic", + "choregraphie", + "classique", + "comedie", + "comedie_dramatique", + "court-metrage", + "culinaire", + "danse_contemporaine", + "decouverte", + "divers", + "documentaire", + "drame", + "enquete", + "epouvante_&_horreur", + "espionnage", + "famille", + "fantastique", + "fiction", + "film_noir", + "gore", + "guerre", + "historique", + "humour", + "interactif", + "judiciaire", + "litterature", + "manga", + "musical", + "nanar", + "nature", + "opera", + "opera_rock", + "pedagogie", + "peplum", + "philosophie", + "policier", + "politique_&_geopolitique", + "religions_&_croyances", + "romance", + "sante_&_bien-etre", + "science_fiction", + "sciences_&_technologies", + "societe", + "sports_&_loisirs", + "tele-realite", + "theatre", + "thriller", + "varietes_tv", + "voyages_&_tourisme", + "western", + ], + }, + ], + }, + { + "name": "concert", + "id": "2180", + "options": [ + { + "name": "langue", + "id": "29", + "multiple": "1", + "values": [ + "anglais", + "francais_(vff/truefrench)", + "muet", + "multi_(francais_inclus)", + "multi_(quebecois_inclus)", + "quebecois_(vfq/french)", + "vfstfr", + "vostfr", + ], + }, + { + "name": "qualite", + "id": "30", + "values": [ + "bdrip/brrip_[rip_sd_(non_hd)_depuis_bluray_ou_hdrip]", + "bluray_4k_[full_ou_remux]", + "bluray_[full]", + "bluray_[remux]", + "dvd-r_5_[dvd_<_4.37gb]", + "dvd-r_9_[dvd_>_4.37gb]", + "dvdrip_[rip_depuis_dvd-r]", + "hdrip_1080_[rip_hd_depuis_bluray]", + "hdrip_4k_[rip_hd_4k_depuis_source_4k]", + "hdrip_720_[rip_hd_depuis_bluray]", + "tvrip_[rip_sd_(non_hd)_depuis_source_tv_hd/sd]", + "tvriphd_1080_[rip_hd_depuis_source_tv_hd]", + "tvriphd_4k_[rip_hd_4k_depuis_source_tv_4k]", + "tvriphd_720_[rip_hd_depuis_source_tv_hd]", + "vcd/svcd/vhsrip", + "web-dl", + "web-dl_1080", + "web-dl_4k", + "web-dl_720", + "webrip", + "webrip_1080", + "webrip_4k", + "webrip_720", + ], + }, + { + "name": "systeme", + "id": "31", + "multiple": "1", + "values": [ + "nintendo_ds/3ds", + "pc/platine/lecteur_multimedia/etc", + "smartphone/tablette/psp/psvita", + ], + }, + { + "name": "type", + "id": "32", + "values": [ + "2d_(standard)", + "3d_converti_(non_officiel/amateur)", + "3d_converti_(post-production)", + "3d_natif_(production)", + ], + }, + ], + }, + { + "name": "documentaire", + "id": "2181", + "options": [ + { + "name": "langue", + "id": "29", + "multiple": "1", + "values": [ + "anglais", + "francais_(vff/truefrench)", + "muet", + "multi_(francais_inclus)", + "multi_(quebecois_inclus)", + "quebecois_(vfq/french)", + "vfstfr", + "vostfr", + ], + }, + { + "name": "qualite", + "id": "30", + "values": [ + "bdrip/brrip_[rip_sd_(non_hd)_depuis_bluray_ou_hdrip]", + "bluray_4k_[full_ou_remux]", + "bluray_[full]", + "bluray_[remux]", + "dvd-r_5_[dvd_<_4.37gb]", + "dvd-r_9_[dvd_>_4.37gb]", + "dvdrip_[rip_depuis_dvd-r]", + "hdrip_1080_[rip_hd_depuis_bluray]", + "hdrip_4k_[rip_hd_4k_depuis_source_4k]", + "hdrip_720_[rip_hd_depuis_bluray]", + "tvrip_[rip_sd_(non_hd)_depuis_source_tv_hd/sd]", + "tvriphd_1080_[rip_hd_depuis_source_tv_hd]", + "tvriphd_4k_[rip_hd_4k_depuis_source_tv_4k]", + "tvriphd_720_[rip_hd_depuis_source_tv_hd]", + "vcd/svcd/vhsrip", + "web-dl", + "web-dl_1080", + "web-dl_4k", + "web-dl_720", + "webrip", + "webrip_1080", + "webrip_4k", + "webrip_720", + ], + }, + { + "name": "systeme", + "id": "31", + "multiple": "1", + "values": [ + "nintendo_ds/3ds", + "pc/platine/lecteur_multimedia/etc", + "smartphone/tablette/psp/psvita", + ], + }, + { + "name": "type", + "id": "32", + "values": [ + "2d_(standard)", + "3d_converti_(non_officiel/amateur)", + "3d_converti_(post-production)", + "3d_natif_(production)", + ], + }, + { + "name": "genre", + "id": "33", + "multiple": "1", + "values": [ + "action", + "animalier", + "animation", + "arts", + "arts_martiaux", + "aventure", + "ballet", + "biopic", + "choregraphie", + "classique", + "comedie", + "comedie_dramatique", + "court-metrage", + "culinaire", + "danse_contemporaine", + "decouverte", + "divers", + "documentaire", + "drame", + "enquete", + "epouvante_&_horreur", + "espionnage", + "famille", + "fantastique", + "fiction", + "film_noir", + "gore", + "guerre", + "historique", + "humour", + "interactif", + "judiciaire", + "litterature", + "manga", + "musical", + "nanar", + "nature", + "opera", + "opera_rock", + "pedagogie", + "peplum", + "philosophie", + "policier", + "politique_&_geopolitique", + "religions_&_croyances", + "romance", + "sante_&_bien-etre", + "science_fiction", + "sciences_&_technologies", + "societe", + "sports_&_loisirs", + "tele-realite", + "theatre", + "thriller", + "varietes_tv", + "voyages_&_tourisme", + "western", + ], + }, + ], + }, + { + "name": "emission_tv", + "id": "2182", + "options": [ + { + "name": "episode", + "id": "34", + "values": [ + "saison_complete", + "episode_01", + "episode_02", + "episode_03", + "episode_04", + "episode_05", + "episode_06", + "episode_07", + "episode_08", + "episode_09", + "episode_10", + "episode_11", + "episode_12", + "episode_13", + "episode_14", + "episode_15", + "episode_16", + "episode_17", + "episode_18", + "episode_19", + "episode_20", + "episode_21", + "episode_22", + "episode_23", + "episode_24", + "episode_25", + "episode_26", + "episode_27", + "episode_28", + "episode_29", + "episode_30", + "episode_31", + "episode_32", + "episode_33", + "episode_34", + "episode_35", + "episode_36", + "episode_37", + "episode_38", + "episode_39", + "episode_40", + "episode_41", + "episode_42", + "episode_43", + "episode_44", + "episode_45", + "episode_46", + "episode_47", + "episode_48", + "episode_49", + "episode_50", + "episode_51", + "episode_52", + "episode_53", + "episode_54", + "episode_55", + "episode_56", + "episode_57", + "episode_58", + "episode_59", + "episode_60", + "non_communique", + ], + }, + { + "name": "saison", + "id": "35", + "values": [ + "serie_integrale", + "hors_saison", + "non_communique", + "saison_01", + "saison_02", + "saison_03", + "saison_04", + "saison_05", + "saison_06", + "saison_07", + "saison_08", + "saison_09", + "saison_10", + "saison_11", + "saison_12", + "saison_13", + "saison_14", + "saison_15", + "saison_16", + "saison_17", + "saison_18", + "saison_19", + "saison_20", + "saison_21", + "saison_22", + "saison_23", + "saison_24", + "saison_25", + "saison_26", + "saison_27", + "saison_28", + "saison_29", + "saison_30", + ], + }, + { + "name": "langue", + "id": "29", + "multiple": "1", + "values": [ + "anglais", + "francais_(vff/truefrench)", + "muet", + "multi_(francais_inclus)", + "multi_(quebecois_inclus)", + "quebecois_(vfq/french)", + "vfstfr", + "vostfr", + ], + }, + { + "name": "qualite", + "id": "30", + "values": [ + "bdrip/brrip_[rip_sd_(non_hd)_depuis_bluray_ou_hdrip]", + "bluray_4k_[full_ou_remux]", + "bluray_[full]", + "bluray_[remux]", + "dvd-r_5_[dvd_<_4.37gb]", + "dvd-r_9_[dvd_>_4.37gb]", + "dvdrip_[rip_depuis_dvd-r]", + "hdrip_1080_[rip_hd_depuis_bluray]", + "hdrip_4k_[rip_hd_4k_depuis_source_4k]", + "hdrip_720_[rip_hd_depuis_bluray]", + "tvrip_[rip_sd_(non_hd)_depuis_source_tv_hd/sd]", + "tvriphd_1080_[rip_hd_depuis_source_tv_hd]", + "tvriphd_4k_[rip_hd_4k_depuis_source_tv_4k]", + "tvriphd_720_[rip_hd_depuis_source_tv_hd]", + "vcd/svcd/vhsrip", + "web-dl", + "web-dl_1080", + "web-dl_4k", + "web-dl_720", + "webrip", + "webrip_1080", + "webrip_4k", + "webrip_720", + ], + }, + { + "name": "systeme", + "id": "31", + "multiple": "1", + "values": [ + "nintendo_ds/3ds", + "pc/platine/lecteur_multimedia/etc", + "smartphone/tablette/psp/psvita", + ], + }, + { + "name": "type", + "id": "32", + "values": [ + "2d_(standard)", + "3d_converti_(non_officiel/amateur)", + "3d_converti_(post-production)", + "3d_natif_(production)", + ], + }, + { + "name": "genre", + "id": "33", + "multiple": "1", + "values": [ + "action", + "animalier", + "animation", + "arts", + "arts_martiaux", + "aventure", + "ballet", + "biopic", + "choregraphie", + "classique", + "comedie", + "comedie_dramatique", + "court-metrage", + "culinaire", + "danse_contemporaine", + "decouverte", + "divers", + "documentaire", + "drame", + "enquete", + "epouvante_&_horreur", + "espionnage", + "famille", + "fantastique", + "fiction", + "film_noir", + "gore", + "guerre", + "historique", + "humour", + "interactif", + "judiciaire", + "litterature", + "manga", + "musical", + "nanar", + "nature", + "opera", + "opera_rock", + "pedagogie", + "peplum", + "philosophie", + "policier", + "politique_&_geopolitique", + "religions_&_croyances", + "romance", + "sante_&_bien-etre", + "science_fiction", + "sciences_&_technologies", + "societe", + "sports_&_loisirs", + "tele-realite", + "theatre", + "thriller", + "varietes_tv", + "voyages_&_tourisme", + "western", + ], + }, + ], + }, + { + "name": "film", + "id": "2183", + "options": [ + { + "name": "langue", + "id": "29", + "multiple": "1", + "values": [ + "anglais", + "francais_(vff/truefrench)", + "muet", + "multi_(francais_inclus)", + "multi_(quebecois_inclus)", + "quebecois_(vfq/french)", + "vfstfr", + "vostfr", + ], + }, + { + "name": "qualite", + "id": "30", + "values": [ + "bdrip/brrip_[rip_sd_(non_hd)_depuis_bluray_ou_hdrip]", + "bluray_4k_[full_ou_remux]", + "bluray_[full]", + "bluray_[remux]", + "dvd-r_5_[dvd_<_4.37gb]", + "dvd-r_9_[dvd_>_4.37gb]", + "dvdrip_[rip_depuis_dvd-r]", + "hdrip_1080_[rip_hd_depuis_bluray]", + "hdrip_4k_[rip_hd_4k_depuis_source_4k]", + "hdrip_720_[rip_hd_depuis_bluray]", + "tvrip_[rip_sd_(non_hd)_depuis_source_tv_hd/sd]", + "tvriphd_1080_[rip_hd_depuis_source_tv_hd]", + "tvriphd_4k_[rip_hd_4k_depuis_source_tv_4k]", + "tvriphd_720_[rip_hd_depuis_source_tv_hd]", + "vcd/svcd/vhsrip", + "web-dl", + "web-dl_1080", + "web-dl_4k", + "web-dl_720", + "webrip", + "webrip_1080", + "webrip_4k", + "webrip_720", + ], + }, + { + "name": "systeme", + "id": "31", + "multiple": "1", + "values": [ + "nintendo_ds/3ds", + "pc/platine/lecteur_multimedia/etc", + "smartphone/tablette/psp/psvita", + ], + }, + { + "name": "type", + "id": "32", + "values": [ + "2d_(standard)", + "3d_converti_(non_officiel/amateur)", + "3d_converti_(post-production)", + "3d_natif_(production)", + ], + }, + { + "name": "genre", + "id": "33", + "multiple": "1", + "values": [ + "action", + "animalier", + "animation", + "arts", + "arts_martiaux", + "aventure", + "ballet", + "biopic", + "choregraphie", + "classique", + "comedie", + "comedie_dramatique", + "court-metrage", + "culinaire", + "danse_contemporaine", + "decouverte", + "divers", + "documentaire", + "drame", + "enquete", + "epouvante_&_horreur", + "espionnage", + "famille", + "fantastique", + "fiction", + "film_noir", + "gore", + "guerre", + "historique", + "humour", + "interactif", + "judiciaire", + "litterature", + "manga", + "musical", + "nanar", + "nature", + "opera", + "opera_rock", + "pedagogie", + "peplum", + "philosophie", + "policier", + "politique_&_geopolitique", + "religions_&_croyances", + "romance", + "sante_&_bien-etre", + "science_fiction", + "sciences_&_technologies", + "societe", + "sports_&_loisirs", + "tele-realite", + "theatre", + "thriller", + "varietes_tv", + "voyages_&_tourisme", + "western", + ], + }, + ], + }, + { + "name": "serie_tv", + "id": "2184", + "options": [ + { + "name": "episode", + "id": "34", + "values": [ + "saison_complete", + "episode_01", + "episode_02", + "episode_03", + "episode_04", + "episode_05", + "episode_06", + "episode_07", + "episode_08", + "episode_09", + "episode_10", + "episode_11", + "episode_12", + "episode_13", + "episode_14", + "episode_15", + "episode_16", + "episode_17", + "episode_18", + "episode_19", + "episode_20", + "episode_21", + "episode_22", + "episode_23", + "episode_24", + "episode_25", + "episode_26", + "episode_27", + "episode_28", + "episode_29", + "episode_30", + "episode_31", + "episode_32", + "episode_33", + "episode_34", + "episode_35", + "episode_36", + "episode_37", + "episode_38", + "episode_39", + "episode_40", + "episode_41", + "episode_42", + "episode_43", + "episode_44", + "episode_45", + "episode_46", + "episode_47", + "episode_48", + "episode_49", + "episode_50", + "episode_51", + "episode_52", + "episode_53", + "episode_54", + "episode_55", + "episode_56", + "episode_57", + "episode_58", + "episode_59", + "episode_60", + "non_communique", + ], + }, + { + "name": "saison", + "id": "35", + "values": [ + "serie_integrale", + "hors_saison", + "non_communique", + "saison_01", + "saison_02", + "saison_03", + "saison_04", + "saison_05", + "saison_06", + "saison_07", + "saison_08", + "saison_09", + "saison_10", + "saison_11", + "saison_12", + "saison_13", + "saison_14", + "saison_15", + "saison_16", + "saison_17", + "saison_18", + "saison_19", + "saison_20", + "saison_21", + "saison_22", + "saison_23", + "saison_24", + "saison_25", + "saison_26", + "saison_27", + "saison_28", + "saison_29", + "saison_30", + ], + }, + { + "name": "langue", + "id": "29", + "multiple": "1", + "values": [ + "anglais", + "francais_(vff/truefrench)", + "muet", + "multi_(francais_inclus)", + "multi_(quebecois_inclus)", + "quebecois_(vfq/french)", + "vfstfr", + "vostfr", + ], + }, + { + "name": "qualite", + "id": "30", + "values": [ + "bdrip/brrip_[rip_sd_(non_hd)_depuis_bluray_ou_hdrip]", + "bluray_4k_[full_ou_remux]", + "bluray_[full]", + "bluray_[remux]", + "dvd-r_5_[dvd_<_4.37gb]", + "dvd-r_9_[dvd_>_4.37gb]", + "dvdrip_[rip_depuis_dvd-r]", + "hdrip_1080_[rip_hd_depuis_bluray]", + "hdrip_4k_[rip_hd_4k_depuis_source_4k]", + "hdrip_720_[rip_hd_depuis_bluray]", + "tvrip_[rip_sd_(non_hd)_depuis_source_tv_hd/sd]", + "tvriphd_1080_[rip_hd_depuis_source_tv_hd]", + "tvriphd_4k_[rip_hd_4k_depuis_source_tv_4k]", + "tvriphd_720_[rip_hd_depuis_source_tv_hd]", + "vcd/svcd/vhsrip", + "web-dl", + "web-dl_1080", + "web-dl_4k", + "web-dl_720", + "webrip", + "webrip_1080", + "webrip_4k", + "webrip_720", + ], + }, + { + "name": "systeme", + "id": "31", + "multiple": "1", + "values": [ + "nintendo_ds/3ds", + "pc/platine/lecteur_multimedia/etc", + "smartphone/tablette/psp/psvita", + ], + }, + { + "name": "type", + "id": "32", + "values": [ + "2d_(standard)", + "3d_converti_(non_officiel/amateur)", + "3d_converti_(post-production)", + "3d_natif_(production)", + ], + }, + { + "name": "genre", + "id": "33", + "multiple": "1", + "values": [ + "action", + "animalier", + "animation", + "arts", + "arts_martiaux", + "aventure", + "ballet", + "biopic", + "choregraphie", + "classique", + "comedie", + "comedie_dramatique", + "court-metrage", + "culinaire", + "danse_contemporaine", + "decouverte", + "divers", + "documentaire", + "drame", + "enquete", + "epouvante_&_horreur", + "espionnage", + "famille", + "fantastique", + "fiction", + "film_noir", + "gore", + "guerre", + "historique", + "humour", + "interactif", + "judiciaire", + "litterature", + "manga", + "musical", + "nanar", + "nature", + "opera", + "opera_rock", + "pedagogie", + "peplum", + "philosophie", + "policier", + "politique_&_geopolitique", + "religions_&_croyances", + "romance", + "sante_&_bien-etre", + "science_fiction", + "sciences_&_technologies", + "societe", + "sports_&_loisirs", + "tele-realite", + "theatre", + "thriller", + "varietes_tv", + "voyages_&_tourisme", + "western", + ], + }, + ], + }, + { + "name": "spectacle", + "id": "2185", + "options": [ + { + "name": "langue", + "id": "29", + "multiple": "1", + "values": [ + "anglais", + "francais_(vff/truefrench)", + "muet", + "multi_(francais_inclus)", + "multi_(quebecois_inclus)", + "quebecois_(vfq/french)", + "vfstfr", + "vostfr", + ], + }, + { + "name": "qualite", + "id": "30", + "values": [ + "bdrip/brrip_[rip_sd_(non_hd)_depuis_bluray_ou_hdrip]", + "bluray_4k_[full_ou_remux]", + "bluray_[full]", + "bluray_[remux]", + "dvd-r_5_[dvd_<_4.37gb]", + "dvd-r_9_[dvd_>_4.37gb]", + "dvdrip_[rip_depuis_dvd-r]", + "hdrip_1080_[rip_hd_depuis_bluray]", + "hdrip_4k_[rip_hd_4k_depuis_source_4k]", + "hdrip_720_[rip_hd_depuis_bluray]", + "tvrip_[rip_sd_(non_hd)_depuis_source_tv_hd/sd]", + "tvriphd_1080_[rip_hd_depuis_source_tv_hd]", + "tvriphd_4k_[rip_hd_4k_depuis_source_tv_4k]", + "tvriphd_720_[rip_hd_depuis_source_tv_hd]", + "vcd/svcd/vhsrip", + "web-dl", + "web-dl_1080", + "web-dl_4k", + "web-dl_720", + "webrip", + "webrip_1080", + "webrip_4k", + "webrip_720", + ], + }, + { + "name": "systeme", + "id": "31", + "multiple": "1", + "values": [ + "nintendo_ds/3ds", + "pc/platine/lecteur_multimedia/etc", + "smartphone/tablette/psp/psvita", + ], + }, + { + "name": "type", + "id": "32", + "values": [ + "2d_(standard)", + "3d_converti_(non_officiel/amateur)", + "3d_converti_(post-production)", + "3d_natif_(production)", + ], + }, + { + "name": "genre", + "id": "33", + "multiple": "1", + "values": [ + "action", + "animalier", + "animation", + "arts", + "arts_martiaux", + "aventure", + "ballet", + "biopic", + "choregraphie", + "classique", + "comedie", + "comedie_dramatique", + "court-metrage", + "culinaire", + "danse_contemporaine", + "decouverte", + "divers", + "documentaire", + "drame", + "enquete", + "epouvante_&_horreur", + "espionnage", + "famille", + "fantastique", + "fiction", + "film_noir", + "gore", + "guerre", + "historique", + "humour", + "interactif", + "judiciaire", + "litterature", + "manga", + "musical", + "nanar", + "nature", + "opera", + "opera_rock", + "pedagogie", + "peplum", + "philosophie", + "policier", + "politique_&_geopolitique", + "religions_&_croyances", + "romance", + "sante_&_bien-etre", + "science_fiction", + "sciences_&_technologies", + "societe", + "sports_&_loisirs", + "tele-realite", + "theatre", + "thriller", + "varietes_tv", + "voyages_&_tourisme", + "western", + ], + }, + ], + }, + { + "name": "sport", + "id": "2186", + "options": [ + { + "name": "langue", + "id": "29", + "multiple": "1", + "values": [ + "anglais", + "francais_(vff/truefrench)", + "muet", + "multi_(francais_inclus)", + "multi_(quebecois_inclus)", + "quebecois_(vfq/french)", + "vfstfr", + "vostfr", + ], + }, + { + "name": "qualite", + "id": "30", + "values": [ + "bdrip/brrip_[rip_sd_(non_hd)_depuis_bluray_ou_hdrip]", + "bluray_4k_[full_ou_remux]", + "bluray_[full]", + "bluray_[remux]", + "dvd-r_5_[dvd_<_4.37gb]", + "dvd-r_9_[dvd_>_4.37gb]", + "dvdrip_[rip_depuis_dvd-r]", + "hdrip_1080_[rip_hd_depuis_bluray]", + "hdrip_4k_[rip_hd_4k_depuis_source_4k]", + "hdrip_720_[rip_hd_depuis_bluray]", + "tvrip_[rip_sd_(non_hd)_depuis_source_tv_hd/sd]", + "tvriphd_1080_[rip_hd_depuis_source_tv_hd]", + "tvriphd_4k_[rip_hd_4k_depuis_source_tv_4k]", + "tvriphd_720_[rip_hd_depuis_source_tv_hd]", + "vcd/svcd/vhsrip", + "web-dl", + "web-dl_1080", + "web-dl_4k", + "web-dl_720", + "webrip", + "webrip_1080", + "webrip_4k", + "webrip_720", + ], + }, + { + "name": "systeme", + "id": "31", + "multiple": "1", + "values": [ + "nintendo_ds/3ds", + "pc/platine/lecteur_multimedia/etc", + "smartphone/tablette/psp/psvita", + ], + }, + { + "name": "type", + "id": "32", + "values": [ + "2d_(standard)", + "3d_converti_(non_officiel/amateur)", + "3d_converti_(post-production)", + "3d_natif_(production)", + ], + }, + ], + }, + { + "name": "video-clips", + "id": "2187", + "options": [ + { + "name": "langue", + "id": "29", + "multiple": "1", + "values": [ + "anglais", + "francais_(vff/truefrench)", + "muet", + "multi_(francais_inclus)", + "multi_(quebecois_inclus)", + "quebecois_(vfq/french)", + "vfstfr", + "vostfr", + ], + }, + { + "name": "qualite", + "id": "30", + "values": [ + "bdrip/brrip_[rip_sd_(non_hd)_depuis_bluray_ou_hdrip]", + "bluray_4k_[full_ou_remux]", + "bluray_[full]", + "bluray_[remux]", + "dvd-r_5_[dvd_<_4.37gb]", + "dvd-r_9_[dvd_>_4.37gb]", + "dvdrip_[rip_depuis_dvd-r]", + "hdrip_1080_[rip_hd_depuis_bluray]", + "hdrip_4k_[rip_hd_4k_depuis_source_4k]", + "hdrip_720_[rip_hd_depuis_bluray]", + "tvrip_[rip_sd_(non_hd)_depuis_source_tv_hd/sd]", + "tvriphd_1080_[rip_hd_depuis_source_tv_hd]", + "tvriphd_4k_[rip_hd_4k_depuis_source_tv_4k]", + "tvriphd_720_[rip_hd_depuis_source_tv_hd]", + "vcd/svcd/vhsrip", + "web-dl", + "web-dl_1080", + "web-dl_4k", + "web-dl_720", + "webrip", + "webrip_1080", + "webrip_4k", + "webrip_720", + ], + }, + { + "name": "systeme", + "id": "31", + "multiple": "1", + "values": [ + "nintendo_ds/3ds", + "pc/platine/lecteur_multimedia/etc", + "smartphone/tablette/psp/psvita", + ], + }, + { + "name": "type", + "id": "32", + "values": [ + "2d_(standard)", + "3d_converti_(non_officiel/amateur)", + "3d_converti_(post-production)", + "3d_natif_(production)", + ], + }, + ], + }, + ], + }, + { + "name": "ebook", + "id": "2140", + "subcategories": [ + { + "name": "audio", + "id": "2151", + "options": [ + { + "name": "format", + "id": "14", + "values": [ + "aac_(m4a)", + "ac3", + "aif", + "alac_(m4a)", + "bluray_pure_audio", + "dsd", + "dts", + "flac_(16_bit)", + "flac_(24_bit)", + "monkey's_audio", + "mp3", + "mpc", + "ogg", + "samples", + "wav", + "wavpack", + "wma", + ], + }, + { + "name": "type", + "id": "15", + "values": [ + "album", + "bande_originale_de_film/jeu", + "discographie", + "ep", + "integrale/coffret", + "live/concert", + "mix/medley", + "piste_audio_de_film", + "radio", + ], + }, + { + "name": "langue", + "id": "16", + "values": [ + "anglais", + "francais", + "japonais", + "multi_(francais_inclus)", + ], + }, + { + "name": "genre", + "id": "17", + "multiple": "1", + "values": [ + "actualites", + "animaux", + "art", + "astrologie", + "auto-moto-vehicules", + "aventure", + "beaute", + "bien-etre", + "biographie", + "bricolage", + "cinema", + "comedie", + "conte", + "cuisine_et_vin", + "decoration", + "dictionnaire", + "droit", + "economie", + "encyclopedies", + "esoterisme", + "fantastique", + "fantasy", + "guerre", + "heroic_fantasy", + "histoire", + "humour", + "informatique", + "internet", + "jardinage", + "jeunesse", + "jeux_video", + "journalisme", + "linguistique", + "litterature", + "loisir", + "manuel", + "medecine", + "musique", + "nature", + "nouvelles", + "paranormal", + "parascolaire", + "partitions", + "philosophie", + "photos", + "poesie", + "polar", + "policier", + "politique", + "professionnel", + "religion", + "roman", + "sante", + "science", + "science_humaine", + "science-fiction", + "scolaire", + "societe", + "spiritualite", + "sport", + "suspense", + "technique", + "terreur", + "theatre", + "thriller", + "tourisme", + "vie_pratique", + "voyage", + ], + }, + ], + }, + { + "name": "bds", + "id": "2152", + "options": [ + { + "name": "format", + "id": "18", + "values": [ + "azw", + "cb7", + "cba", + "cbr", + "cbt", + "cbz", + "djvu", + "doc", + "epub", + "jpg", + "mobi", + "pdf", + "png", + "prc", + ], + }, + { + "name": "langue", + "id": "19", + "values": [ + "anglais", + "francais", + "japonais", + "multi_(francais_inclus)", + ], + }, + { + "name": "genre", + "id": "20", + "multiple": "1", + "values": [ + "actualites", + "animaux", + "art", + "astrologie", + "auto-moto-vehicules", + "aventure", + "beaute", + "bien-etre", + "biographie", + "bricolage", + "cinema", + "comedie", + "conte", + "cuisine_et_vin", + "decoration", + "dictionnaire", + "droit", + "economie", + "encyclopedies", + "esoterisme", + "fantastique", + "fantasy", + "guerre", + "heroic_fantasy", + "histoire", + "humour", + "informatique", + "internet", + "jardinage", + "jeunesse", + "jeux_video", + "journalisme", + "linguistique", + "litterature", + "loisir", + "manuel", + "medecine", + "musique", + "nature", + "nouvelles", + "paranormal", + "parascolaire", + "partitions", + "philosophie", + "photos", + "poesie", + "polar", + "policier", + "politique", + "professionnel", + "religion", + "roman", + "sante", + "science", + "science_humaine", + "science-fiction", + "scolaire", + "societe", + "spiritualite", + "sport", + "suspense", + "technique", + "terreur", + "theatre", + "thriller", + "tourisme", + "vie_pratique", + "voyage", + ], + }, + ], + }, + { + "name": "comics", + "id": "2153", + "options": [ + { + "name": "format", + "id": "18", + "values": [ + "azw", + "cb7", + "cba", + "cbr", + "cbt", + "cbz", + "djvu", + "doc", + "epub", + "jpg", + "mobi", + "pdf", + "png", + "prc", + ], + }, + { + "name": "langue", + "id": "19", + "values": [ + "anglais", + "francais", + "japonais", + "multi_(francais_inclus)", + ], + }, + { + "name": "genre", + "id": "20", + "multiple": "1", + "values": [ + "actualites", + "animaux", + "art", + "astrologie", + "auto-moto-vehicules", + "aventure", + "beaute", + "bien-etre", + "biographie", + "bricolage", + "cinema", + "comedie", + "conte", + "cuisine_et_vin", + "decoration", + "dictionnaire", + "droit", + "economie", + "encyclopedies", + "esoterisme", + "fantastique", + "fantasy", + "guerre", + "heroic_fantasy", + "histoire", + "humour", + "informatique", + "internet", + "jardinage", + "jeunesse", + "jeux_video", + "journalisme", + "linguistique", + "litterature", + "loisir", + "manuel", + "medecine", + "musique", + "nature", + "nouvelles", + "paranormal", + "parascolaire", + "partitions", + "philosophie", + "photos", + "poesie", + "polar", + "policier", + "politique", + "professionnel", + "religion", + "roman", + "sante", + "science", + "science_humaine", + "science-fiction", + "scolaire", + "societe", + "spiritualite", + "sport", + "suspense", + "technique", + "terreur", + "theatre", + "thriller", + "tourisme", + "vie_pratique", + "voyage", + ], + }, + ], + }, + { + "name": "livres", + "id": "2154", + "options": [ + { + "name": "format", + "id": "18", + "values": [ + "azw", + "cb7", + "cba", + "cbr", + "cbt", + "cbz", + "djvu", + "doc", + "epub", + "jpg", + "mobi", + "pdf", + "png", + "prc", + ], + }, + { + "name": "langue", + "id": "19", + "values": [ + "anglais", + "francais", + "japonais", + "multi_(francais_inclus)", + ], + }, + { + "name": "genre", + "id": "20", + "multiple": "1", + "values": [ + "actualites", + "animaux", + "art", + "astrologie", + "auto-moto-vehicules", + "aventure", + "beaute", + "bien-etre", + "biographie", + "bricolage", + "cinema", + "comedie", + "conte", + "cuisine_et_vin", + "decoration", + "dictionnaire", + "droit", + "economie", + "encyclopedies", + "esoterisme", + "fantastique", + "fantasy", + "guerre", + "heroic_fantasy", + "histoire", + "humour", + "informatique", + "internet", + "jardinage", + "jeunesse", + "jeux_video", + "journalisme", + "linguistique", + "litterature", + "loisir", + "manuel", + "medecine", + "musique", + "nature", + "nouvelles", + "paranormal", + "parascolaire", + "partitions", + "philosophie", + "photos", + "poesie", + "polar", + "policier", + "politique", + "professionnel", + "religion", + "roman", + "sante", + "science", + "science_humaine", + "science-fiction", + "scolaire", + "societe", + "spiritualite", + "sport", + "suspense", + "technique", + "terreur", + "theatre", + "thriller", + "tourisme", + "vie_pratique", + "voyage", + ], + }, + ], + }, + { + "name": "manga", + "id": "2155", + "options": [ + { + "name": "format", + "id": "18", + "values": [ + "azw", + "cb7", + "cba", + "cbr", + "cbt", + "cbz", + "djvu", + "doc", + "epub", + "jpg", + "mobi", + "pdf", + "png", + "prc", + ], + }, + { + "name": "langue", + "id": "19", + "values": [ + "anglais", + "francais", + "japonais", + "multi_(francais_inclus)", + ], + }, + { + "name": "genre", + "id": "20", + "multiple": "1", + "values": [ + "actualites", + "animaux", + "art", + "astrologie", + "auto-moto-vehicules", + "aventure", + "beaute", + "bien-etre", + "biographie", + "bricolage", + "cinema", + "comedie", + "conte", + "cuisine_et_vin", + "decoration", + "dictionnaire", + "droit", + "economie", + "encyclopedies", + "esoterisme", + "fantastique", + "fantasy", + "guerre", + "heroic_fantasy", + "histoire", + "humour", + "informatique", + "internet", + "jardinage", + "jeunesse", + "jeux_video", + "journalisme", + "linguistique", + "litterature", + "loisir", + "manuel", + "medecine", + "musique", + "nature", + "nouvelles", + "paranormal", + "parascolaire", + "partitions", + "philosophie", + "photos", + "poesie", + "polar", + "policier", + "politique", + "professionnel", + "religion", + "roman", + "sante", + "science", + "science_humaine", + "science-fiction", + "scolaire", + "societe", + "spiritualite", + "sport", + "suspense", + "technique", + "terreur", + "theatre", + "thriller", + "tourisme", + "vie_pratique", + "voyage", + ], + }, + ], + }, + { + "name": "presse", + "id": "2156", + "options": [ + { + "name": "format", + "id": "18", + "values": [ + "azw", + "cb7", + "cba", + "cbr", + "cbt", + "cbz", + "djvu", + "doc", + "epub", + "jpg", + "mobi", + "pdf", + "png", + "prc", + ], + }, + { + "name": "langue", + "id": "19", + "values": [ + "anglais", + "francais", + "japonais", + "multi_(francais_inclus)", + ], + }, + { + "name": "genre", + "id": "20", + "multiple": "1", + "values": [ + "actualites", + "animaux", + "art", + "astrologie", + "auto-moto-vehicules", + "aventure", + "beaute", + "bien-etre", + "biographie", + "bricolage", + "cinema", + "comedie", + "conte", + "cuisine_et_vin", + "decoration", + "dictionnaire", + "droit", + "economie", + "encyclopedies", + "esoterisme", + "fantastique", + "fantasy", + "guerre", + "heroic_fantasy", + "histoire", + "humour", + "informatique", + "internet", + "jardinage", + "jeunesse", + "jeux_video", + "journalisme", + "linguistique", + "litterature", + "loisir", + "manuel", + "medecine", + "musique", + "nature", + "nouvelles", + "paranormal", + "parascolaire", + "partitions", + "philosophie", + "photos", + "poesie", + "polar", + "policier", + "politique", + "professionnel", + "religion", + "roman", + "sante", + "science", + "science_humaine", + "science-fiction", + "scolaire", + "societe", + "spiritualite", + "sport", + "suspense", + "technique", + "terreur", + "theatre", + "thriller", + "tourisme", + "vie_pratique", + "voyage", + ], + }, + ], + }, + ], + }, + { + "name": "audio", + "id": "2139", + "subcategories": [ + {"name": "karaoke", "id": "2147", "options": []}, + { + "name": "musique", + "id": "2148", + "options": [ + { + "name": "format", + "id": "6", + "values": [ + "aac_(m4a)", + "ac3", + "aif", + "alac_(m4a)", + "bluray_pure_audio", + "dsd", + "dts", + "flac_(16_bit)", + "flac_(24_bit)", + "monkey's_audio", + "mp3", + "mpc", + "ogg", + "samples", + "wav", + "wavpack", + "wma", + ], + }, + { + "name": "qualite", + "id": "7", + "values": ["bluray_audio", "cd", "sacd", "vinyle", "web"], + }, + { + "name": "type", + "id": "8", + "values": [ + "album", + "bande_originale_de_film/jeu", + "discographie", + "ep", + "integrale/coffret", + "live/concert", + "mix/medley", + "piste_audio_de_film", + "radio", + ], + }, + { + "name": "genre", + "id": "9", + "multiple": "1", + "values": [ + "acid_house", + "acid_jazz", + "africaine", + "alternative", + "ambiance", + "b.o/ost_de_film", + "b.o/ost_de_jeu_video", + "baroque", + "black_metal", + "blues", + "boogie", + "bossa_nova", + "britpop", + "celtique", + "chill_out", + "cirque", + "classique", + "comedie_musicale", + "compilation", + "concerto", + "country", + "creole", + "dance_pop", + "dark_metal", + "death_metal", + "disco", + "divers", + "doom_metal", + "drum_&_bass", + "drumstep", + "dubstep", + "east_coast", + "electro", + "electro_house", + "electronique", + "enfants", + "eurodance", + "experimental", + "flamenco", + "folk", + "folk_pop", + "free_jazz_&_avant-garde", + "funk", + "fusion", + "fusion_&_jazz", + "g-funk", + "gangsta_rap", + "garage", + "gospel", + "gothique", + "grind_core", + "grunge", + "hard_core", + "hard_rock", + "hard_rock_metal", + "heavy_metal", + "hip-hop", + "house", + "humour", + "hymnes", + "indie", + "indie_dance", + "industriel", + "instrumental", + "intelligent_dance_music", + "jazz", + "jump_up", + "jungle", + "kiosque", + "latin_jazz", + "lecture", + "liquidstep", + "medieval", + "metal", + "metal_progressif", + "moombahton", + "motown", + "musique_sacree", + "musiques_du_monde", + "musiques_militaires", + "new_age", + "new_wave", + "nu_disco", + "old_school", + "oldies", + "opera_et_voix", + "piece", + "pop", + "pop_electro", + "pop_r&b", + "pop_reggae", + "pop_rock", + "popcorn", + "post-rock", + "progressive_house", + "punk", + "r&b", + "radio", + "rag_time", + "raggamuffin", + "rap", + "reggae", + "relaxation", + "remix", + "rock", + "rock_alternatif", + "rock_gothique", + "rock_hardcore", + "rock_progressif", + "roots", + "rythm_and_blues", + "salsa", + "samba", + "shoegaze", + "ska", + "soul", + "speed_metal", + "symphonie", + "techno", + "thrash", + "trance", + "trap", + "tribal", + "trip-hop", + "underground", + "variete_francaise", + "variete_internationale", + "vocal_&_traditionnel", + "west_coast", + "zeuhl", + "zouk", + ], + }, + ], + }, + { + "name": "podcast_radio", + "id": "2150", + "options": [ + { + "name": "format", + "id": "12", + "values": [ + "aac_(m4a)", + "ac3", + "aif", + "alac_(m4a)", + "bluray_pure_audio", + "dsd", + "dts", + "flac_(16_bit)", + "flac_(24_bit)", + "monkey's_audio", + "mp3", + "mpc", + "ogg", + "samples", + "wav", + "wavpack", + "wma", + ], + }, + { + "name": "genre", + "id": "13", + "multiple": "1", + "values": [ + "humour", + "litteraire", + "loisirs", + "musical", + "politique/societe", + "radio_libre", + "sciences", + "sports", + ], + }, + ], + }, + { + "name": "samples", + "id": "2149", + "options": [ + { + "name": "format", + "id": "10", + "values": [ + "aac_(m4a)", + "ac3", + "aif", + "alac_(m4a)", + "bluray_pure_audio", + "dsd", + "dts", + "flac_(16_bit)", + "flac_(24_bit)", + "monkey's_audio", + "mp3", + "mpc", + "ogg", + "samples", + "wav", + "wavpack", + "wma", + ], + }, + { + "name": "genre", + "id": "11", + "multiple": "1", + "values": [ + "acid_house", + "acid_jazz", + "africaine", + "alternative", + "ambiance", + "b.o/ost_de_film", + "b.o/ost_de_jeu_video", + "baroque", + "black_metal", + "blues", + "boogie", + "bossa_nova", + "britpop", + "celtique", + "chill_out", + "cirque", + "classique", + "comedie_musicale", + "compilation", + "concerto", + "country", + "creole", + "dance_pop", + "dark_metal", + "death_metal", + "disco", + "divers", + "doom_metal", + "drum_&_bass", + "drumstep", + "dubstep", + "east_coast", + "electro", + "electro_house", + "electronique", + "enfants", + "eurodance", + "experimental", + "flamenco", + "folk", + "folk_pop", + "free_jazz_&_avant-garde", + "funk", + "fusion", + "fusion_&_jazz", + "g-funk", + "gangsta_rap", + "garage", + "gospel", + "gothique", + "grind_core", + "grunge", + "hard_core", + "hard_rock", + "hard_rock_metal", + "heavy_metal", + "hip-hop", + "house", + "humour", + "hymnes", + "indie", + "indie_dance", + "industriel", + "instrumental", + "intelligent_dance_music", + "jazz", + "jump_up", + "jungle", + "kiosque", + "latin_jazz", + "lecture", + "liquidstep", + "medieval", + "metal", + "metal_progressif", + "moombahton", + "motown", + "musique_sacree", + "musiques_du_monde", + "musiques_militaires", + "new_age", + "new_wave", + "nu_disco", + "old_school", + "oldies", + "opera_et_voix", + "piece", + "pop", + "pop_electro", + "pop_r&b", + "pop_reggae", + "pop_rock", + "popcorn", + "post-rock", + "progressive_house", + "punk", + "r&b", + "radio", + "rag_time", + "raggamuffin", + "rap", + "reggae", + "relaxation", + "remix", + "rock", + "rock_alternatif", + "rock_gothique", + "rock_hardcore", + "rock_progressif", + "roots", + "rythm_and_blues", + "salsa", + "samba", + "shoegaze", + "ska", + "soul", + "speed_metal", + "symphonie", + "techno", + "thrash", + "trance", + "trap", + "tribal", + "trip-hop", + "underground", + "variete_francaise", + "variete_internationale", + "vocal_&_traditionnel", + "west_coast", + "zeuhl", + "zouk", + ], + }, + ], + }, + ], + }, + { + "name": "applications", + "id": "2144", + "subcategories": [ + { + "name": "autre", + "id": "2177", + "options": [ + { + "name": "genre", + "id": "28", + "multiple": "1", + "values": [ + "accessibilite", + "administration", + "agenda", + "album_et_visionneuse", + "animation_2d_et_3d", + "animaux", + "anonymat", + "anti-spam", + "anti-spyware", + "anti-trojan", + "antivirus", + "architecture", + "aspiration_de_site", + "astrologie_et_voyance", + "astronomie_et_espace", + "audio", + "automobile", + "bricolage", + "bureautique", + "cao_et_pao", + "client_ftp", + "codec", + "commerce_electronique", + "communaute", + "communication", + "compression", + "comptabilite", + "controle_parental", + "courrier", + "crack", + "cryptage_et_securite", + "cuisine", + "developpement", + "developpement_web", + "editeur_de_site", + "edition_multimedia", + "education_et_scolarite", + "electronique", + "firewall", + "firmware", + "genealogie", + "geographie", + "gestionnaire_de_fichiers", + "gestionnaire_de_sites", + "graphisme", + "gravure", + "lecteur_multimedia", + "loader", + "maison", + "meteo", + "musique", + "navigateur_web", + "nettoyage_et_optimisation", + "organiseur", + "partage_de_fichiers", + "permis", + "photographie", + "planification", + "reconnaisance", + "referencement", + "registre", + "reseau", + "sante", + "sauvegarde", + "science", + "serveur_ftp", + "sport", + "systeme", + "systeme_d'exploitation", + "traducteur", + "utilitaire", + "video", + "wallpaper", + "webcam", + ], + }, + { + "name": "langue", + "id": "16", + "values": [ + "anglais", + "francais", + "japonais", + "multi_(francais_inclus)", + ], + }, + ], + }, + { + "name": "formation", + "id": "2176", + "options": [ + { + "name": "genre", + "id": "28", + "multiple": "1", + "values": [ + "accessibilite", + "administration", + "agenda", + "album_et_visionneuse", + "animation_2d_et_3d", + "animaux", + "anonymat", + "anti-spam", + "anti-spyware", + "anti-trojan", + "antivirus", + "architecture", + "aspiration_de_site", + "astrologie_et_voyance", + "astronomie_et_espace", + "audio", + "automobile", + "bricolage", + "bureautique", + "cao_et_pao", + "client_ftp", + "codec", + "commerce_electronique", + "communaute", + "communication", + "compression", + "comptabilite", + "controle_parental", + "courrier", + "crack", + "cryptage_et_securite", + "cuisine", + "developpement", + "developpement_web", + "editeur_de_site", + "edition_multimedia", + "education_et_scolarite", + "electronique", + "firewall", + "firmware", + "genealogie", + "geographie", + "gestionnaire_de_fichiers", + "gestionnaire_de_sites", + "graphisme", + "gravure", + "lecteur_multimedia", + "loader", + "maison", + "meteo", + "musique", + "navigateur_web", + "nettoyage_et_optimisation", + "organiseur", + "partage_de_fichiers", + "permis", + "photographie", + "planification", + "reconnaisance", + "referencement", + "registre", + "reseau", + "sante", + "sauvegarde", + "science", + "serveur_ftp", + "sport", + "systeme", + "systeme_d'exploitation", + "traducteur", + "utilitaire", + "video", + "wallpaper", + "webcam", + ], + }, + { + "name": "langue", + "id": "16", + "values": [ + "anglais", + "francais", + "japonais", + "multi_(francais_inclus)", + ], + }, + ], + }, + { + "name": "linux", + "id": "2171", + "options": [ + { + "name": "genre", + "id": "28", + "multiple": "1", + "values": [ + "accessibilite", + "administration", + "agenda", + "album_et_visionneuse", + "animation_2d_et_3d", + "animaux", + "anonymat", + "anti-spam", + "anti-spyware", + "anti-trojan", + "antivirus", + "architecture", + "aspiration_de_site", + "astrologie_et_voyance", + "astronomie_et_espace", + "audio", + "automobile", + "bricolage", + "bureautique", + "cao_et_pao", + "client_ftp", + "codec", + "commerce_electronique", + "communaute", + "communication", + "compression", + "comptabilite", + "controle_parental", + "courrier", + "crack", + "cryptage_et_securite", + "cuisine", + "developpement", + "developpement_web", + "editeur_de_site", + "edition_multimedia", + "education_et_scolarite", + "electronique", + "firewall", + "firmware", + "genealogie", + "geographie", + "gestionnaire_de_fichiers", + "gestionnaire_de_sites", + "graphisme", + "gravure", + "lecteur_multimedia", + "loader", + "maison", + "meteo", + "musique", + "navigateur_web", + "nettoyage_et_optimisation", + "organiseur", + "partage_de_fichiers", + "permis", + "photographie", + "planification", + "reconnaisance", + "referencement", + "registre", + "reseau", + "sante", + "sauvegarde", + "science", + "serveur_ftp", + "sport", + "systeme", + "systeme_d'exploitation", + "traducteur", + "utilitaire", + "video", + "wallpaper", + "webcam", + ], + }, + { + "name": "langue", + "id": "16", + "values": [ + "anglais", + "francais", + "japonais", + "multi_(francais_inclus)", + ], + }, + ], + }, + { + "name": "macos", + "id": "2172", + "options": [ + { + "name": "genre", + "id": "28", + "multiple": "1", + "values": [ + "accessibilite", + "administration", + "agenda", + "album_et_visionneuse", + "animation_2d_et_3d", + "animaux", + "anonymat", + "anti-spam", + "anti-spyware", + "anti-trojan", + "antivirus", + "architecture", + "aspiration_de_site", + "astrologie_et_voyance", + "astronomie_et_espace", + "audio", + "automobile", + "bricolage", + "bureautique", + "cao_et_pao", + "client_ftp", + "codec", + "commerce_electronique", + "communaute", + "communication", + "compression", + "comptabilite", + "controle_parental", + "courrier", + "crack", + "cryptage_et_securite", + "cuisine", + "developpement", + "developpement_web", + "editeur_de_site", + "edition_multimedia", + "education_et_scolarite", + "electronique", + "firewall", + "firmware", + "genealogie", + "geographie", + "gestionnaire_de_fichiers", + "gestionnaire_de_sites", + "graphisme", + "gravure", + "lecteur_multimedia", + "loader", + "maison", + "meteo", + "musique", + "navigateur_web", + "nettoyage_et_optimisation", + "organiseur", + "partage_de_fichiers", + "permis", + "photographie", + "planification", + "reconnaisance", + "referencement", + "registre", + "reseau", + "sante", + "sauvegarde", + "science", + "serveur_ftp", + "sport", + "systeme", + "systeme_d'exploitation", + "traducteur", + "utilitaire", + "video", + "wallpaper", + "webcam", + ], + }, + { + "name": "langue", + "id": "16", + "values": [ + "anglais", + "francais", + "japonais", + "multi_(francais_inclus)", + ], + }, + ], + }, + { + "name": "smartphone", + "id": "2174", + "options": [ + { + "name": "genre", + "id": "28", + "multiple": "1", + "values": [ + "accessibilite", + "administration", + "agenda", + "album_et_visionneuse", + "animation_2d_et_3d", + "animaux", + "anonymat", + "anti-spam", + "anti-spyware", + "anti-trojan", + "antivirus", + "architecture", + "aspiration_de_site", + "astrologie_et_voyance", + "astronomie_et_espace", + "audio", + "automobile", + "bricolage", + "bureautique", + "cao_et_pao", + "client_ftp", + "codec", + "commerce_electronique", + "communaute", + "communication", + "compression", + "comptabilite", + "controle_parental", + "courrier", + "crack", + "cryptage_et_securite", + "cuisine", + "developpement", + "developpement_web", + "editeur_de_site", + "edition_multimedia", + "education_et_scolarite", + "electronique", + "firewall", + "firmware", + "genealogie", + "geographie", + "gestionnaire_de_fichiers", + "gestionnaire_de_sites", + "graphisme", + "gravure", + "lecteur_multimedia", + "loader", + "maison", + "meteo", + "musique", + "navigateur_web", + "nettoyage_et_optimisation", + "organiseur", + "partage_de_fichiers", + "permis", + "photographie", + "planification", + "reconnaisance", + "referencement", + "registre", + "reseau", + "sante", + "sauvegarde", + "science", + "serveur_ftp", + "sport", + "systeme", + "systeme_d'exploitation", + "traducteur", + "utilitaire", + "video", + "wallpaper", + "webcam", + ], + }, + { + "name": "langue", + "id": "16", + "values": [ + "anglais", + "francais", + "japonais", + "multi_(francais_inclus)", + ], + }, + { + "name": "systeme", + "id": "26", + "values": [ + "android", + "bada", + "ios", + "meego", + "rim", + "symbian", + "webos", + "windows_mobile", + "windows_rt", + ], + }, + ], + }, + { + "name": "tablette", + "id": "2175", + "options": [ + { + "name": "genre", + "id": "28", + "multiple": "1", + "values": [ + "accessibilite", + "administration", + "agenda", + "album_et_visionneuse", + "animation_2d_et_3d", + "animaux", + "anonymat", + "anti-spam", + "anti-spyware", + "anti-trojan", + "antivirus", + "architecture", + "aspiration_de_site", + "astrologie_et_voyance", + "astronomie_et_espace", + "audio", + "automobile", + "bricolage", + "bureautique", + "cao_et_pao", + "client_ftp", + "codec", + "commerce_electronique", + "communaute", + "communication", + "compression", + "comptabilite", + "controle_parental", + "courrier", + "crack", + "cryptage_et_securite", + "cuisine", + "developpement", + "developpement_web", + "editeur_de_site", + "edition_multimedia", + "education_et_scolarite", + "electronique", + "firewall", + "firmware", + "genealogie", + "geographie", + "gestionnaire_de_fichiers", + "gestionnaire_de_sites", + "graphisme", + "gravure", + "lecteur_multimedia", + "loader", + "maison", + "meteo", + "musique", + "navigateur_web", + "nettoyage_et_optimisation", + "organiseur", + "partage_de_fichiers", + "permis", + "photographie", + "planification", + "reconnaisance", + "referencement", + "registre", + "reseau", + "sante", + "sauvegarde", + "science", + "serveur_ftp", + "sport", + "systeme", + "systeme_d'exploitation", + "traducteur", + "utilitaire", + "video", + "wallpaper", + "webcam", + ], + }, + { + "name": "langue", + "id": "16", + "values": [ + "anglais", + "francais", + "japonais", + "multi_(francais_inclus)", + ], + }, + { + "name": "systeme", + "id": "26", + "values": [ + "android", + "bada", + "ios", + "meego", + "rim", + "symbian", + "webos", + "windows_mobile", + "windows_rt", + ], + }, + ], + }, + { + "name": "windows", + "id": "2173", + "options": [ + { + "name": "genre", + "id": "28", + "multiple": "1", + "values": [ + "accessibilite", + "administration", + "agenda", + "album_et_visionneuse", + "animation_2d_et_3d", + "animaux", + "anonymat", + "anti-spam", + "anti-spyware", + "anti-trojan", + "antivirus", + "architecture", + "aspiration_de_site", + "astrologie_et_voyance", + "astronomie_et_espace", + "audio", + "automobile", + "bricolage", + "bureautique", + "cao_et_pao", + "client_ftp", + "codec", + "commerce_electronique", + "communaute", + "communication", + "compression", + "comptabilite", + "controle_parental", + "courrier", + "crack", + "cryptage_et_securite", + "cuisine", + "developpement", + "developpement_web", + "editeur_de_site", + "edition_multimedia", + "education_et_scolarite", + "electronique", + "firewall", + "firmware", + "genealogie", + "geographie", + "gestionnaire_de_fichiers", + "gestionnaire_de_sites", + "graphisme", + "gravure", + "lecteur_multimedia", + "loader", + "maison", + "meteo", + "musique", + "navigateur_web", + "nettoyage_et_optimisation", + "organiseur", + "partage_de_fichiers", + "permis", + "photographie", + "planification", + "reconnaisance", + "referencement", + "registre", + "reseau", + "sante", + "sauvegarde", + "science", + "serveur_ftp", + "sport", + "systeme", + "systeme_d'exploitation", + "traducteur", + "utilitaire", + "video", + "wallpaper", + "webcam", + ], + }, + { + "name": "langue", + "id": "16", + "values": [ + "anglais", + "francais", + "japonais", + "multi_(francais_inclus)", + ], + }, + ], + }, + ], + }, + { + "name": "jeux_video", + "id": "2142", + "subcategories": [ + { + "name": "autre", + "id": "2167", + "options": [ + { + "name": "langue", + "id": "16", + "values": [ + "anglais", + "francais", + "japonais", + "multi_(francais_inclus)", + ], + }, + { + "name": "genre", + "id": "22", + "multiple": "1", + "values": [ + "action", + "aventure", + "beat'em_all", + "city_builder", + "combat", + "course", + "crack", + "dlc", + "educatif", + "flipper", + "fps", + "gestion", + "hack'n_slash", + "infiltration", + "jeu_de_role", + "ludo-educatif", + "mmo", + "objets_caches", + "party_game", + "plates-formes", + "point'n'click", + "puzzle-game", + "reflexion", + "roguelike", + "rythme", + "shoot'em_up", + "simulation", + "sport", + "strategie", + "survival-horror", + "tactique", + "tower_defense", + "tps", + "update", + "visual_novel", + "wargame", + ], + }, + ], + }, + { + "name": "linux", + "id": "2159", + "options": [ + { + "name": "langue", + "id": "16", + "values": [ + "anglais", + "francais", + "japonais", + "multi_(francais_inclus)", + ], + }, + { + "name": "genre", + "id": "22", + "multiple": "1", + "values": [ + "action", + "aventure", + "beat'em_all", + "city_builder", + "combat", + "course", + "crack", + "dlc", + "educatif", + "flipper", + "fps", + "gestion", + "hack'n_slash", + "infiltration", + "jeu_de_role", + "ludo-educatif", + "mmo", + "objets_caches", + "party_game", + "plates-formes", + "point'n'click", + "puzzle-game", + "reflexion", + "roguelike", + "rythme", + "shoot'em_up", + "simulation", + "sport", + "strategie", + "survival-horror", + "tactique", + "tower_defense", + "tps", + "update", + "visual_novel", + "wargame", + ], + }, + ], + }, + { + "name": "macos", + "id": "2160", + "options": [ + { + "name": "langue", + "id": "16", + "values": [ + "anglais", + "francais", + "japonais", + "multi_(francais_inclus)", + ], + }, + { + "name": "genre", + "id": "22", + "multiple": "1", + "values": [ + "action", + "aventure", + "beat'em_all", + "city_builder", + "combat", + "course", + "crack", + "dlc", + "educatif", + "flipper", + "fps", + "gestion", + "hack'n_slash", + "infiltration", + "jeu_de_role", + "ludo-educatif", + "mmo", + "objets_caches", + "party_game", + "plates-formes", + "point'n'click", + "puzzle-game", + "reflexion", + "roguelike", + "rythme", + "shoot'em_up", + "simulation", + "sport", + "strategie", + "survival-horror", + "tactique", + "tower_defense", + "tps", + "update", + "visual_novel", + "wargame", + ], + }, + ], + }, + { + "name": "microsoft", + "id": "2162", + "options": [ + { + "name": "console", + "id": "23", + "values": ["xbox", "xbox_360", "xbox_one"], + }, + { + "name": "langue", + "id": "16", + "values": [ + "anglais", + "francais", + "japonais", + "multi_(francais_inclus)", + ], + }, + { + "name": "genre", + "id": "22", + "multiple": "1", + "values": [ + "action", + "aventure", + "beat'em_all", + "city_builder", + "combat", + "course", + "crack", + "dlc", + "educatif", + "flipper", + "fps", + "gestion", + "hack'n_slash", + "infiltration", + "jeu_de_role", + "ludo-educatif", + "mmo", + "objets_caches", + "party_game", + "plates-formes", + "point'n'click", + "puzzle-game", + "reflexion", + "roguelike", + "rythme", + "shoot'em_up", + "simulation", + "sport", + "strategie", + "survival-horror", + "tactique", + "tower_defense", + "tps", + "update", + "visual_novel", + "wargame", + ], + }, + ], + }, + { + "name": "nintendo", + "id": "2163", + "options": [ + { + "name": "console", + "id": "24", + "values": ["3ds", "ds", "gamecube", "wii", "wiiu"], + }, + { + "name": "langue", + "id": "16", + "values": [ + "anglais", + "francais", + "japonais", + "multi_(francais_inclus)", + ], + }, + { + "name": "genre", + "id": "22", + "multiple": "1", + "values": [ + "action", + "aventure", + "beat'em_all", + "city_builder", + "combat", + "course", + "crack", + "dlc", + "educatif", + "flipper", + "fps", + "gestion", + "hack'n_slash", + "infiltration", + "jeu_de_role", + "ludo-educatif", + "mmo", + "objets_caches", + "party_game", + "plates-formes", + "point'n'click", + "puzzle-game", + "reflexion", + "roguelike", + "rythme", + "shoot'em_up", + "simulation", + "sport", + "strategie", + "survival-horror", + "tactique", + "tower_defense", + "tps", + "update", + "visual_novel", + "wargame", + ], + }, + ], + }, + { + "name": "smartphone", + "id": "2165", + "options": [ + { + "name": "langue", + "id": "16", + "values": [ + "anglais", + "francais", + "japonais", + "multi_(francais_inclus)", + ], + }, + { + "name": "systeme", + "id": "26", + "values": [ + "android", + "bada", + "ios", + "meego", + "rim", + "symbian", + "webos", + "windows_mobile", + "windows_rt", + ], + }, + { + "name": "genre", + "id": "22", + "multiple": "1", + "values": [ + "action", + "aventure", + "beat'em_all", + "city_builder", + "combat", + "course", + "crack", + "dlc", + "educatif", + "flipper", + "fps", + "gestion", + "hack'n_slash", + "infiltration", + "jeu_de_role", + "ludo-educatif", + "mmo", + "objets_caches", + "party_game", + "plates-formes", + "point'n'click", + "puzzle-game", + "reflexion", + "roguelike", + "rythme", + "shoot'em_up", + "simulation", + "sport", + "strategie", + "survival-horror", + "tactique", + "tower_defense", + "tps", + "update", + "visual_novel", + "wargame", + ], + }, + ], + }, + { + "name": "sony", + "id": "2164", + "options": [ + { + "name": "console", + "id": "25", + "values": [ + "playstation", + "playstation2", + "playstation3", + "playstation4", + "psp", + "vita", + ], + }, + { + "name": "langue", + "id": "16", + "values": [ + "anglais", + "francais", + "japonais", + "multi_(francais_inclus)", + ], + }, + { + "name": "genre", + "id": "22", + "multiple": "1", + "values": [ + "action", + "aventure", + "beat'em_all", + "city_builder", + "combat", + "course", + "crack", + "dlc", + "educatif", + "flipper", + "fps", + "gestion", + "hack'n_slash", + "infiltration", + "jeu_de_role", + "ludo-educatif", + "mmo", + "objets_caches", + "party_game", + "plates-formes", + "point'n'click", + "puzzle-game", + "reflexion", + "roguelike", + "rythme", + "shoot'em_up", + "simulation", + "sport", + "strategie", + "survival-horror", + "tactique", + "tower_defense", + "tps", + "update", + "visual_novel", + "wargame", + ], + }, + ], + }, + { + "name": "tablette", + "id": "2166", + "options": [ + { + "name": "langue", + "id": "16", + "values": [ + "anglais", + "francais", + "japonais", + "multi_(francais_inclus)", + ], + }, + { + "name": "systeme", + "id": "26", + "values": [ + "android", + "bada", + "ios", + "meego", + "rim", + "symbian", + "webos", + "windows_mobile", + "windows_rt", + ], + }, + { + "name": "genre", + "id": "22", + "multiple": "1", + "values": [ + "action", + "aventure", + "beat'em_all", + "city_builder", + "combat", + "course", + "crack", + "dlc", + "educatif", + "flipper", + "fps", + "gestion", + "hack'n_slash", + "infiltration", + "jeu_de_role", + "ludo-educatif", + "mmo", + "objets_caches", + "party_game", + "plates-formes", + "point'n'click", + "puzzle-game", + "reflexion", + "roguelike", + "rythme", + "shoot'em_up", + "simulation", + "sport", + "strategie", + "survival-horror", + "tactique", + "tower_defense", + "tps", + "update", + "visual_novel", + "wargame", + ], + }, + ], + }, + { + "name": "windows", + "id": "2161", + "options": [ + { + "name": "langue", + "id": "16", + "values": [ + "anglais", + "francais", + "japonais", + "multi_(francais_inclus)", + ], + }, + { + "name": "genre", + "id": "22", + "multiple": "1", + "values": [ + "action", + "aventure", + "beat'em_all", + "city_builder", + "combat", + "course", + "crack", + "dlc", + "educatif", + "flipper", + "fps", + "gestion", + "hack'n_slash", + "infiltration", + "jeu_de_role", + "ludo-educatif", + "mmo", + "objets_caches", + "party_game", + "plates-formes", + "point'n'click", + "puzzle-game", + "reflexion", + "roguelike", + "rythme", + "shoot'em_up", + "simulation", + "sport", + "strategie", + "survival-horror", + "tactique", + "tower_defense", + "tps", + "update", + "visual_novel", + "wargame", + ], + }, + ], + }, + ], + }, + { + "name": "emulation", + "id": "2141", + "subcategories": [ + {"name": "emulateur", "id": "2157", "options": []}, + {"name": "rom/iso", "id": "2158", "options": []}, + ], + }, + { + "name": "gps", + "id": "2143", + "subcategories": [ + {"name": "applications", "id": "2168", "options": []}, + {"name": "cartes", "id": "2169", "options": []}, + {"name": "divers", "id": "2170", "options": []}, + ], + }, +] diff --git a/old-yggcrawl/gecko/geckodriver.log b/old-yggcrawl/gecko/geckodriver.log new file mode 100644 index 0000000..f8ef088 --- /dev/null +++ b/old-yggcrawl/gecko/geckodriver.log @@ -0,0 +1,4094 @@ +1588909690921 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-headless" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileipSKGY" +*** You are running in headless mode. +1588909692028 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: mozillaAddons +1588909692029 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: telemetry +1588909692029 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: resource://pdf.js/ +1588909692030 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: about:reader* +JavaScript error: undefined, line 14: Error: An unexpected error occurred +JavaScript error: moz-extension://c7dbfdc6-802e-4e72-96e8-7a8956ed3718/lib/picture_in_picture_overrides.js, line 15: Error: Incorrect argument types for pictureInPictureParent.setOverrides. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:14.207: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:14.208: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:14.208: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:14.208: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:14.208: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:14.401: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:14.401: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:14.478: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:14.478: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. +JavaScript error: resource:///modules/sessionstore/SessionStore.jsm, line 1325: uncaught exception: 2147746065 + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:14.636: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:14.636: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:15.002: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:15.002: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. +1588909695449 Marionette INFO Listening on port 35593 +1588909695534 Marionette WARN TLS certificate errors will be ignored for this session + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:15.685: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:15.685: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:15.737: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:15.737: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:15.886: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:15.886: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:15.908: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:15.908: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:15.950: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:15.950: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:15.958: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:15.958: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:15.997: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:15.997: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:16.233: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:16.234: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:16.574: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:16.574: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:16.749: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:16.749: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:16.797: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:16.797: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:16.802: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:16.802: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:16.807: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:16.807: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:16.812: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:16.812: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:16.822: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:16.823: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:16.828: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:16.828: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:16.832: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:16.832: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:16.837: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:16.837: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:16.841: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:16.842: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:16.846: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:16.846: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:16.851: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:16.851: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:19.918: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:19.918: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:19.921: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:19.921: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.056: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.056: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.057: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.057: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.058: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.058: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.058: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.058: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.058: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.059: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.060: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.060: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.061: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.061: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.061: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.062: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.062: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.063: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.063: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.063: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.065: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.065: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.066: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.066: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.066: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.066: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.066: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.067: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.067: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.067: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.067: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.068: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.068: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.068: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.068: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.069: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.069: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.069: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.071: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.071: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.074: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.074: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.074: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.074: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.075: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.075: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.076: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.076: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.077: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.077: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.078: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.078: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.079: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.079: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.080: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.080: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.080: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.081: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.082: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.082: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.153: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.153: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.179: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.179: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.187: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.188: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.361: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.361: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.377: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.378: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.383: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.383: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.389: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.389: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.394: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.394: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.395: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.395: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.403: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.403: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.408: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.408: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.416: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.416: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.419: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.419: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.423: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.423: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.428: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.428: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.436: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.437: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.447: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:20.447: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: getContext: Disallowing antialiased backbuffers due to blacklisting. +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: : Can't use WebGL in headless mode (https://bugzil.la/1375585). +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: : Failed to create WebGL context: WebGL creation failed: +* Can't use WebGL in headless mode (https://bugzil.la/1375585). +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: getContext: Disallowing antialiased backbuffers due to blacklisting. +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: : Can't use WebGL in headless mode (https://bugzil.la/1375585). +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: : Failed to create WebGL context: WebGL creation failed: +* Can't use WebGL in headless mode (https://bugzil.la/1375585). + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:21.416: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:21.416: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:21.603: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:21.603: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:21.603: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:21.603: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:21.603: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:21.603: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:21.623: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:21.623: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:21.642: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:21.642: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: getContext: Disallowing antialiased backbuffers due to blacklisting. +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: : Can't use WebGL in headless mode (https://bugzil.la/1375585). +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: : Failed to create WebGL context: WebGL creation failed: +* Can't use WebGL in headless mode (https://bugzil.la/1375585). +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: getContext: Disallowing antialiased backbuffers due to blacklisting. +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: : Can't use WebGL in headless mode (https://bugzil.la/1375585). +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: : Failed to create WebGL context: WebGL creation failed: +* Can't use WebGL in headless mode (https://bugzil.la/1375585). + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:21.923: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:21.923: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:22.270: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:22.270: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. +JavaScript error: https://www2.yggtorrent.se/engine/search?name=didier&description=&file=&uploader=&category=all&sub_category=&do=search&order=desc&sort=seed&__cf_chl_jschl_tk__=c32cc8a944b020d27a491690caa4f4c595b976ff-1588909695-0-AUCYR07dhyY_C4FK4hxMuOg-pUUMdXLMLesnQKySDARVBoTnBK_PQ5oOTOxJfmZNy8caGWAsRsGLgOaudHP1jqdAn--wFs2l28aUjC9eLMMgALibC0kwQDe5L7fqYMWssjYtdwQ9NUof3fbihSFEi2EN__MXziOXW6hCoQZmQVZ7PnCo_imuo7mITXB2T6SRnrV4_D8v0edgkd-woiRWI0UJ2dmMmrY24w7-vI_TIVcWnS-6i97vvugq_jYVJt9YiIvUBf_rxXziS6ElbVyHLEGwFz6HC29mNVQ1U2LjUoG57Hn0AbxjspJyb4T-FGxQOyW12HLHvvW1dErE42LBsPW71qJIBFHc8j3uCN3XzPHJywhV4zvQUN79c1fdhcs-MckLT3GX8UyEvKmbn1nqcObNnXKVXezPVIe6rFtMMvRZ, line 1379: ReferenceError: all is not defined + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:22.332: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:22.332: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:22.357: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:22.357: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:22.413: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:22.413: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:22.420: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:22.420: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:22.446: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:22.446: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:22.457: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:22.457: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:22.504: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:22.505: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:22.525: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:22.525: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:22.603: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:22.603: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:22.603: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:22.603: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:22.604: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:8478): dconf-CRITICAL **: 05:48:22.604: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. +1588909702605 Marionette INFO Stopped listening on port 35593 +1588959299573 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-headless" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileGcMRHi" +*** You are running in headless mode. +1588959301182 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: mozillaAddons +1588959301183 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: telemetry +1588959301184 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: resource://pdf.js/ +1588959301184 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: about:reader* +JavaScript error: undefined, line 14: Error: An unexpected error occurred +JavaScript error: moz-extension://34d4ca20-c2c5-491d-8c39-61f80a5ace44/lib/picture_in_picture_overrides.js, line 15: Error: Incorrect argument types for pictureInPictureParent.setOverrides. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:03.513: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:03.514: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:03.514: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:03.514: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:03.515: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:03.749: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:03.749: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:03.815: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:03.815: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. +JavaScript error: resource:///modules/sessionstore/SessionStore.jsm, line 1325: uncaught exception: 2147746065 + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:04.054: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:04.054: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:04.404: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:04.404: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:05.164: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:05.164: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:05.210: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:05.210: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. +1588959305381 Marionette INFO Listening on port 40299 +1588959305413 Marionette WARN TLS certificate errors will be ignored for this session + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:05.562: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:05.562: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:05.593: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:05.593: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:05.716: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:05.716: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:05.738: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:05.738: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:05.764: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:05.764: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:06.138: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:06.138: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:06.475: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:06.475: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:06.661: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:06.661: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:06.699: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:06.700: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:06.705: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:06.705: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:06.709: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:06.709: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:06.714: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:06.714: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:06.725: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:06.725: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:06.730: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:06.730: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:06.736: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:06.736: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:06.741: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:06.741: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:06.747: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:06.747: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:06.755: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:06.755: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:06.763: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:06.763: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:09.764: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:09.765: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:09.773: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:09.774: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.037: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.037: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.038: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.038: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.038: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.038: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.038: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.039: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.039: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.039: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.039: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.040: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.040: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.040: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.040: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.041: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.041: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.041: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.041: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.041: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.042: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.042: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.042: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.043: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.046: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.046: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.047: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.047: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.047: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.047: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.048: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.048: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.049: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.049: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.050: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.050: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.051: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.051: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.060: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.060: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.061: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.061: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.062: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.062: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.064: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.064: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.064: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.065: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.066: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.066: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.067: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.067: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.067: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.067: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.068: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.068: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.068: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.068: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.069: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.069: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.096: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.097: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.133: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.133: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.134: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.134: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.358: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.358: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.372: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.372: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.378: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.378: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.387: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.387: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.389: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.389: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.390: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.390: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.404: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.404: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.418: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.418: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.433: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:10.433: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: getContext: Disallowing antialiased backbuffers due to blacklisting. +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: : Can't use WebGL in headless mode (https://bugzil.la/1375585). +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: : Failed to create WebGL context: WebGL creation failed: +* Can't use WebGL in headless mode (https://bugzil.la/1375585). +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: getContext: Disallowing antialiased backbuffers due to blacklisting. +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: : Can't use WebGL in headless mode (https://bugzil.la/1375585). +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: : Failed to create WebGL context: WebGL creation failed: +* Can't use WebGL in headless mode (https://bugzil.la/1375585). + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:12.146: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:12.147: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:12.147: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:12.147: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:12.147: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:12.148: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:12.170: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:12.170: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: getContext: Disallowing antialiased backbuffers due to blacklisting. +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: : Can't use WebGL in headless mode (https://bugzil.la/1375585). +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: : Failed to create WebGL context: WebGL creation failed: +* Can't use WebGL in headless mode (https://bugzil.la/1375585). +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: getContext: Disallowing antialiased backbuffers due to blacklisting. +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: : Can't use WebGL in headless mode (https://bugzil.la/1375585). +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: : Failed to create WebGL context: WebGL creation failed: +* Can't use WebGL in headless mode (https://bugzil.la/1375585). + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:12.272: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:12.272: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:12.478: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:12.478: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:12.817: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:12.817: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. +JavaScript error: https://www2.yggtorrent.se/engine/search?name=la&description=&file=&uploader=&category=all&sub_category=&do=search&order=desc&sort=seed&__cf_chl_jschl_tk__=891ab207fa861e3c2114de35707c061fa33ca79e-1588959305-0-AVBZBw3COQ9X4htcDjeQ5a04wCTrl-c-rb2FT94W8nu_RXiGvaFVO3HGitOMvBCvf-1Od87qRn-j7xWsBJTlvUr_dMzO33QSff2CUCXYMDsAZpEFMN9owlVJ-Z7xGoKfRg9k5vDuoutwF7bmoideeHezBHo_LFYLgoCrf9Vu3GGfDQvC0pntpMeJm7IHbZkYIWXyc7X_zhh0IKozB8CMtHVU5uNM0TZdg9xI6MT9nzy_yFTgd1By0_IU4Px4pIl66HsVLpZkJhY3Yh9rqu4ac9kag4P2CzRSsfjKX_7xf3Hh1VitLMqJFqVHgvuuLnmdlcILx9DKpIdm9UCXXi5UbXf04CHe8nPY5q_yKRkMJz3cJI2-WHeefVKP3q4fvVs-sbYw-pZGImW32xigzC4yNrR2-9-1Vr5d9Czfrucm-ln8, line 1379: ReferenceError: all is not defined + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:12.867: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:12.868: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:13.278: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:13.279: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:13.279: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:13.279: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:13.284: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:13.284: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:13.286: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:13.286: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:13.554: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:13.554: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:14.154: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:14.154: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:14.301: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:14.302: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:15.316: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:15.316: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:16.321: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:16.321: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:17.422: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:17.423: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:17.449: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:17.449: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:17.481: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:17.482: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:17.492: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:17.492: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:18.503: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:18.503: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:18.515: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:18.515: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:18.519: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:18.519: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:18.570: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:18.571: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:18.723: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:18.723: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:18.724: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:18.724: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:18.724: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:18.724: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:18.807: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:12809): dconf-CRITICAL **: 19:35:18.807: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. +1588959320321 Marionette INFO Stopped listening on port 40299 +1588959369284 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-headless" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofilep6qjTa" +*** You are running in headless mode. +1588959370349 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: mozillaAddons +1588959370349 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: telemetry +1588959370350 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: resource://pdf.js/ +1588959370350 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: about:reader* +JavaScript error: undefined, line 14: Error: An unexpected error occurred +JavaScript error: moz-extension://54b5e132-b3fc-4c35-b4b2-ed6ac0c27223/lib/picture_in_picture_overrides.js, line 15: Error: Incorrect argument types for pictureInPictureParent.setOverrides. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:12.529: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:12.530: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:12.530: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:12.530: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:12.531: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:12.722: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:12.723: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. +JavaScript error: resource:///modules/sessionstore/SessionStore.jsm, line 1325: uncaught exception: 2147746065 + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:12.904: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:12.904: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:12.959: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:12.959: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:13.520: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:13.520: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. +1588959373834 Marionette INFO Listening on port 38843 +1588959373915 Marionette WARN TLS certificate errors will be ignored for this session + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:14.246: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:14.247: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:14.257: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:14.257: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:14.278: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:14.278: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:14.295: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:14.295: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:14.398: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:14.398: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:14.424: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:14.424: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:14.449: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:14.449: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:14.596: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:14.596: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:14.936: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:14.936: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:15.114: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:15.114: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:15.150: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:15.150: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:15.155: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:15.155: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:15.159: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:15.159: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:15.163: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:15.163: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:15.174: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:15.174: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:15.179: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:15.179: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:15.184: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:15.184: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:15.188: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:15.188: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:15.191: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:15.191: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:15.195: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:15.196: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:15.201: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:15.202: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.428: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.428: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.432: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.432: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.584: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.584: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.586: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.586: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.591: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.591: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.593: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.593: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.594: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.594: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.595: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.595: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.596: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.596: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.597: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.597: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.598: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.599: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.599: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.599: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.599: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.600: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.600: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.600: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.600: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.600: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.601: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.601: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.601: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.601: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.602: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.602: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.602: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.602: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.603: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.603: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.603: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.603: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.605: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.605: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.605: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.605: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.606: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.606: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.607: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.607: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.607: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.608: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.608: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.608: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.609: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.609: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.610: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.610: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.611: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.611: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.612: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.612: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.612: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.613: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.679: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.679: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.680: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.680: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.693: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.694: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.919: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.919: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.939: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.939: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.946: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.946: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.953: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.953: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.954: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.954: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.956: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.956: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.968: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.968: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.974: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.974: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.978: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.978: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.986: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.987: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.990: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:18.990: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:19.005: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:19.005: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:19.006: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:19.006: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:19.025: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:19.025: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:19.042: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:19.042: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: getContext: Disallowing antialiased backbuffers due to blacklisting. +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: : Can't use WebGL in headless mode (https://bugzil.la/1375585). +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: : Failed to create WebGL context: WebGL creation failed: +* Can't use WebGL in headless mode (https://bugzil.la/1375585). +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: getContext: Disallowing antialiased backbuffers due to blacklisting. +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: : Can't use WebGL in headless mode (https://bugzil.la/1375585). +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: : Failed to create WebGL context: WebGL creation failed: +* Can't use WebGL in headless mode (https://bugzil.la/1375585). + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:19.726: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:19.726: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:19.995: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:19.996: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:19.996: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:19.996: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:19.996: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:19.997: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:20.011: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:20.011: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:20.033: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:20.033: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: getContext: Disallowing antialiased backbuffers due to blacklisting. +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: : Can't use WebGL in headless mode (https://bugzil.la/1375585). +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: : Failed to create WebGL context: WebGL creation failed: +* Can't use WebGL in headless mode (https://bugzil.la/1375585). +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: getContext: Disallowing antialiased backbuffers due to blacklisting. +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: : Can't use WebGL in headless mode (https://bugzil.la/1375585). +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: : Failed to create WebGL context: WebGL creation failed: +* Can't use WebGL in headless mode (https://bugzil.la/1375585). + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:20.253: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:20.253: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:20.452: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:20.453: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. +JavaScript error: https://www2.yggtorrent.se/engine/search?name=star&description=&file=&uploader=&category=all&sub_category=&do=search&order=desc&sort=seed&__cf_chl_jschl_tk__=d5b55236739191f35a677da6334f9d2ff5a2d2c3-1588959374-0-AcSrMRY32beBneokPzX7oM79AxDmUVxPAj14kiPhTrztOckBeIK4fpqnj5V0fsp_ygX9kI8c08kY9JFLmQ_8kDrULEnOgEuUcbMB5_DGs9c8jKTpYpilAFGC3fELU9_22EuCTSyHX_PPZCMGM1joEwwxKUYHpM9b6H3C83py77HKreYHebYQvh-XIQMvqLzt6N6HyxRimlbCvXb_WNNAsdSfs7K9qGslTn3xs-eBIFjveSGwpg2sOjjrvqqMy4PdUMyviEAs02awtVGMzu43WlJsoFAJlE4qn3oQVZ7-dAgoNzhcji6bcajhQ6zTI7cSHN_jMS2Qdh-AC45OWejmvkjvBBFLNumlPYDlDNDDwYNXCXuhbijitQaV0Q5JU4a3LK42P88wsE_U5L_YrV1X4t8sVv5KOQULAt5NizrLbnRC, line 1380: ReferenceError: all is not defined + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:20.480: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:20.480: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:20.547: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:20.547: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:20.596: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:20.596: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:20.604: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:20.604: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:20.647: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:20.647: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:20.653: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:20.653: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:20.662: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:20.662: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:20.663: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:20.663: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:20.663: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:20.663: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:20.691: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:20.691: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:20.721: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:20.721: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:20.900: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:20.901: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:21.093: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:21.093: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:21.114: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13032): dconf-CRITICAL **: 19:36:21.114: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. +1588959382915 Marionette INFO Stopped listening on port 38843 +1588960622867 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-headless" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileKNKWtJ" +*** You are running in headless mode. +1588960624091 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: mozillaAddons +1588960624091 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: telemetry +1588960624092 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: resource://pdf.js/ +1588960624092 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: about:reader* +JavaScript error: undefined, line 14: Error: An unexpected error occurred +JavaScript error: moz-extension://6d7ca5aa-4221-4a6c-8517-6ac7203c9073/lib/picture_in_picture_overrides.js, line 15: Error: Incorrect argument types for pictureInPictureParent.setOverrides. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:06.248: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:06.248: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:06.248: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:06.248: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:06.249: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:06.418: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:06.418: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:06.491: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:06.491: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. +JavaScript error: resource:///modules/sessionstore/SessionStore.jsm, line 1325: uncaught exception: 2147746065 + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:06.646: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:06.646: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:06.989: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:06.989: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. +1588960627532 Marionette INFO Listening on port 43759 +1588960627585 Marionette WARN TLS certificate errors will be ignored for this session + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:07.798: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:07.798: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:07.826: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:07.826: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:07.838: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:07.838: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:07.933: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:07.933: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:07.951: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:07.951: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:07.952: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:07.953: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:07.953: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:07.954: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:07.954: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:07.954: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:08.086: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:08.086: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:08.340: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:08.341: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:08.682: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:08.682: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:08.857: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:08.857: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:08.898: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:08.898: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:08.904: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:08.904: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:08.908: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:08.908: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:08.912: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:08.912: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:08.924: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:08.924: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:08.929: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:08.929: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:08.933: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:08.933: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:08.937: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:08.937: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:08.941: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:08.941: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:08.945: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:08.945: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:08.949: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:08.949: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:14.912: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:14.913: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:20.091: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:20.091: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:20.092: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:20.092: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:20.092: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:20.092: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:20.092: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:20.093: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:20.096: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:20.096: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:20.107: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:20.108: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:20.169: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:20.169: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:20.170: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:20.170: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:20.170: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:20.170: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:20.170: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:20.171: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:20.608: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:20.608: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:27.374: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13427): dconf-CRITICAL **: 19:57:27.374: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. +Exiting due to channel error. +Exiting due to channel error. +[GFX1-]: Receive IPC close with reason=AbnormalShutdown +Sandbox: Unexpected EOF, op 0 flags 00 path /usr/share/locale/fr_FR.UTF-8/LC_MESSAGES/libc.mo +[Child 13480, Chrome_ChildThread] WARNING: pipe error (3): Connection reset by peer: file /build/firefox-esr-ZRoWzV/firefox-esr-68.8.0esr/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 358 +Exiting due to channel error. +1588960678349 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-headless" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofilePX9AuU" +*** You are running in headless mode. +1588960679381 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: mozillaAddons +1588960679381 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: telemetry +1588960679382 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: resource://pdf.js/ +1588960679382 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: about:reader* +JavaScript error: undefined, line 14: Error: An unexpected error occurred +JavaScript error: moz-extension://39e218ca-01cb-468d-a975-2a8dc172220e/lib/picture_in_picture_overrides.js, line 15: Error: Incorrect argument types for pictureInPictureParent.setOverrides. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:01.492: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:01.493: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:01.493: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:01.493: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:01.504: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:01.659: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:01.659: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:01.723: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:01.723: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. +JavaScript error: resource:///modules/sessionstore/SessionStore.jsm, line 1325: uncaught exception: 2147746065 + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:01.857: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:01.857: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:02.381: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:02.381: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. +1588960682752 Marionette INFO Listening on port 36241 +1588960682769 Marionette WARN TLS certificate errors will be ignored for this session + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:02.997: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:02.997: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:03.029: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:03.029: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:03.063: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:03.064: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:03.159: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:03.159: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:03.177: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:03.177: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:03.179: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:03.179: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:03.181: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:03.181: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:03.529: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:03.529: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:04.042: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:04.042: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:04.306: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:04.306: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:04.348: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:04.348: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:04.353: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:04.353: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:04.357: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:04.357: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:04.362: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:04.362: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:04.372: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:04.372: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:04.377: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:04.377: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:04.382: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:04.382: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:04.386: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:04.387: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:04.391: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:04.391: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:04.395: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:04.395: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:04.400: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:04.400: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:07.192: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:07.192: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:07.200: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:07.200: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:07.242: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:07.243: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:07.243: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:07.243: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:07.251: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:07.251: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:07.251: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:07.252: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:07.298: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:07.298: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:07.299: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:07.299: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:07.299: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:07.300: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:07.302: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:07.302: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:07.303: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:07.303: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:07.306: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:07.306: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:07.315: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:07.315: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:07.320: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:07.320: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:07.393: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:07.393: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:07.449: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:07.449: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:07.461: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:07.462: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:07.465: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:07.465: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:07.581: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:07.581: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:07.581: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:07.581: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:07.582: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:07.582: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:07.599: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:07.600: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:07.601: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:07.601: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:07.602: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:07.602: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:07.667: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:07.667: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:07.688: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:07.688: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:07.690: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:07.691: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:07.693: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:07.693: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:07.694: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:07.694: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:07.694: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:07.695: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:07.787: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:07.787: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:07.788: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13630): dconf-CRITICAL **: 19:58:07.788: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. +1588960689300 Marionette INFO Stopped listening on port 36241 +1588960707177 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-headless" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileff1g9l" +*** You are running in headless mode. +1588960708253 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: mozillaAddons +1588960708253 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: telemetry +1588960708254 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: resource://pdf.js/ +1588960708254 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: about:reader* +JavaScript error: undefined, line 14: Error: An unexpected error occurred +JavaScript error: moz-extension://6f4f7226-6b2a-47f1-b8bd-14e53747a1bd/lib/picture_in_picture_overrides.js, line 15: Error: Incorrect argument types for pictureInPictureParent.setOverrides. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:30.346: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:30.346: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:30.346: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:30.347: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:30.347: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:30.536: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:30.536: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:30.605: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:30.605: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. +JavaScript error: resource:///modules/sessionstore/SessionStore.jsm, line 1325: uncaught exception: 2147746065 + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:30.798: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:30.798: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:31.142: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:31.142: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. +1588960711648 Marionette INFO Listening on port 34741 +1588960711691 Marionette WARN TLS certificate errors will be ignored for this session + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:31.887: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:31.887: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:31.922: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:31.922: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:31.945: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:31.945: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:32.032: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:32.032: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:32.062: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:32.062: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:32.066: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:32.066: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:32.088: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:32.088: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:32.424: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:32.424: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:32.757: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:32.757: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:32.930: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:32.931: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:32.970: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:32.970: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:32.975: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:32.976: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:32.980: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:32.980: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:32.984: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:32.984: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:32.993: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:32.993: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:32.998: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:32.998: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:33.002: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:33.002: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:33.006: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:33.006: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:33.012: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:33.012: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:33.016: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:33.016: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:33.021: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:33.021: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:36.064: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:36.065: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:36.068: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:36.068: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:36.115: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:36.115: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:36.115: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:36.115: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:36.116: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:36.116: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:36.116: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:36.116: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:36.168: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:36.168: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:36.169: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:36.169: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:36.170: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:36.170: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:36.172: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:36.172: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:36.173: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:36.173: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:36.177: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:36.177: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:36.186: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:36.186: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:36.191: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:36.191: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:36.261: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:36.261: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:36.317: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:36.317: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:36.326: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:36.326: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:36.333: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:36.333: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:36.459: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:36.459: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:36.459: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:36.460: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:36.460: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:36.460: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:36.497: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:36.498: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:36.498: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:36.498: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:36.500: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:36.500: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:36.548: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:36.548: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:36.550: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:36.550: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:36.604: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:36.604: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:36.625: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:36.625: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:36.627: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:36.627: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:36.630: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:36.630: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:36.630: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:36.630: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:36.632: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:13826): dconf-CRITICAL **: 19:58:36.632: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. +1588960718162 Marionette INFO Stopped listening on port 34741 +1588960767728 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-headless" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofilejuXblX" +*** You are running in headless mode. +1588960768762 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: mozillaAddons +1588960768763 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: telemetry +1588960768763 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: resource://pdf.js/ +1588960768763 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: about:reader* +JavaScript error: undefined, line 14: Error: An unexpected error occurred +JavaScript error: moz-extension://79e15f9e-e52c-4d97-84c1-037a7756835c/lib/picture_in_picture_overrides.js, line 15: Error: Incorrect argument types for pictureInPictureParent.setOverrides. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:30.904: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:30.905: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:30.905: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:30.905: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:30.906: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:31.109: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:31.109: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:31.184: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:31.184: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. +JavaScript error: resource:///modules/sessionstore/SessionStore.jsm, line 1325: uncaught exception: 2147746065 + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:31.340: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:31.341: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:31.871: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:31.871: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. +1588960772211 Marionette INFO Listening on port 35451 +1588960772250 Marionette WARN TLS certificate errors will be ignored for this session + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:32.498: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:32.498: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:32.529: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:32.529: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:32.587: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:32.587: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:32.663: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:32.664: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:32.684: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:32.684: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:32.686: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:32.686: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:32.686: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:32.686: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:32.726: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:32.726: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:32.822: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:32.822: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:32.976: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:32.977: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:33.315: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:33.315: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:33.509: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:33.510: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:33.542: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:33.542: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:33.545: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:33.546: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:33.550: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:33.550: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:33.555: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:33.555: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:33.563: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:33.563: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:33.568: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:33.568: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:33.573: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:33.573: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:33.576: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:33.577: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:33.581: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:33.581: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:33.585: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:33.586: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:33.591: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:33.591: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:37.838: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:37.838: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:37.868: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:37.868: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:38.257: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:38.258: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:44.830: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:44.830: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:44.830: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:44.830: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:44.831: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:44.831: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:44.831: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:44.831: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:44.832: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:44.832: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:44.832: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:44.832: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:44.836: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:44.836: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:44.851: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:44.851: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:44.858: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:44.859: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:44.927: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:44.927: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:44.928: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:44.928: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:44.929: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:44.929: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. +1588960788405 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-headless" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofiledVvO6u" +*** You are running in headless mode. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:48.933: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:48.933: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:48.937: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:48.937: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.075: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.075: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.075: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.076: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.076: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.076: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.077: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.077: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.077: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.077: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.077: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.078: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.078: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.078: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.078: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.079: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.079: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.080: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.080: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.080: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.081: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.081: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.081: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.081: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.082: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.082: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.082: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.082: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.083: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.083: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.087: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.087: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.087: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.088: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.088: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.088: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.088: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.089: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.103: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.103: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.104: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.104: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.105: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.105: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.105: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.105: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.106: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.106: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.106: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.106: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.107: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.107: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.107: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.107: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.111: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.111: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.112: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.112: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.112: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.113: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.162: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.162: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.441: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.441: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.460: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.460: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.466: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.466: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.473: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.473: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.474: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.474: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.475: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.475: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.490: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.490: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.492: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.492: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.504: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.504: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.511: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.511: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.514: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.514: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.516: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.517: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.524: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.524: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.560: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.560: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.590: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:49.590: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. +1588960789613 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: mozillaAddons +1588960789613 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: telemetry +1588960789614 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: resource://pdf.js/ +1588960789614 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: about:reader* +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: getContext: Disallowing antialiased backbuffers due to blacklisting. +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: : Can't use WebGL in headless mode (https://bugzil.la/1375585). +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: : Failed to create WebGL context: WebGL creation failed: +* Can't use WebGL in headless mode (https://bugzil.la/1375585). +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: getContext: Disallowing antialiased backbuffers due to blacklisting. +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: : Can't use WebGL in headless mode (https://bugzil.la/1375585). +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: : Failed to create WebGL context: WebGL creation failed: +* Can't use WebGL in headless mode (https://bugzil.la/1375585). + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:50.261: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:50.261: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:50.261: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:50.261: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:50.261: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:50.261: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:50.262: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:50.262: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:50.274: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:50.274: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:50.296: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:50.296: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: getContext: Disallowing antialiased backbuffers due to blacklisting. +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: : Can't use WebGL in headless mode (https://bugzil.la/1375585). +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: : Failed to create WebGL context: WebGL creation failed: +* Can't use WebGL in headless mode (https://bugzil.la/1375585). +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: getContext: Disallowing antialiased backbuffers due to blacklisting. +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: : Can't use WebGL in headless mode (https://bugzil.la/1375585). +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: : Failed to create WebGL context: WebGL creation failed: +* Can't use WebGL in headless mode (https://bugzil.la/1375585). + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:50.522: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:50.522: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:50.870: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:50.870: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. +JavaScript error: https://www2.yggtorrent.se/engine/search?name=star&description=&file=&uploader=&category=all&sub_category=&do=search&order=desc&sort=seed&__cf_chl_jschl_tk__=2806981387a137f66a3f70b1ee3583cb934ad435-1588960784-0-AboTxxM3l9t3DMFUJXoKwShGzTB3YhwMbhwMuKfYtPTqiv_0VuIIhNgf8KbTPXmJLKwsGM0m_ZG-RbF8qebPprwm8C0M60VY3P7RysuQtPV0JmhrVxqVZCyL6-f-EaS6g0QBArLrKvdjdK6NAGeKegMNL0IWmgxFgaGLmmKsEmbXOzqtxwOUM_W1nW_SIqznQ8-QtJwUJNGV4HwzY2DsJwqXS1mplIfP5FjJH3ezN_RECqjFLmzVKRL1nxNaT9rA_GWeuFMmAETPUA9s5Nkx-9DwrrwQX0Nz_mam89ng91OkPdJwqHLsARoXRrUzz9FFReQ48FAjseUsSAl6zYA7EKH_5DQcFm64V1bX3gEyWKIHL3xvoEUfqiXFOFHFSiSOkp96a8f4w5GcWyeZ1xarKHKvh_vpDSgaQocj3Lx9ETJh, line 1378: ReferenceError: all is not defined + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:50.945: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:50.945: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:50.979: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:50.980: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:51.015: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:51.015: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:51.025: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:51.025: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:51.054: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:51.054: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:51.073: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:51.073: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:51.174: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:51.174: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:51.185: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:51.185: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:51.261: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:51.261: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. +JavaScript error: undefined, line 14: Error: An unexpected error occurred +JavaScript error: moz-extension://5821ba64-f0c5-4b85-bef5-344017f88532/lib/picture_in_picture_overrides.js, line 15: Error: Incorrect argument types for pictureInPictureParent.setOverrides. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:51.349: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:51.349: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:51.349: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:51.349: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:51.350: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:51.350: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:51.490: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:51.490: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:51.507: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14029): dconf-CRITICAL **: 19:59:51.507: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 19:59:51.748: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 19:59:51.748: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 19:59:51.748: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 19:59:51.748: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 19:59:51.749: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 19:59:51.915: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 19:59:51.915: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 19:59:51.971: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 19:59:51.971: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. +JavaScript error: resource:///modules/sessionstore/SessionStore.jsm, line 1325: uncaught exception: 2147746065 + +(firefox-esr:14223): dconf-CRITICAL **: 19:59:52.209: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 19:59:52.210: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 19:59:52.558: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 19:59:52.558: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. +1588960793038 Marionette INFO Listening on port 44793 +1588960793124 Marionette WARN TLS certificate errors will be ignored for this session + +(firefox-esr:14223): dconf-CRITICAL **: 19:59:53.282: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 19:59:53.282: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 19:59:53.307: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 19:59:53.307: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 19:59:53.390: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 19:59:53.390: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 19:59:53.401: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 19:59:53.401: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 19:59:53.402: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 19:59:53.402: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 19:59:53.403: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 19:59:53.403: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 19:59:53.534: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 19:59:53.534: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 19:59:53.540: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 19:59:53.540: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 19:59:53.586: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 19:59:53.587: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 19:59:53.753: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 19:59:53.753: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 19:59:54.095: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 19:59:54.095: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 19:59:54.272: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 19:59:54.273: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 19:59:54.309: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 19:59:54.309: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 19:59:54.313: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 19:59:54.313: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 19:59:54.317: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 19:59:54.317: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 19:59:54.322: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 19:59:54.322: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 19:59:54.334: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 19:59:54.334: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 19:59:54.339: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 19:59:54.339: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 19:59:54.343: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 19:59:54.343: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 19:59:54.347: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 19:59:54.347: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 19:59:54.352: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 19:59:54.352: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 19:59:54.358: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 19:59:54.359: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 19:59:54.363: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 19:59:54.364: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 19:59:54.922: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 19:59:54.922: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 19:59:54.945: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 19:59:54.945: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 20:00:04.038: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 20:00:04.038: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 20:00:04.060: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 20:00:04.060: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 20:00:05.546: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 20:00:05.547: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 20:00:05.547: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 20:00:05.547: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 20:00:05.547: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 20:00:05.547: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 20:00:05.547: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 20:00:05.548: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 20:00:05.548: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 20:00:05.548: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 20:00:05.548: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 20:00:05.548: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 20:00:05.552: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 20:00:05.552: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 20:00:05.567: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 20:00:05.568: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 20:00:05.611: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 20:00:05.611: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 20:00:05.612: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 20:00:05.612: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 20:00:05.612: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14223): dconf-CRITICAL **: 20:00:05.612: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. +Exiting due to channel error. +Exiting due to channel error. +Exiting due to channel error. +Exiting due to channel error. +Exiting due to channel error. +Exiting due to channel error. +1588961209176 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-headless" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileGcVPR3" +*** You are running in headless mode. +1588961210040 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: mozillaAddons +1588961210040 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: telemetry +1588961210041 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: resource://pdf.js/ +1588961210041 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: about:reader* +JavaScript error: undefined, line 14: Error: An unexpected error occurred +JavaScript error: moz-extension://ce92fb26-2b2a-4dad-8e79-6f5182140a35/lib/picture_in_picture_overrides.js, line 15: Error: Incorrect argument types for pictureInPictureParent.setOverrides. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:52.009: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:52.010: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:52.010: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:52.010: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:52.011: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:52.185: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:52.185: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:52.250: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:52.250: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. +JavaScript error: resource:///modules/sessionstore/SessionStore.jsm, line 1325: uncaught exception: 2147746065 + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:52.337: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:52.337: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:52.692: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:52.692: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. +1588961212967 Marionette INFO Listening on port 46339 +1588961213022 Marionette WARN TLS certificate errors will be ignored for this session + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:53.204: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:53.204: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:53.228: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:53.228: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:53.348: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:53.349: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:53.358: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:53.358: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:53.366: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:53.366: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:53.747: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:53.747: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:53.936: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:53.936: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:53.975: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:53.975: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:54.080: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:54.080: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:54.258: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:54.258: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:54.293: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:54.293: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:54.298: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:54.299: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:54.302: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:54.303: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:54.307: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:54.307: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:54.316: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:54.316: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:54.321: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:54.321: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:54.325: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:54.326: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:54.331: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:54.332: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:54.336: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:54.336: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:54.343: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:54.343: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:54.349: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:54.349: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.374: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.374: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.377: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.377: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.495: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.495: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.495: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.495: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.496: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.496: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.496: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.496: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.496: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.496: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.497: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.497: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.497: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.497: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.497: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.497: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.497: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.497: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.498: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.498: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.499: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.499: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.499: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.499: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.500: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.500: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.500: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.500: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.500: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.500: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.501: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.501: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.501: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.501: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.502: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.502: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.502: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.502: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.506: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.506: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.506: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.506: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.507: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.507: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.510: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.510: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.512: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.512: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.512: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.512: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.513: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.513: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.514: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.514: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.514: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.514: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.514: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.515: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.515: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.515: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.542: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.542: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.549: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.549: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.562: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.562: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.763: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.763: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.779: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.779: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.785: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.785: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.792: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.792: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.794: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.794: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.797: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.797: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.808: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.808: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.817: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.817: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.817: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.818: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.821: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.821: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.825: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.825: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.836: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.836: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.842: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.842: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.870: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.870: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.921: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:57.921: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: getContext: Disallowing antialiased backbuffers due to blacklisting. +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: : Can't use WebGL in headless mode (https://bugzil.la/1375585). +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: : Failed to create WebGL context: WebGL creation failed: +* Can't use WebGL in headless mode (https://bugzil.la/1375585). +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: getContext: Disallowing antialiased backbuffers due to blacklisting. +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: : Can't use WebGL in headless mode (https://bugzil.la/1375585). +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: : Failed to create WebGL context: WebGL creation failed: +* Can't use WebGL in headless mode (https://bugzil.la/1375585). + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:58.413: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:58.413: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:58.413: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:58.413: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:58.413: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:58.414: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:58.421: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:58.422: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: getContext: Disallowing antialiased backbuffers due to blacklisting. +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: : Can't use WebGL in headless mode (https://bugzil.la/1375585). +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: : Failed to create WebGL context: WebGL creation failed: +* Can't use WebGL in headless mode (https://bugzil.la/1375585). +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: getContext: Disallowing antialiased backbuffers due to blacklisting. +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: : Can't use WebGL in headless mode (https://bugzil.la/1375585). +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: : Failed to create WebGL context: WebGL creation failed: +* Can't use WebGL in headless mode (https://bugzil.la/1375585). + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:58.447: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:58.448: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:58.608: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:58.608: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:58.611: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:58.611: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:58.762: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:58.762: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. +JavaScript error: https://www2.yggtorrent.se/engine/search?name=star&description=&file=&uploader=&category=all&sub_category=&do=search&order=desc&sort=seed&__cf_chl_jschl_tk__=e77292479783d6e64a6547d19dafb25cb989b2b7-1588961213-0-AddNQfL9g8oeo82gLycF6hJvn8qnPT3ncYv9fap1q5xZvKG_FnE0hqfkZmkiStt2X2dmBs5LB9Bjc8Xjv2uHwWrAx8oit72I2l1bI73WJufhg7lTSv3WNKzE8pjp0ge-usAMe2FvKAjkslU0Q0rsd7HnI-0TVz1SddzwE3KIlkAXCp96r_QfTJSUwrFzQ_pYRJqRMJwGmO6xwXn6V4FMJXohLPhtzJx-2IGk0Ir1MvSD7RdIQ__LZ0Y2NzDTAvd7-evY8-5n0HQ7kym3DDhbc8uFNn2olISnqcAJOhPhSJTpblA32qU1HhcMeLveGiFiwOPFT85-qnQdOROZyijh1wzxNk-hmkckJzGrXtzFUIfiBHBOo-mOwUVZ1rkN9fqGDP6gRIpYboGpVV9ZAETPQcI4MKw_6ev4QFFBmnyp98Dj, line 1378: ReferenceError: all is not defined + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:58.773: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:58.773: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:58.820: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:58.820: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:58.821: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:58.821: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:58.837: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:58.837: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:58.878: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:58.878: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:58.879: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:58.879: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:58.914: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:58.914: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:58.931: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:58.931: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:58.997: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:58.997: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:58.997: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:58.997: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:58.998: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:58.998: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:59.109: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:59.109: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:59.332: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:59.332: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:59.348: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14451): dconf-CRITICAL **: 20:06:59.348: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. +1588961221958 Marionette INFO Stopped listening on port 46339 +1588961389156 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-headless" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofile2Haf0i" +*** You are running in headless mode. +1588961390236 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: mozillaAddons +1588961390236 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: telemetry +1588961390237 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: resource://pdf.js/ +1588961390237 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: about:reader* +JavaScript error: undefined, line 14: Error: An unexpected error occurred +JavaScript error: moz-extension://f1a08ced-11c7-4e68-9381-c01361ef98e1/lib/picture_in_picture_overrides.js, line 15: Error: Incorrect argument types for pictureInPictureParent.setOverrides. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:52.314: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:52.314: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:52.314: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:52.314: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:52.322: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:52.523: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:52.523: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:52.595: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:52.595: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. +JavaScript error: resource:///modules/sessionstore/SessionStore.jsm, line 1325: uncaught exception: 2147746065 + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:52.766: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:52.766: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:53.113: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:53.114: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. +1588961393788 Marionette INFO Listening on port 38461 +1588961393910 Marionette WARN TLS certificate errors will be ignored for this session + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:53.943: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:53.944: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:53.996: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:53.997: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:54.053: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:54.053: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:54.092: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:54.092: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:54.208: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:54.208: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:54.232: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:54.232: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:54.256: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:54.256: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:54.532: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:54.532: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:54.874: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:54.874: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:55.061: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:55.061: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:55.102: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:55.103: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:55.107: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:55.107: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:55.112: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:55.112: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:55.116: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:55.116: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:55.128: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:55.128: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:55.133: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:55.133: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:55.137: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:55.137: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:55.141: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:55.141: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:55.145: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:55.145: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:55.149: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:55.149: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:55.153: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:55.153: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.237: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.237: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.241: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.241: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.393: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.393: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.394: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.394: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.394: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.394: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.395: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.395: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.395: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.395: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.396: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.396: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.396: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.396: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.397: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.397: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.397: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.397: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.398: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.398: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.398: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.398: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.399: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.399: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.399: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.399: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.401: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.401: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.402: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.402: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.403: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.403: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.404: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.404: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.405: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.405: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.406: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.406: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.412: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.412: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.414: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.414: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.415: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.415: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.416: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.416: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.417: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.417: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.417: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.417: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.418: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.418: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.420: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.420: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.420: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.420: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.421: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.421: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.425: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.426: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.477: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.477: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.510: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.510: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.511: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.511: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.743: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.743: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.763: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.763: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.768: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.769: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.776: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.776: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.777: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.777: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.778: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.779: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.794: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.795: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.796: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.796: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.800: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.800: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.803: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.804: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.818: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.819: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.821: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.821: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.822: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.822: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.842: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.843: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.846: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:58.846: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: getContext: Disallowing antialiased backbuffers due to blacklisting. +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: : Can't use WebGL in headless mode (https://bugzil.la/1375585). +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: : Failed to create WebGL context: WebGL creation failed: +* Can't use WebGL in headless mode (https://bugzil.la/1375585). +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: getContext: Disallowing antialiased backbuffers due to blacklisting. +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: : Can't use WebGL in headless mode (https://bugzil.la/1375585). +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: : Failed to create WebGL context: WebGL creation failed: +* Can't use WebGL in headless mode (https://bugzil.la/1375585). + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:59.545: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:59.546: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:59.781: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:59.782: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:59.782: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:59.782: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:59.782: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:59.782: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:59.801: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:59.801: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:59.821: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:09:59.822: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: getContext: Disallowing antialiased backbuffers due to blacklisting. +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: : Can't use WebGL in headless mode (https://bugzil.la/1375585). +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: : Failed to create WebGL context: WebGL creation failed: +* Can't use WebGL in headless mode (https://bugzil.la/1375585). +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: getContext: Disallowing antialiased backbuffers due to blacklisting. +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: : Can't use WebGL in headless mode (https://bugzil.la/1375585). +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: : Failed to create WebGL context: WebGL creation failed: +* Can't use WebGL in headless mode (https://bugzil.la/1375585). + +(firefox-esr:14663): dconf-CRITICAL **: 20:10:00.012: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:10:00.013: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:10:00.356: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:10:00.357: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. +JavaScript error: https://www2.yggtorrent.se/engine/search?name=star+wars&description=&file=&uploader=&category=all&sub_category=&do=search&order=desc&sort=seed&__cf_chl_jschl_tk__=97a2553387b0edd4ea4a1c779f1e498032496bcb-1588961394-0-AXhYrYycZZq257RekvgMYHqatmh0FekhnDSD-lFbJIrWlM5ZV7poOOf8hJLJmX-DFaIQTlXX_BEGrEXWTDYAbFMY2rn6F_C8eFLSXfqdC4fnpI_O_OYsn5kc4S_eXgdLimRtFThxnejmuuj7cwkP_cd4obI2aiRBRz7L3f3D13gNIdM_a2zdQa07zglxBlQ-ofa_FBX8_L0FWaLlejVKMy_W42qq4qdKipOLGJgU6OYrOuSjsKMCHlyuDBv5PrXPdqoLOqUk5pR9KAd94kmeNCpAq1_nv48Xqs1_epjlrCbYuCoI_sMQ5TwoK2tIwT_yVdb6UTar4vgvxhNDvjUwsAM1N0ogl9RNe4icKSBDTBpBUOTpQQWlCGAy3LRVhEzIFYeB01C9itSceqCUArvNDrSAtur6HeOGAG5zXBTYE9y_, line 1378: ReferenceError: all is not defined + +(firefox-esr:14663): dconf-CRITICAL **: 20:10:00.372: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:10:00.372: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:10:00.415: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:10:00.415: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:10:00.447: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:10:00.447: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:10:00.463: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:10:00.463: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:10:00.479: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:10:00.479: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:10:00.487: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:10:00.487: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:10:00.521: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:10:00.521: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:10:00.543: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:10:00.543: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:10:00.604: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:10:00.604: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:10:00.605: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:10:00.605: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:10:00.605: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:10:00.605: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:10:00.743: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:10:00.743: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:10:01.071: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:10:01.071: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:10:01.090: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14663): dconf-CRITICAL **: 20:10:01.090: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. +1588961402870 Marionette INFO Stopped listening on port 38461 +1588961549195 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-headless" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofileIeIn2q" +*** You are running in headless mode. +1588961550225 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: mozillaAddons +1588961550225 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: telemetry +1588961550226 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: resource://pdf.js/ +1588961550226 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: about:reader* +JavaScript error: undefined, line 14: Error: An unexpected error occurred +JavaScript error: moz-extension://d043b5c9-baa8-4126-ac67-db7bec6ea69e/lib/picture_in_picture_overrides.js, line 15: Error: Incorrect argument types for pictureInPictureParent.setOverrides. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:32.286: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:32.286: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:32.286: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:32.286: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:32.288: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:32.394: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:32.394: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:32.461: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:32.461: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:32.514: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:32.515: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. +JavaScript error: resource:///modules/sessionstore/SessionStore.jsm, line 1325: uncaught exception: 2147746065 + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:33.029: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:33.029: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. +1588961553510 Marionette INFO Listening on port 33211 +1588961553648 Marionette WARN TLS certificate errors will be ignored for this session + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:33.839: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:33.839: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:33.866: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:33.866: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:33.891: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:33.891: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:33.902: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:33.902: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:34.024: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:34.024: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:34.029: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:34.029: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:34.043: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:34.043: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:34.052: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:34.052: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:34.226: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:34.226: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:34.264: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:34.265: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:34.298: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:34.298: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:34.302: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:34.302: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:34.306: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:34.306: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:34.310: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:34.310: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:34.319: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:34.319: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:34.324: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:34.324: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:34.328: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:34.328: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:34.332: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:34.332: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:34.337: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:34.337: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:34.340: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:34.340: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:34.344: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:34.344: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:34.482: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:34.482: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:40.104: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:40.104: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:46.485: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:46.485: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:46.486: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:46.486: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:46.486: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:46.486: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:46.486: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:46.487: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:46.490: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:46.490: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:46.502: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:46.502: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:46.565: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:46.566: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:46.569: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:46.569: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:46.570: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:46.570: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:46.619: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:46.619: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:46.716: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:46.716: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:52.542: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:14866): dconf-CRITICAL **: 20:12:52.542: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. +Exiting due to channel error. +Exiting due to channel error. +Exiting due to channel error. +1588961579067 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-headless" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofile2WVTOO" +*** You are running in headless mode. +1588961580137 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: mozillaAddons +1588961580137 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: telemetry +1588961580138 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: resource://pdf.js/ +1588961580138 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: about:reader* +JavaScript error: undefined, line 14: Error: An unexpected error occurred +JavaScript error: moz-extension://f620f644-c532-41f6-87c5-e57004c8267c/lib/picture_in_picture_overrides.js, line 15: Error: Incorrect argument types for pictureInPictureParent.setOverrides. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:02.264: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:02.265: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:02.265: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:02.265: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:02.266: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:02.449: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:02.449: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:02.513: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:02.513: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. +JavaScript error: resource:///modules/sessionstore/SessionStore.jsm, line 1325: uncaught exception: 2147746065 + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:02.703: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:02.703: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:03.048: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:03.048: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. +1588961583603 Marionette INFO Listening on port 46873 +1588961583693 Marionette WARN TLS certificate errors will be ignored for this session + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:03.871: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:03.872: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:03.901: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:03.901: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:03.924: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:03.925: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:04.048: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:04.048: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:04.053: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:04.053: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:04.078: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:04.078: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:04.081: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:04.081: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:04.344: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:04.344: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:04.379: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:04.380: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:04.419: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:04.419: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:04.423: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:04.423: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:04.427: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:04.427: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:04.432: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:04.432: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:04.441: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:04.441: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:04.447: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:04.447: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:04.453: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:04.453: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:04.456: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:04.457: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:04.460: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:04.461: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:04.466: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:04.466: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:04.471: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:04.471: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.075: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.076: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.079: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.079: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.217: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.217: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.217: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.218: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.218: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.218: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.218: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.219: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.219: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.219: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.219: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.220: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.220: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.220: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.220: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.220: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.221: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.221: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.221: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.221: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.222: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.222: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.222: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.222: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.226: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.226: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.226: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.226: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.227: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.227: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.227: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.227: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.228: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.228: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.228: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.229: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.229: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.229: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.229: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.229: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.230: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.230: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.230: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.230: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.231: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.231: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.231: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.231: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.232: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.232: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.232: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.232: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.233: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.233: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.233: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.233: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.233: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.234: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.234: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.234: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.280: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.280: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.325: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.325: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.333: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.333: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.543: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.543: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.563: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.563: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.573: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.573: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.585: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.585: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.586: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.586: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.588: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.589: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.601: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.601: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.605: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.606: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.610: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.610: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.614: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.614: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.630: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.630: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.636: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.637: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.642: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.642: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.667: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.667: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.696: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:08.696: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: getContext: Disallowing antialiased backbuffers due to blacklisting. +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: : Can't use WebGL in headless mode (https://bugzil.la/1375585). +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: : Failed to create WebGL context: WebGL creation failed: +* Can't use WebGL in headless mode (https://bugzil.la/1375585). +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: getContext: Disallowing antialiased backbuffers due to blacklisting. +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: : Can't use WebGL in headless mode (https://bugzil.la/1375585). +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: : Failed to create WebGL context: WebGL creation failed: +* Can't use WebGL in headless mode (https://bugzil.la/1375585). + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:09.373: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:09.373: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:09.642: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:09.642: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:09.642: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:09.642: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:09.643: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:09.643: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:09.658: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:09.658: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:09.674: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:09.675: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: getContext: Disallowing antialiased backbuffers due to blacklisting. +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: : Can't use WebGL in headless mode (https://bugzil.la/1375585). +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: : Failed to create WebGL context: WebGL creation failed: +* Can't use WebGL in headless mode (https://bugzil.la/1375585). +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: getContext: Disallowing antialiased backbuffers due to blacklisting. +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: : Can't use WebGL in headless mode (https://bugzil.la/1375585). +JavaScript warning: https://d3t5ngjixpjdho.cloudfront.net/?jgntd=757363, line 32: Error: WebGL warning: : Failed to create WebGL context: WebGL creation failed: +* Can't use WebGL in headless mode (https://bugzil.la/1375585). + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:09.924: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:09.924: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:10.255: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:10.255: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. +JavaScript error: https://www2.yggtorrent.se/engine/search?name=star+wars&description=&file=&uploader=&category=all&sub_category=&do=search&order=desc&sort=seed&__cf_chl_jschl_tk__=0ff2b0b4492810ef30166fa3013ac1558bf82e12-1588961583-0-AR0ctYqiAVOM_NP4sdAK6QEzJsSp7vcgKHLYNU6YGrICBsh9fF_Pz2LRx6DUKtNRly8ZkY1LGOs4IOcJ_2izb0P518V0PcYXR_OkWYDJPs8y5sQhF8wJPrEreHVLvOAmVsJ4uB45la-kqlheUTW4ckb3eP6oDP8veF82SKPgeaW6ZcbUUxd-szK43RusO_NqhImqA14EJyIgMy5yFIncLKNXc3Mrh3oCI-B7CF3T-dT41xxNLSBUkbt3AGqzJrUvW9jeD2Ibk2Ja4TW-dPqwOUoJTdCVXmkxSRehWrJWQrvfpyfoPt5v831zzdsVlZFhHx-BwG2LnPre6htsVJ4W6QCVucIcud7-sVRCL1gxmX89fzMYVm1IGWXTIFkxEhWIbilxsQV5k73_6rUJx8e5rDejMTZPm6MkmFZa88hGXzuv, line 1379: ReferenceError: all is not defined + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:10.273: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:10.273: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:10.315: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:10.315: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:10.353: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:10.353: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:10.382: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:10.383: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:10.425: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:10.426: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:10.428: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:10.429: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:10.453: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:10.453: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:10.453: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:10.453: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:10.453: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:10.453: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:10.469: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:10.469: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:10.519: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:10.519: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:10.805: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:10.805: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:10.993: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:10.993: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:11.017: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. + +(firefox-esr:15067): dconf-CRITICAL **: 20:13:11.017: unable to create directory '/run/user/1000/dconf': Permission non accordée. dconf will not work properly. +1588961592325 Marionette INFO Stopped listening on port 46873 diff --git a/old-yggcrawl/gecko/test.py b/old-yggcrawl/gecko/test.py new file mode 100755 index 0000000..b43433c --- /dev/null +++ b/old-yggcrawl/gecko/test.py @@ -0,0 +1,10 @@ +#!/usr/bin/python3 + +import sys + +# Exit if no arguments +if len(sys.argv)==1: sys.exit("Please choose a film ou serie name") +else: args = sys.argv[1:] + +args = '+'.join(args) +print(args) diff --git a/yggcrawl/gecko/torrent_search.py b/old-yggcrawl/gecko/torrent_search.py similarity index 85% rename from yggcrawl/gecko/torrent_search.py rename to old-yggcrawl/gecko/torrent_search.py index 1746e73..2a8e349 100755 --- a/yggcrawl/gecko/torrent_search.py +++ b/old-yggcrawl/gecko/torrent_search.py @@ -13,9 +13,11 @@ from selenium.webdriver.support import expected_conditions as EC # Exit if no arguments if len(sys.argv)==1: sys.exit("Please choose a film ou serie name") -else: arg1 = sys.argv[1] +else: args = sys.argv[1:] -search_url = f"https://www2.yggtorrent.se/engine/search?name={arg1}&description=&file=&uploader=&category=all&sub_category=&do=search&order=desc&sort=seed" +args = '+'.join(args) + +search_url = f"https://www2.yggtorrent.se/engine/search?name={args}&description=&file=&uploader=&category=all&sub_category=&do=search&order=desc&sort=seed" # Load webdriver with Gecko options = webdriver.FirefoxOptions() @@ -26,7 +28,7 @@ driver.get(search_url) # Wait to bypass cloudflare print("Page atteinte, attente de redirection anti-crawling...") wait = WebDriverWait(driver, 10) -wait.until(lambda driver: driver.current_url != search_url) +page_search = wait.until(lambda driver: driver.current_url != search_url) # Wait 2 seconds to load page print("Anti-crawling passé, affichage dans 2 secondes ...") @@ -38,7 +40,7 @@ links = [elem.get_attribute('href') for elem in elems] links = [k for k in links if '/torrent/' in k] # Print torrents urls -print("\n".join(links)) - +#print("\n".join(links)) +print(links[0]) driver.quit() diff --git a/old-yggcrawl/tests/__init__.py b/old-yggcrawl/tests/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/old-yggcrawl/tests/test_change_tld.py b/old-yggcrawl/tests/test_change_tld.py new file mode 100644 index 0000000..b42c67b --- /dev/null +++ b/old-yggcrawl/tests/test_change_tld.py @@ -0,0 +1,26 @@ +import unittest + +from ..yggtorrentscraper import ( + YggTorrentScraper, + set_yggtorrent_tld, + get_yggtorrent_tld, +) + + +class TestChangeYggtorrentTLD(unittest.TestCase): + current_yggtorrent_tld = get_yggtorrent_tld() + + def test_read_tld(self): + self.current_yggtorrent_tld = get_yggtorrent_tld() + + self.assertTrue(self.current_yggtorrent_tld == "se") + + def test_set_yggtorrent_tld(self): + + set_yggtorrent_tld("newtld") + + self.assertTrue(get_yggtorrent_tld() == "newtld") + pass + + def tearDown(self): + set_yggtorrent_tld(self.current_yggtorrent_tld) diff --git a/old-yggcrawl/tests/test_download.py b/old-yggcrawl/tests/test_download.py new file mode 100644 index 0000000..61861c6 --- /dev/null +++ b/old-yggcrawl/tests/test_download.py @@ -0,0 +1,65 @@ +import os +import shutil +import unittest + +import requests + +from ..yggtorrentscraper import YggTorrentScraper + + +class TestDownload(unittest.TestCase): + scraper = None + destination_path = None + + def __init__(self, *args, **kwargs): + super(TestDownload, self).__init__(*args, **kwargs) + yggtorrent_identifiant = os.environ.get("YGGTORRENT_IDENTIFIANT") + yggtorrent_password = os.environ.get("YGGTORRENT_PASSWORD") + + self.destination_path = os.path.join( + ".", "yggtorrentscraper", "tests", "test_download" + ) + + self.scraper = YggTorrentScraper(requests.session()) + + self.scraper.login(yggtorrent_identifiant, yggtorrent_password) + + def test_download_from_torrent(self): + most_completed = self.scraper.most_completed() + + torrent = self.scraper.extract_details(most_completed[0]) + + self.assertTrue(torrent.url is not None) + + file_full_path = self.scraper.download_from_torrent( + torrent=torrent, destination_path=self.destination_path + ) + + self.assertTrue(os.path.getsize(file_full_path) > 1000) + + def test_download_from_torrent_url(self): + file_full_path = self.scraper.download_from_torrent_url( + torrent_url="https://www2.yggtorrent.pe/torrent/filmvideo/serie-tv/440445-game-of-thrones-s08e02-multi-1080p-amzn-web-dl-dd5-1-x264-ark01", + destination_path=self.destination_path, + ) + + self.assertTrue(os.path.getsize(file_full_path) > 1000) + + def test_download_from_torrent_download_url(self): + most_completed = self.scraper.most_completed() + + torrent = self.scraper.extract_details(most_completed[0]) + + self.assertTrue(torrent.url is not None) + + file_full_path = self.scraper.download_from_torrent_download_url( + torrent_url=torrent.url, destination_path=self.destination_path + ) + + self.assertTrue(os.path.getsize(file_full_path) > 1000) + + def tearDown(self): + if os.path.exists(self.destination_path): + shutil.rmtree(self.destination_path, ignore_errors=True) + + self.scraper.logout() diff --git a/old-yggcrawl/tests/test_extract_details.py b/old-yggcrawl/tests/test_extract_details.py new file mode 100644 index 0000000..4ac644b --- /dev/null +++ b/old-yggcrawl/tests/test_extract_details.py @@ -0,0 +1,60 @@ +import os +import unittest + +import requests + +from ..yggtorrentscraper import YggTorrentScraper + + +class TestExtractDetails(unittest.TestCase): + scraper = YggTorrentScraper(requests.session()) + + def test_extract_details(self): + torrent = self.scraper.extract_details( + "https://www2.yggtorrent.pe/torrent/filmvideo/serie-tv/440445-game-of-thrones-s08e02-multi-1080p-amzn-web-dl-dd5-1-x264-ark01" + ) + + self.assertTrue(torrent.name is not None) + self.assertTrue(torrent.uploaded_datetime is not None) + self.assertTrue(torrent.size is not None) + self.assertTrue(torrent.uploader is not None) + + self.assertTrue(len(torrent.keywords) > 0) + + self.assertTrue(torrent.completed > -1) + self.assertTrue(torrent.seeders > -1) + self.assertTrue(torrent.leechers > -1) + + self.assertTrue(torrent.url is None) + + self.assertTrue(len(torrent.files) > 0) + self.assertTrue(len(torrent.comments) > 0) + + def test_extract_details_logged(self): + yggtorrent_identifiant = os.environ.get("YGGTORRENT_IDENTIFIANT") + yggtorrent_password = os.environ.get("YGGTORRENT_PASSWORD") + + self.scraper.login(yggtorrent_identifiant, yggtorrent_password) + + torrent = self.scraper.extract_details( + "https://www2.yggtorrent.pe/torrent/filmvideo/serie-tv/440445-game-of-thrones-s08e02-multi-1080p-amzn-web-dl-dd5-1-x264-ark01" + ) + + self.assertTrue(torrent.name is not None) + self.assertTrue(torrent.uploaded_datetime is not None) + self.assertTrue(torrent.size is not None) + self.assertTrue(torrent.uploader is not None) + + self.assertTrue(len(torrent.keywords) > 0) + + self.assertTrue(torrent.completed > -1) + self.assertTrue(torrent.seeders > -1) + self.assertTrue(torrent.leechers > -1) + + self.assertTrue(torrent.url is not None) + + self.assertTrue(len(torrent.files) > 0) + self.assertTrue(len(torrent.comments) > 0) + + def tearDown(self): + self.scraper.logout() diff --git a/old-yggcrawl/tests/test_login.py b/old-yggcrawl/tests/test_login.py new file mode 100644 index 0000000..4e5ebd0 --- /dev/null +++ b/old-yggcrawl/tests/test_login.py @@ -0,0 +1,30 @@ +import os +import unittest + +import requests + +from ..yggtorrentscraper import YggTorrentScraper + + +class TestAuthentification(unittest.TestCase): + def setUp(self): + self.scraper = YggTorrentScraper(requests.session()) + + def test_login_success(self): + yggtorrent_identifiant = os.environ.get("YGGTORRENT_IDENTIFIANT") + yggtorrent_password = os.environ.get("YGGTORRENT_PASSWORD") + + self.assertTrue(yggtorrent_identifiant is not None) + self.assertTrue(yggtorrent_password is not None) + + self.assertTrue(self.scraper.login(yggtorrent_identifiant, yggtorrent_password)) + + self.scraper.logout() + + def test_login_failed(self): + self.assertFalse(self.scraper.login("myidentifiant", "mypassword")) + + self.scraper.logout() + + def tearDown(self): + self.scraper.logout() diff --git a/old-yggcrawl/tests/test_logout.py b/old-yggcrawl/tests/test_logout.py new file mode 100644 index 0000000..19607b6 --- /dev/null +++ b/old-yggcrawl/tests/test_logout.py @@ -0,0 +1,27 @@ +import os +import unittest + +import requests + +from ..yggtorrentscraper import YggTorrentScraper + + +class TestLogout(unittest.TestCase): + def setUp(self): + self.scraper = YggTorrentScraper(requests.session()) + + def test_logout_success(self): + yggtorrent_identifiant = os.environ.get("YGGTORRENT_IDENTIFIANT") + yggtorrent_password = os.environ.get("YGGTORRENT_PASSWORD") + + self.assertTrue(self.scraper.login(yggtorrent_identifiant, yggtorrent_password)) + + self.assertTrue(self.scraper.logout()) + + def test_logout_failed(self): + self.scraper.login("myidentifiant", "mypassword") + + self.assertFalse(self.scraper.logout()) + + def tearDown(self): + self.scraper.logout() diff --git a/old-yggcrawl/tests/test_most_completed.py b/old-yggcrawl/tests/test_most_completed.py new file mode 100644 index 0000000..e3652c1 --- /dev/null +++ b/old-yggcrawl/tests/test_most_completed.py @@ -0,0 +1,16 @@ +import unittest + +import requests +from ..yggtorrentscraper import YggTorrentScraper + + +class TestMostCompleted(unittest.TestCase): + scraper = YggTorrentScraper(session=requests.session()) + + def test_most_completed(self): + most_completed = self.scraper.most_completed() + + self.assertEqual(len(most_completed), 100) + + def tearDown(self): + self.scraper.logout() diff --git a/old-yggcrawl/tests/test_search.py b/old-yggcrawl/tests/test_search.py new file mode 100644 index 0000000..8a14845 --- /dev/null +++ b/old-yggcrawl/tests/test_search.py @@ -0,0 +1,70 @@ +import unittest + +import requests + +from ..yggtorrentscraper import YggTorrentScraper + + +class TestResearch(unittest.TestCase): + scraper = YggTorrentScraper(requests.session()) + + torrent_name = "walking dead s09" + torrent_uploader = "brandit" + + torrent_name_2 = "blue oyster cult" + + def test_search_by_name(self): + torrents_url = self.scraper.search({"name": self.torrent_name}) + + torrent = self.scraper.extract_details(torrents_url[0]) + + splited_searched_name = self.torrent_name.split(" ") + + for word in splited_searched_name: + self.assertTrue(word.lower() in torrent.name.lower()) + + def test_search_by_uploader(self): + torrents_url = self.scraper.search( + {"name": self.torrent_name, "uploader": self.torrent_uploader} + ) + + for torrent_url in torrents_url: + torrent = self.scraper.extract_details(torrent_url) + + self.assertTrue(torrent.uploader.lower() == self.torrent_uploader.lower()) + + def test_search_sort_completed_asc(self): + torrents_url = self.scraper.search( + {"name": "blue oyster cult", "sort": "completed", "order": "asc"} + ) + + torrent_old = None + + for torrent_url in torrents_url: + torrent = self.scraper.extract_details(torrent_url) + + if torrent_old is not None: + self.assertTrue(torrent_old.completed <= torrent.completed) + torrent_old = torrent + + def test_search_sort_completed_desc(self): + torrents_url = self.scraper.search( + {"name": "blue oyster cult", "sort": "completed", "order": "desc"} + ) + + torrent_old = None + + for torrent_url in torrents_url: + torrent = self.scraper.extract_details(torrent_url) + + if torrent_old is not None: + self.assertTrue(torrent_old.completed >= torrent.completed) + torrent_old = torrent + + def test_search_multiple_page(self): + torrents_url = self.scraper.search({"name": "walking dead"}) + + self.assertTrue(len(torrents_url) > 200) + + def tearDown(self): + self.scraper.logout() diff --git a/old-yggcrawl/tests/test_torrent.py b/old-yggcrawl/tests/test_torrent.py new file mode 100644 index 0000000..227bcd5 --- /dev/null +++ b/old-yggcrawl/tests/test_torrent.py @@ -0,0 +1,32 @@ +import os +import unittest + +import requests + +from ..yggtorrentscraper import YggTorrentScraper + + +class TestTorrent(unittest.TestCase): + scraper = YggTorrentScraper(requests.session()) + + def test_str(self): + torrent_url = self.scraper.most_completed()[0] + + torrent = self.scraper.extract_details(torrent_url) + + torrent.__str__(files=True, comments=True) + + def test_str_logged(self): + yggtorrent_identifiant = os.environ.get("YGGTORRENT_IDENTIFIANT") + yggtorrent_password = os.environ.get("YGGTORRENT_PASSWORD") + + self.scraper.login(yggtorrent_identifiant, yggtorrent_password) + + torrent_url = self.scraper.most_completed()[0] + + torrent = self.scraper.extract_details(torrent_url) + + torrent.__str__(files=True, comments=True) + + def tearDown(self): + self.scraper.logout() diff --git a/old-yggcrawl/torrent.py b/old-yggcrawl/torrent.py new file mode 100644 index 0000000..a2d2488 --- /dev/null +++ b/old-yggcrawl/torrent.py @@ -0,0 +1,146 @@ +import os + + +class Torrent: + """ + Torrent entity + """ + + name = None + uploaded_datetime = None + size = None + uploader = None + + keywords = [] + + completed = -1 + seeders = -1 + leechers = -1 + + url = None + + files = [] + comments = [] + + def __str__(self, comments=False, files=False): + to_string = "" + + to_string += "Name : " + to_string += self.name + to_string += os.linesep + + to_string += "Url : " + + if self.url is not None: + to_string += self.url + else: + to_string += "N/A" + + to_string += os.linesep + to_string += os.linesep + + to_string += f"Keywords ({len(self.keywords)}) : " + to_string += os.linesep + + for keyword in self.keywords: + to_string += f"- {keyword}" + to_string += os.linesep + + to_string += os.linesep + + to_string += "Uploaded : " + to_string += str(self.uploaded_datetime) + to_string += os.linesep + + to_string += "Size : " + to_string += str(self.size) + to_string += os.linesep + + to_string += "Uploader : " + to_string += self.uploader + to_string += os.linesep + + to_string += "Completed : " + to_string += str(self.completed) + to_string += os.linesep + + to_string += "Seeders : " + to_string += str(self.seeders) + to_string += os.linesep + + to_string += "Leechers : " + to_string += str(self.leechers) + to_string += os.linesep + + to_string += os.linesep + + to_string += f"Files ({len(self.files)})" + to_string += os.linesep + + if files: + for file in self.files: + to_string += str(file) + to_string += os.linesep + + to_string += os.linesep + + to_string += f"Comments ({len(self.comments)})" + to_string += os.linesep + + if comments: + for comment in self.comments: + to_string += str(comment) + to_string += os.linesep + + return to_string + + +class TorrentFile: + + """ + Torrent's file entity + """ + + size = "" + file_name = "" + + def __str__(self): + to_string = "" + + to_string += "size : " + to_string += self.size + to_string += os.linesep + + to_string += "file_name : " + to_string += self.file_name + to_string += os.linesep + + return to_string + + +class TorrentComment: + + """ + Torrent's comment entity + """ + + author = "" + posted = "" + text = "" + + def __str__(self): + to_string = "" + + to_string += "Author : " + to_string += self.author + to_string += os.linesep + + to_string += "Posted : " + to_string += str(self.posted) + to_string += os.linesep + + to_string += "Text : " + to_string += str(self.text) + to_string += os.linesep + + return to_string diff --git a/old-yggcrawl/yggtorrentscraper.py b/old-yggcrawl/yggtorrentscraper.py new file mode 100644 index 0000000..66a2dd3 --- /dev/null +++ b/old-yggcrawl/yggtorrentscraper.py @@ -0,0 +1,457 @@ +import datetime +import logging +import os +import re + +import requests +from bs4 import BeautifulSoup + +from .torrent import Torrent, TorrentComment, TorrentFile +from .categories import categories + +YGGTORRENT_TLD = "se" + +YGGTORRENT_BASE_URL = f"https://www2.yggtorrent.{YGGTORRENT_TLD}" + +YGGTORRENT_LOGIN_URL = f"{YGGTORRENT_BASE_URL}/user/login" +YGGTORRENT_LOGOUT_URL = f"{YGGTORRENT_BASE_URL}/user/logout?attempt=1" + +YGGTORRENT_SEARCH_URL = f"{YGGTORRENT_BASE_URL}/engine/search?name=" + +logger = logging.getLogger("yggtorrentscraper") + +YGGTORRENT_DOMAIN = f".yggtorrent.{YGGTORRENT_TLD}" +YGGTORRENT_TOKEN_COOKIE = "ygg_" + +YGGTORRENT_SEARCH_URL_DESCRIPTION = "&description=" +YGGTORRENT_SEARCH_URL_FILE = "&file=" +YGGTORRENT_SEARCH_URL_UPLOADER = "&uploader=" +YGGTORRENT_SEARCH_URL_CATEGORY = "&category=" +YGGTORRENT_SEARCH_URL_SUB_CATEGORY = "&sub_category=" +YGGTORRENT_SEARCH_URL_ORDER = "&order=" +YGGTORRENT_SEARCH_URL_SORT = "&sort=" +YGGTORRENT_SEARCH_URL_DO = "&do=" +YGGTORRENT_SEARCH_URL_PAGE = "&page=" + +YGGTORRENT_SEARCH_URL_DESCRIPTION = "&description=" +YGGTORRENT_SEARCH_URL_FILE = "&file=" +YGGTORRENT_SEARCH_URL_UPLOADER = "&uploader=" +YGGTORRENT_SEARCH_URL_CATEGORY = "&category=" +YGGTORRENT_SEARCH_URL_SUB_CATEGORY = "&sub_category=" +YGGTORRENT_SEARCH_URL_ORDER = "&order=" +YGGTORRENT_SEARCH_URL_SORT = "&sort=" +YGGTORRENT_SEARCH_URL_DO = "&do=" +YGGTORRENT_SEARCH_URL_PAGE = "&page=" + +YGGTORRENT_GET_FILES = f"{YGGTORRENT_BASE_URL}/engine/get_files?torrent=" +YGGTORRENT_GET_INFO = f"https://www2.yggtorrent.se/engine/get_nfo?torrent=" + +YGGTORRENT_MOST_COMPLETED_URL = f"{YGGTORRENT_BASE_URL}/engine/mostcompleted" + +TORRENT_PER_PAGE = 50 + +YGGTORRENT_FILES_URL = f"{YGGTORRENT_BASE_URL}/engine/get_files?torrent=" + +headers = {'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36'} + +def set_yggtorrent_tld(yggtorrent_tld=None): + """ + Redefine all string variable according to new TLD + """ + + global YGGTORRENT_TLD + global YGGTORRENT_BASE_URL + global YGGTORRENT_LOGIN_URL + global YGGTORRENT_SEARCH_URL + global YGGTORRENT_DOMAIN + global YGGTORRENT_GET_FILES + global YGGTORRENT_GET_INFO + global YGGTORRENT_MOST_COMPLETED_URL + global YGGTORRENT_FILES_URL + + YGGTORRENT_TLD = yggtorrent_tld + + YGGTORRENT_BASE_URL = f"https://www2.yggtorrent.{YGGTORRENT_TLD}" + + YGGTORRENT_LOGIN_URL = f"{YGGTORRENT_BASE_URL}/user/login" + YGGTORRENT_SEARCH_URL = f"{YGGTORRENT_BASE_URL}/user/logout" + + YGGTORRENT_SEARCH_URL = f"{YGGTORRENT_BASE_URL}/engine/search?name=" + + YGGTORRENT_DOMAIN = ".yggtorrent.se" + + YGGTORRENT_GET_FILES = f"{YGGTORRENT_BASE_URL}/engine/get_files?torrent=" + YGGTORRENT_GET_INFO = f"https://www2.yggtorrentchg/engine/get_nfo?torrent=" + + YGGTORRENT_MOST_COMPLETED_URL = f"{YGGTORRENT_BASE_URL}/engine/mostcompleted" + + YGGTORRENT_FILES_URL = f"{YGGTORRENT_BASE_URL}/engine/get_files?torrent=" + + +def get_yggtorrent_tld(): + return YGGTORRENT_TLD + + +class YggTorrentScraper: + session = None + + def __init__(self, session): + self.session = session + + def login(self, identifiant, password): + """ + Login request with the specified identifiant and password, return an yggtorrent_token, necessary to download + """ + self.session.cookies.clear() + + headers = { + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "PostmanRuntime/7.17.1", + "Accept": "*/*", + "Cache-Control": "no-cache", + "Host": f"www2.yggtorrent.{YGGTORRENT_TLD}", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + } + + response = self.session.post( + YGGTORRENT_LOGIN_URL, + data={"id": identifiant, "pass": password}, + headers=headers, + ) + + logger.debug("status_code : %s", response.status_code) + + yggtorrent_token = None + + if response.status_code == 200: + logger.debug("Login successful") + yggtorrent_token = response.cookies.get_dict()[YGGTORRENT_TOKEN_COOKIE] + + cookie = requests.cookies.create_cookie( + domain=YGGTORRENT_DOMAIN, + name=YGGTORRENT_TOKEN_COOKIE, + value=yggtorrent_token, + ) + + self.session.cookies.set_cookie(cookie) + + return True + else: + logger.debug("Login failed") + + return False + + def logout(self): + """ + Logout request + """ + response = self.session.get(YGGTORRENT_LOGOUT_URL, headers=headers) + + self.session.cookies.clear() + + logger.debug("status_code : %s", response.status_code) + + if response.status_code == 200: + logger.debug("Logout successful") + + return True + else: + logger.debug("Logout failed") + + return False + + #kopa + def search_old(self, parameters): + search_url = create_search_url(parameters) + torrents_url = self.get_torrents_url(search_url, parameters) + + return torrents_url + + def search(self, parameters): +# torrents_url = os.popen('gecko/torrent_search.py didier') + torrents_url = exec(open('/home/iptubes/astroport-iptubes/yggcrawl/gecko/torrent_search.py').read()) + return torrents_url + + def extract_details(self, torrent_url): + """ + Extract informations from torrent's url + """ + logger.debug("torrent_url : %s", torrent_url) + + torrents = [] + + response = self.session.get(torrent_url, headers=headers) + + torrent_page = BeautifulSoup(response.content, features="lxml") + + torrent = Torrent() + + term_tags = torrent_page.find_all("a", {"class": "term"}) + + for term_tag in term_tags: + torrent.keywords.append(term_tag.text) + + connection_tags = torrent_page.find("tr", {"id": "adv_search_cat"}).find_all( + "strong" + ) + + informations_tag = ( + torrent_page.find("table", {"class": "informations"}) + .find("tbody") + .find_all("tr") + ) + + download_button = torrent_page.find("a", {"class": "butt"}) + + if download_button.has_attr("href"): + torrent.url = download_button["href"] + + torrent.seeders = int(connection_tags[0].text.replace(" ", "")) + torrent.leechers = int(connection_tags[1].text.replace(" ", "")) + torrent.completed = int(connection_tags[2].text.replace(" ", "")) + + torrent.name = informations_tag[0].find_all("td")[1].text + torrent.size = informations_tag[3].find_all("td")[1].text + torrent.uploader = informations_tag[5].find_all("td")[1].text + + mydatetime = re.search( + "([0-9]*\/[0-9]*\/[0-9]* [0-9]*:[0-9]*)", + informations_tag[6].find_all("td")[1].text, + 0, + ).group(0) + + torrent.uploaded_datetime = datetime.datetime.strptime( + mydatetime, "%d/%m/%Y %H:%M" + ) + + message_tags = torrent_page.find_all("div", {"class": "message"}) + + for message_tag in message_tags: + torrent_comment = TorrentComment() + + torrent_comment.author = message_tag.find("a").text + torrent_comment.posted = message_tag.find("strong").text + torrent_comment.text = message_tag.find( + "span", {"id": "comment_text"} + ).text.strip() + + torrent.comments.append(torrent_comment) + + torrents.append(torrent) + + torrent_id = torrent_page.find("form", {"id": "report-torrent"}).find( + "input", {"type": "hidden", "name": "target"} + )["value"] + + response = self.session.get(YGGTORRENT_GET_FILES + torrent_id, headers=headers) + + files_page = BeautifulSoup(response.content, features="lxml") + + file_tags = files_page.find_all("tr") + + for file_tag in file_tags: + torrent_file = TorrentFile() + + td_tags = file_tag.find_all("td") + + torrent_file.file_size = ( + td_tags[0] + .text.replace("\\r", "") + .replace("\\n", "") + .replace("\\t", "") + .strip() + ) + torrent_file.file_name = ( + td_tags[1] + .text.replace("\\r", "") + .replace("\\n", "") + .replace("\\t", "") + .replace("\\", "") + .replace(" ", "") + .strip() + ) + + torrent.files.append(torrent_file) + + return torrent + + def most_completed(self): + """ + Return the most completed torrents url (TOP 100) + """ + + header = {"Accept": "application/json, text/javascript, */*; q=0.01"} + self.session.post(YGGTORRENT_MOST_COMPLETED_URL, headers=header) + + json_response = self.session.post( + YGGTORRENT_MOST_COMPLETED_URL, headers=header + ).json() + + torrents_url = [] + + for json_item in json_response: + root = BeautifulSoup(json_item[1], features="lxml") + + a_tag = root.find("a") + + torrents_url.append(a_tag["href"]) + + return torrents_url + +#kopaa + def get_torrents_url(self, search_url, parameters): + """ + Return + """ + response = self.session.get(search_url, headers=headers) + + search_page = BeautifulSoup(response.content, features="lxml") + + pagination = search_page.find("ul", {"class": "pagination"}) + + if pagination is None: + limit_page = 1 + else: + pagination_item = pagination.find_all("a") + + limit_page = int(pagination_item[-1]["data-ci-pagination-page"]) + + torrents = [] + + for page in range(0, limit_page): + parameters["page"] = page * TORRENT_PER_PAGE + + search_url = create_search_url(parameters) + + response = self.session.get(search_url, headers=headers) + + search_page = BeautifulSoup(response.content, features="lxml") + + torrents_tag = search_page.findAll("a", {"id": "torrent_name"}) + + for torrent_tag in torrents_tag: + torrents.append(torrent_tag["href"]) + + return torrents + + def download_from_torrent_url(self, torrent_url=None, destination_path="./data/tmp/torrents/"): + if torrent_url is not None: + torrent = self.extract_details(torrent_url) + + return self.download_from_torrent_download_url( + torrent_url=torrent.url, destination_path=destination_path + ) + + def download_from_torrent(self, torrent=None, destination_path="./data/tmp/torrents/"): + if torrent is not None: + return self.download_from_torrent_download_url( + torrent_url=torrent.url, destination_path=destination_path + ) + + def download_from_torrent_download_url( + self, torrent_url=None, destination_path="./data/tmp/torrents/" + ): + if torrent_url is None: + raise Exception("Invalid torrent_url, make sure you are logged") + + response = self.session.get(YGGTORRENT_BASE_URL + torrent_url, headers=headers) + + temp_file_name = response.headers.get("content-disposition") + + file_name = temp_file_name[temp_file_name.index("filename=") + 10 : -1] + + if not os.path.exists(destination_path): + os.makedirs(destination_path) + + file_full_path = os.path.join(destination_path, file_name) + + file = open(file_full_path, "wb") + + file.write(response.content) + + file.close() + + return file_full_path + +def create_search_url(parameters): + """ + Return a formated URL for torrent's search + """ + + formated_search_url = YGGTORRENT_SEARCH_URL + + if "name" in parameters: + formated_search_url += parameters["name"].replace(" ", "+") + + if "page" in parameters: + formated_search_url += YGGTORRENT_SEARCH_URL_PAGE + formated_search_url += str(parameters["page"]) + + if "descriptions" in parameters: + formated_search_url += YGGTORRENT_SEARCH_URL_DESCRIPTION + + for description in parameters["descriptions"]: + formated_search_url += description + formated_search_url += "+" + + if "files" in parameters: + formated_search_url += YGGTORRENT_SEARCH_URL_FILE + + for file in parameters["files"]: + formated_search_url += file + formated_search_url += "+" + + if "uploader" in parameters: + formated_search_url += YGGTORRENT_SEARCH_URL_UPLOADER + formated_search_url += parameters["uploader"] + + if "sort" in parameters: + formated_search_url += YGGTORRENT_SEARCH_URL_SORT + formated_search_url += parameters["sort"] + + if "order" in parameters: + formated_search_url += YGGTORRENT_SEARCH_URL_ORDER + formated_search_url += parameters["order"] + + if "category" in parameters: + for category in categories: + if parameters["category"] == category["name"]: + formated_search_url += YGGTORRENT_SEARCH_URL_CATEGORY + formated_search_url += category["id"] + + if "subcategory" in parameters: + for subcategory in category["subcategories"]: + if parameters["subcategory"] == subcategory["name"]: + formated_search_url += YGGTORRENT_SEARCH_URL_SUB_CATEGORY + formated_search_url += subcategory["id"] + if "options" in parameters: + for key, values in parameters["options"].items(): + for option in subcategory["options"]: + if key == option["name"]: + for searched_value in values: + for index, value in enumerate( + option["values"] + ): + if searched_value == value: + formated_search_url += ( + "&option_" + ) + formated_search_url += option[ + "name" + ] + # options_index.append(index) + if "multiple" in option: + formated_search_url += ( + "%3Amultiple" + ) + + formated_search_url += "[]=" + formated_search_url += str( + index + 1 + ) + + formated_search_url += YGGTORRENT_SEARCH_URL_DO + formated_search_url += "search" + + return formated_search_url diff --git a/selenium.py b/selenium.py new file mode 100755 index 0000000..26335a9 --- /dev/null +++ b/selenium.py @@ -0,0 +1,25 @@ +#!/usr/bin/python3 + +import sys +from yggcrawl import YggTorrentScraperSelenium +from selenium import webdriver + +if __name__ == "__main__": + options = webdriver.ChromeOptions() + options.add_argument("--log-level=3") + options.add_argument("--disable-blink-features") + options.add_argument("--disable-blink-features=AutomationControlled") + options.add_experimental_option("excludeSwitches", ["enable-logging"]) + + driver = webdriver.Chrome("D:\chromedriver.exe", options=options) + + scraper = YggTorrentScraperSelenium(driver=driver) + # or +# scraper = YggTorrentScraperSelenium(driver_path="D:\chromedriver.exe") + + if scraper.login("myidentifiant", "mypassword"): + print("Login success") + torrents_url = scraper.search({"name": "walking dead"}) + print(torrents_url) + else: + print("Login failed") diff --git a/yggcrawl/__init__.py b/yggcrawl/__init__.py index fa5ad71..be5090e 100644 --- a/yggcrawl/__init__.py +++ b/yggcrawl/__init__.py @@ -7,5 +7,11 @@ from .yggtorrentscraper import ( set_yggtorrent_tld, get_yggtorrent_tld, ) + +from .yggtorrentscraper_selenium import ( + YggTorrentScraperSelenium, + set_yggtorrent_tld, + get_yggtorrent_tld, +) from .torrent import Torrent, TorrentComment, TorrentFile from .categories import categories diff --git a/yggcrawl/debug.log b/yggcrawl/debug.log new file mode 100644 index 0000000..8c60416 --- /dev/null +++ b/yggcrawl/debug.log @@ -0,0 +1,35 @@ +[0512/133633.143:ERROR:process_reader_win.cc(123)] NtOpenThread: {Accès refusé} Un processus a demandé l’accès a un objet, mais il ne bénéficie pas des autorisations nécessaires. (0xc0000022) +[0512/133633.143:ERROR:process_reader_win.cc(123)] NtOpenThread: {Accès refusé} Un processus a demandé l’accès a un objet, mais il ne bénéficie pas des autorisations nécessaires. (0xc0000022) +[0512/133633.144:ERROR:exception_snapshot_win.cc(98)] thread ID 14952 not found in process +[0512/133633.144:ERROR:exception_snapshot_win.cc(98)] thread ID 49204 not found in process +[0512/133633.158:ERROR:process_reader_win.cc(123)] NtOpenThread: {Accès refusé} Un processus a demandé l’accès a un objet, mais il ne bénéficie pas des autorisations nécessaires. (0xc0000022) +[0512/133633.158:ERROR:exception_snapshot_win.cc(98)] thread ID 46960 not found in process +[0512/133700.448:ERROR:process_reader_win.cc(123)] NtOpenThread: {Accès refusé} Un processus a demandé l’accès a un objet, mais il ne bénéficie pas des autorisations nécessaires. (0xc0000022) +[0512/133700.448:ERROR:exception_snapshot_win.cc(98)] thread ID 45656 not found in process +[0512/133700.470:ERROR:process_reader_win.cc(123)] NtOpenThread: {Accès refusé} Un processus a demandé l’accès a un objet, mais il ne bénéficie pas des autorisations nécessaires. (0xc0000022) +[0512/133700.470:ERROR:exception_snapshot_win.cc(98)] thread ID 47508 not found in process +[0512/134349.949:ERROR:process_reader_win.cc(123)] NtOpenThread: {Accès refusé} Un processus a demandé l’accès a un objet, mais il ne bénéficie pas des autorisations nécessaires. (0xc0000022) +[0512/134349.962:ERROR:exception_snapshot_win.cc(98)] thread ID 39532 not found in process +[0512/134349.956:ERROR:process_reader_win.cc(123)] NtOpenThread: {Accès refusé} Un processus a demandé l’accès a un objet, mais il ne bénéficie pas des autorisations nécessaires. (0xc0000022) +[0512/134349.962:ERROR:exception_snapshot_win.cc(98)] thread ID 48284 not found in process +[0512/134349.963:ERROR:process_reader_win.cc(123)] NtOpenThread: {Accès refusé} Un processus a demandé l’accès a un objet, mais il ne bénéficie pas des autorisations nécessaires. (0xc0000022) +[0512/134349.963:ERROR:exception_snapshot_win.cc(98)] thread ID 51964 not found in process +[0512/134349.982:ERROR:process_reader_win.cc(123)] NtOpenThread: {Accès refusé} Un processus a demandé l’accès a un objet, mais il ne bénéficie pas des autorisations nécessaires. (0xc0000022) +[0512/134349.982:ERROR:exception_snapshot_win.cc(98)] thread ID 19944 not found in process +[0512/134349.986:ERROR:process_reader_win.cc(123)] NtOpenThread: {Accès refusé} Un processus a demandé l’accès a un objet, mais il ne bénéficie pas des autorisations nécessaires. (0xc0000022) +[0512/134349.986:ERROR:process_reader_win.cc(123)] NtOpenThread: {Accès refusé} Un processus a demandé l’accès a un objet, mais il ne bénéficie pas des autorisations nécessaires. (0xc0000022) +[0512/134349.986:ERROR:exception_snapshot_win.cc(98)] thread ID 32616 not found in process +[0512/134349.986:ERROR:exception_snapshot_win.cc(98)] thread ID 42324 not found in process +[0512/135659.781:ERROR:process_reader_win.cc(123)] NtOpenThread: {Accès refusé} Un processus a demandé l’accès a un objet, mais il ne bénéficie pas des autorisations nécessaires. (0xc0000022) +[0512/135659.784:ERROR:exception_snapshot_win.cc(98)] thread ID 50808 not found in process +[0512/135659.830:ERROR:process_reader_win.cc(151)] SuspendThread: Accès refusé. (0x5) +[0512/135659.830:ERROR:process_reader_win.cc(123)] NtOpenThread: {Accès refusé} Un processus a demandé l’accès a un objet, mais il ne bénéficie pas des autorisations nécessaires. (0xc0000022) +[0512/135659.831:ERROR:exception_snapshot_win.cc(98)] thread ID 45060 not found in process +[0512/135659.847:ERROR:process_reader_win.cc(123)] NtOpenThread: {Accès refusé} Un processus a demandé l’accès a un objet, mais il ne bénéficie pas des autorisations nécessaires. (0xc0000022) +[0512/135659.847:ERROR:exception_snapshot_win.cc(98)] thread ID 52004 not found in process +[0512/135659.882:ERROR:process_reader_win.cc(123)] NtOpenThread: {Accès refusé} Un processus a demandé l’accès a un objet, mais il ne bénéficie pas des autorisations nécessaires. (0xc0000022) +[0512/135659.882:ERROR:exception_snapshot_win.cc(98)] thread ID 56756 not found in process +[0512/135659.994:ERROR:process_reader_win.cc(123)] NtOpenThread: {Accès refusé} Un processus a demandé l’accès a un objet, mais il ne bénéficie pas des autorisations nécessaires. (0xc0000022) +[0512/135659.994:ERROR:exception_snapshot_win.cc(98)] thread ID 22536 not found in process +[0512/135700.025:ERROR:process_reader_win.cc(123)] NtOpenThread: {Accès refusé} Un processus a demandé l’accès a un objet, mais il ne bénéficie pas des autorisations nécessaires. (0xc0000022) +[0512/135700.025:ERROR:exception_snapshot_win.cc(98)] thread ID 56652 not found in process diff --git a/yggcrawl/tests/test_download.py b/yggcrawl/tests/test_download.py index 61861c6..4774a6c 100644 --- a/yggcrawl/tests/test_download.py +++ b/yggcrawl/tests/test_download.py @@ -3,6 +3,7 @@ import shutil import unittest import requests +import cloudscraper from ..yggtorrentscraper import YggTorrentScraper @@ -20,7 +21,7 @@ class TestDownload(unittest.TestCase): ".", "yggtorrentscraper", "tests", "test_download" ) - self.scraper = YggTorrentScraper(requests.session()) + self.scraper = YggTorrentScraper(cloudscraper.create_scraper()) self.scraper.login(yggtorrent_identifiant, yggtorrent_password) diff --git a/yggcrawl/tests/test_extract_details.py b/yggcrawl/tests/test_extract_details.py index 4ac644b..41a2581 100644 --- a/yggcrawl/tests/test_extract_details.py +++ b/yggcrawl/tests/test_extract_details.py @@ -2,12 +2,12 @@ import os import unittest import requests - +import cloudscraper from ..yggtorrentscraper import YggTorrentScraper class TestExtractDetails(unittest.TestCase): - scraper = YggTorrentScraper(requests.session()) + self.scraper = YggTorrentScraper(cloudscraper.create_scraper()) def test_extract_details(self): torrent = self.scraper.extract_details( diff --git a/yggcrawl/tests/test_login.py b/yggcrawl/tests/test_login.py index 4e5ebd0..3dd7123 100644 --- a/yggcrawl/tests/test_login.py +++ b/yggcrawl/tests/test_login.py @@ -2,13 +2,13 @@ import os import unittest import requests - +import cloudscraper from ..yggtorrentscraper import YggTorrentScraper class TestAuthentification(unittest.TestCase): def setUp(self): - self.scraper = YggTorrentScraper(requests.session()) + self.scraper = YggTorrentScraper(cloudscraper.create_scraper()) def test_login_success(self): yggtorrent_identifiant = os.environ.get("YGGTORRENT_IDENTIFIANT") diff --git a/yggcrawl/tests/test_logout.py b/yggcrawl/tests/test_logout.py index 19607b6..3c740b7 100644 --- a/yggcrawl/tests/test_logout.py +++ b/yggcrawl/tests/test_logout.py @@ -2,13 +2,13 @@ import os import unittest import requests - +import cloudscraper from ..yggtorrentscraper import YggTorrentScraper class TestLogout(unittest.TestCase): def setUp(self): - self.scraper = YggTorrentScraper(requests.session()) + self.scraper = YggTorrentScraper(cloudscraper.create_scraper()) def test_logout_success(self): yggtorrent_identifiant = os.environ.get("YGGTORRENT_IDENTIFIANT") diff --git a/yggcrawl/tests/test_most_completed.py b/yggcrawl/tests/test_most_completed.py index e3652c1..93759f5 100644 --- a/yggcrawl/tests/test_most_completed.py +++ b/yggcrawl/tests/test_most_completed.py @@ -1,11 +1,12 @@ import unittest import requests +import cloudscraper from ..yggtorrentscraper import YggTorrentScraper class TestMostCompleted(unittest.TestCase): - scraper = YggTorrentScraper(session=requests.session()) + self.scraper = YggTorrentScraper(cloudscraper.create_scraper()) def test_most_completed(self): most_completed = self.scraper.most_completed() diff --git a/yggcrawl/tests/test_search.py b/yggcrawl/tests/test_search.py index 8a14845..dd82e2b 100644 --- a/yggcrawl/tests/test_search.py +++ b/yggcrawl/tests/test_search.py @@ -1,12 +1,13 @@ import unittest import requests +import cloudscraper from ..yggtorrentscraper import YggTorrentScraper class TestResearch(unittest.TestCase): - scraper = YggTorrentScraper(requests.session()) + self.scraper = YggTorrentScraper(cloudscraper.create_scraper()) torrent_name = "walking dead s09" torrent_uploader = "brandit" diff --git a/yggcrawl/tests/test_torrent.py b/yggcrawl/tests/test_torrent.py index 227bcd5..86e66c0 100644 --- a/yggcrawl/tests/test_torrent.py +++ b/yggcrawl/tests/test_torrent.py @@ -2,12 +2,12 @@ import os import unittest import requests - +import cloudscraper from ..yggtorrentscraper import YggTorrentScraper class TestTorrent(unittest.TestCase): - scraper = YggTorrentScraper(requests.session()) + self.scraper = YggTorrentScraper(cloudscraper.create_scraper()) def test_str(self): torrent_url = self.scraper.most_completed()[0] diff --git a/yggcrawl/torrent.py b/yggcrawl/torrent.py index a2d2488..fbf2ba6 100644 --- a/yggcrawl/torrent.py +++ b/yggcrawl/torrent.py @@ -18,6 +18,7 @@ class Torrent: leechers = -1 url = None + download_url = None files = [] comments = [] @@ -36,6 +37,11 @@ class Torrent: else: to_string += "N/A" + if self.download_url is not None: + to_string += self.download_url + else: + to_string += "N/A" + to_string += os.linesep to_string += os.linesep diff --git a/yggcrawl/yggtorrentscraper.py b/yggcrawl/yggtorrentscraper.py index 66a2dd3..befab5c 100644 --- a/yggcrawl/yggtorrentscraper.py +++ b/yggcrawl/yggtorrentscraper.py @@ -44,7 +44,7 @@ YGGTORRENT_SEARCH_URL_DO = "&do=" YGGTORRENT_SEARCH_URL_PAGE = "&page=" YGGTORRENT_GET_FILES = f"{YGGTORRENT_BASE_URL}/engine/get_files?torrent=" -YGGTORRENT_GET_INFO = f"https://www2.yggtorrent.se/engine/get_nfo?torrent=" +YGGTORRENT_GET_INFO = f"https://www2.yggtorrentchg/engine/get_nfo?torrent=" YGGTORRENT_MOST_COMPLETED_URL = f"{YGGTORRENT_BASE_URL}/engine/mostcompleted" @@ -52,7 +52,6 @@ TORRENT_PER_PAGE = 50 YGGTORRENT_FILES_URL = f"{YGGTORRENT_BASE_URL}/engine/get_files?torrent=" -headers = {'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36'} def set_yggtorrent_tld(yggtorrent_tld=None): """ @@ -78,7 +77,7 @@ def set_yggtorrent_tld(yggtorrent_tld=None): YGGTORRENT_SEARCH_URL = f"{YGGTORRENT_BASE_URL}/engine/search?name=" - YGGTORRENT_DOMAIN = ".yggtorrent.se" + YGGTORRENT_DOMAIN = ".yggtorrent.gg" YGGTORRENT_GET_FILES = f"{YGGTORRENT_BASE_URL}/engine/get_files?torrent=" YGGTORRENT_GET_INFO = f"https://www2.yggtorrentchg/engine/get_nfo?torrent=" @@ -109,7 +108,7 @@ class YggTorrentScraper: "User-Agent": "PostmanRuntime/7.17.1", "Accept": "*/*", "Cache-Control": "no-cache", - "Host": f"www2.yggtorrent.{YGGTORRENT_TLD}", + "Host": f"www.yggtorrent.{YGGTORRENT_TLD}", "Accept-Encoding": "gzip, deflate", "Connection": "keep-alive", } @@ -146,7 +145,7 @@ class YggTorrentScraper: """ Logout request """ - response = self.session.get(YGGTORRENT_LOGOUT_URL, headers=headers) + response = self.session.get(YGGTORRENT_LOGOUT_URL) self.session.cookies.clear() @@ -161,18 +160,13 @@ class YggTorrentScraper: return False - #kopa - def search_old(self, parameters): + def search(self, parameters): search_url = create_search_url(parameters) + torrents_url = self.get_torrents_url(search_url, parameters) return torrents_url - def search(self, parameters): -# torrents_url = os.popen('gecko/torrent_search.py didier') - torrents_url = exec(open('/home/iptubes/astroport-iptubes/yggcrawl/gecko/torrent_search.py').read()) - return torrents_url - def extract_details(self, torrent_url): """ Extract informations from torrent's url @@ -181,7 +175,7 @@ class YggTorrentScraper: torrents = [] - response = self.session.get(torrent_url, headers=headers) + response = self.session.get(torrent_url) torrent_page = BeautifulSoup(response.content, features="lxml") @@ -244,7 +238,7 @@ class YggTorrentScraper: "input", {"type": "hidden", "name": "target"} )["value"] - response = self.session.get(YGGTORRENT_GET_FILES + torrent_id, headers=headers) + response = self.session.get(YGGTORRENT_GET_FILES + torrent_id) files_page = BeautifulSoup(response.content, features="lxml") @@ -299,12 +293,12 @@ class YggTorrentScraper: return torrents_url -#kopaa def get_torrents_url(self, search_url, parameters): """ Return """ - response = self.session.get(search_url, headers=headers) + + response = self.session.get(search_url) search_page = BeautifulSoup(response.content, features="lxml") @@ -324,7 +318,7 @@ class YggTorrentScraper: search_url = create_search_url(parameters) - response = self.session.get(search_url, headers=headers) + response = self.session.get(search_url) search_page = BeautifulSoup(response.content, features="lxml") @@ -335,7 +329,7 @@ class YggTorrentScraper: return torrents - def download_from_torrent_url(self, torrent_url=None, destination_path="./data/tmp/torrents/"): + def download_from_torrent_url(self, torrent_url=None, destination_path="./"): if torrent_url is not None: torrent = self.extract_details(torrent_url) @@ -343,19 +337,19 @@ class YggTorrentScraper: torrent_url=torrent.url, destination_path=destination_path ) - def download_from_torrent(self, torrent=None, destination_path="./data/tmp/torrents/"): + def download_from_torrent(self, torrent=None, destination_path="./"): if torrent is not None: return self.download_from_torrent_download_url( torrent_url=torrent.url, destination_path=destination_path ) def download_from_torrent_download_url( - self, torrent_url=None, destination_path="./data/tmp/torrents/" + self, torrent_url=None, destination_path="./" ): if torrent_url is None: raise Exception("Invalid torrent_url, make sure you are logged") - response = self.session.get(YGGTORRENT_BASE_URL + torrent_url, headers=headers) + response = self.session.get(YGGTORRENT_BASE_URL + torrent_url) temp_file_name = response.headers.get("content-disposition") @@ -374,6 +368,7 @@ class YggTorrentScraper: return file_full_path + def create_search_url(parameters): """ Return a formated URL for torrent's search diff --git a/yggcrawl/yggtorrentscraper_old.py b/yggcrawl/yggtorrentscraper_old.py new file mode 100644 index 0000000..befab5c --- /dev/null +++ b/yggcrawl/yggtorrentscraper_old.py @@ -0,0 +1,452 @@ +import datetime +import logging +import os +import re + +import requests +from bs4 import BeautifulSoup + +from .torrent import Torrent, TorrentComment, TorrentFile +from .categories import categories + +YGGTORRENT_TLD = "se" + +YGGTORRENT_BASE_URL = f"https://www2.yggtorrent.{YGGTORRENT_TLD}" + +YGGTORRENT_LOGIN_URL = f"{YGGTORRENT_BASE_URL}/user/login" +YGGTORRENT_LOGOUT_URL = f"{YGGTORRENT_BASE_URL}/user/logout?attempt=1" + +YGGTORRENT_SEARCH_URL = f"{YGGTORRENT_BASE_URL}/engine/search?name=" + +logger = logging.getLogger("yggtorrentscraper") + +YGGTORRENT_DOMAIN = f".yggtorrent.{YGGTORRENT_TLD}" +YGGTORRENT_TOKEN_COOKIE = "ygg_" + +YGGTORRENT_SEARCH_URL_DESCRIPTION = "&description=" +YGGTORRENT_SEARCH_URL_FILE = "&file=" +YGGTORRENT_SEARCH_URL_UPLOADER = "&uploader=" +YGGTORRENT_SEARCH_URL_CATEGORY = "&category=" +YGGTORRENT_SEARCH_URL_SUB_CATEGORY = "&sub_category=" +YGGTORRENT_SEARCH_URL_ORDER = "&order=" +YGGTORRENT_SEARCH_URL_SORT = "&sort=" +YGGTORRENT_SEARCH_URL_DO = "&do=" +YGGTORRENT_SEARCH_URL_PAGE = "&page=" + +YGGTORRENT_SEARCH_URL_DESCRIPTION = "&description=" +YGGTORRENT_SEARCH_URL_FILE = "&file=" +YGGTORRENT_SEARCH_URL_UPLOADER = "&uploader=" +YGGTORRENT_SEARCH_URL_CATEGORY = "&category=" +YGGTORRENT_SEARCH_URL_SUB_CATEGORY = "&sub_category=" +YGGTORRENT_SEARCH_URL_ORDER = "&order=" +YGGTORRENT_SEARCH_URL_SORT = "&sort=" +YGGTORRENT_SEARCH_URL_DO = "&do=" +YGGTORRENT_SEARCH_URL_PAGE = "&page=" + +YGGTORRENT_GET_FILES = f"{YGGTORRENT_BASE_URL}/engine/get_files?torrent=" +YGGTORRENT_GET_INFO = f"https://www2.yggtorrentchg/engine/get_nfo?torrent=" + +YGGTORRENT_MOST_COMPLETED_URL = f"{YGGTORRENT_BASE_URL}/engine/mostcompleted" + +TORRENT_PER_PAGE = 50 + +YGGTORRENT_FILES_URL = f"{YGGTORRENT_BASE_URL}/engine/get_files?torrent=" + + +def set_yggtorrent_tld(yggtorrent_tld=None): + """ + Redefine all string variable according to new TLD + """ + + global YGGTORRENT_TLD + global YGGTORRENT_BASE_URL + global YGGTORRENT_LOGIN_URL + global YGGTORRENT_SEARCH_URL + global YGGTORRENT_DOMAIN + global YGGTORRENT_GET_FILES + global YGGTORRENT_GET_INFO + global YGGTORRENT_MOST_COMPLETED_URL + global YGGTORRENT_FILES_URL + + YGGTORRENT_TLD = yggtorrent_tld + + YGGTORRENT_BASE_URL = f"https://www2.yggtorrent.{YGGTORRENT_TLD}" + + YGGTORRENT_LOGIN_URL = f"{YGGTORRENT_BASE_URL}/user/login" + YGGTORRENT_SEARCH_URL = f"{YGGTORRENT_BASE_URL}/user/logout" + + YGGTORRENT_SEARCH_URL = f"{YGGTORRENT_BASE_URL}/engine/search?name=" + + YGGTORRENT_DOMAIN = ".yggtorrent.gg" + + YGGTORRENT_GET_FILES = f"{YGGTORRENT_BASE_URL}/engine/get_files?torrent=" + YGGTORRENT_GET_INFO = f"https://www2.yggtorrentchg/engine/get_nfo?torrent=" + + YGGTORRENT_MOST_COMPLETED_URL = f"{YGGTORRENT_BASE_URL}/engine/mostcompleted" + + YGGTORRENT_FILES_URL = f"{YGGTORRENT_BASE_URL}/engine/get_files?torrent=" + + +def get_yggtorrent_tld(): + return YGGTORRENT_TLD + + +class YggTorrentScraper: + session = None + + def __init__(self, session): + self.session = session + + def login(self, identifiant, password): + """ + Login request with the specified identifiant and password, return an yggtorrent_token, necessary to download + """ + self.session.cookies.clear() + + headers = { + "Content-Type": "application/x-www-form-urlencoded", + "User-Agent": "PostmanRuntime/7.17.1", + "Accept": "*/*", + "Cache-Control": "no-cache", + "Host": f"www.yggtorrent.{YGGTORRENT_TLD}", + "Accept-Encoding": "gzip, deflate", + "Connection": "keep-alive", + } + + response = self.session.post( + YGGTORRENT_LOGIN_URL, + data={"id": identifiant, "pass": password}, + headers=headers, + ) + + logger.debug("status_code : %s", response.status_code) + + yggtorrent_token = None + + if response.status_code == 200: + logger.debug("Login successful") + yggtorrent_token = response.cookies.get_dict()[YGGTORRENT_TOKEN_COOKIE] + + cookie = requests.cookies.create_cookie( + domain=YGGTORRENT_DOMAIN, + name=YGGTORRENT_TOKEN_COOKIE, + value=yggtorrent_token, + ) + + self.session.cookies.set_cookie(cookie) + + return True + else: + logger.debug("Login failed") + + return False + + def logout(self): + """ + Logout request + """ + response = self.session.get(YGGTORRENT_LOGOUT_URL) + + self.session.cookies.clear() + + logger.debug("status_code : %s", response.status_code) + + if response.status_code == 200: + logger.debug("Logout successful") + + return True + else: + logger.debug("Logout failed") + + return False + + def search(self, parameters): + search_url = create_search_url(parameters) + + torrents_url = self.get_torrents_url(search_url, parameters) + + return torrents_url + + def extract_details(self, torrent_url): + """ + Extract informations from torrent's url + """ + logger.debug("torrent_url : %s", torrent_url) + + torrents = [] + + response = self.session.get(torrent_url) + + torrent_page = BeautifulSoup(response.content, features="lxml") + + torrent = Torrent() + + term_tags = torrent_page.find_all("a", {"class": "term"}) + + for term_tag in term_tags: + torrent.keywords.append(term_tag.text) + + connection_tags = torrent_page.find("tr", {"id": "adv_search_cat"}).find_all( + "strong" + ) + + informations_tag = ( + torrent_page.find("table", {"class": "informations"}) + .find("tbody") + .find_all("tr") + ) + + download_button = torrent_page.find("a", {"class": "butt"}) + + if download_button.has_attr("href"): + torrent.url = download_button["href"] + + torrent.seeders = int(connection_tags[0].text.replace(" ", "")) + torrent.leechers = int(connection_tags[1].text.replace(" ", "")) + torrent.completed = int(connection_tags[2].text.replace(" ", "")) + + torrent.name = informations_tag[0].find_all("td")[1].text + torrent.size = informations_tag[3].find_all("td")[1].text + torrent.uploader = informations_tag[5].find_all("td")[1].text + + mydatetime = re.search( + "([0-9]*\/[0-9]*\/[0-9]* [0-9]*:[0-9]*)", + informations_tag[6].find_all("td")[1].text, + 0, + ).group(0) + + torrent.uploaded_datetime = datetime.datetime.strptime( + mydatetime, "%d/%m/%Y %H:%M" + ) + + message_tags = torrent_page.find_all("div", {"class": "message"}) + + for message_tag in message_tags: + torrent_comment = TorrentComment() + + torrent_comment.author = message_tag.find("a").text + torrent_comment.posted = message_tag.find("strong").text + torrent_comment.text = message_tag.find( + "span", {"id": "comment_text"} + ).text.strip() + + torrent.comments.append(torrent_comment) + + torrents.append(torrent) + + torrent_id = torrent_page.find("form", {"id": "report-torrent"}).find( + "input", {"type": "hidden", "name": "target"} + )["value"] + + response = self.session.get(YGGTORRENT_GET_FILES + torrent_id) + + files_page = BeautifulSoup(response.content, features="lxml") + + file_tags = files_page.find_all("tr") + + for file_tag in file_tags: + torrent_file = TorrentFile() + + td_tags = file_tag.find_all("td") + + torrent_file.file_size = ( + td_tags[0] + .text.replace("\\r", "") + .replace("\\n", "") + .replace("\\t", "") + .strip() + ) + torrent_file.file_name = ( + td_tags[1] + .text.replace("\\r", "") + .replace("\\n", "") + .replace("\\t", "") + .replace("\\", "") + .replace(" ", "") + .strip() + ) + + torrent.files.append(torrent_file) + + return torrent + + def most_completed(self): + """ + Return the most completed torrents url (TOP 100) + """ + + header = {"Accept": "application/json, text/javascript, */*; q=0.01"} + self.session.post(YGGTORRENT_MOST_COMPLETED_URL, headers=header) + + json_response = self.session.post( + YGGTORRENT_MOST_COMPLETED_URL, headers=header + ).json() + + torrents_url = [] + + for json_item in json_response: + root = BeautifulSoup(json_item[1], features="lxml") + + a_tag = root.find("a") + + torrents_url.append(a_tag["href"]) + + return torrents_url + + def get_torrents_url(self, search_url, parameters): + """ + Return + """ + + response = self.session.get(search_url) + + search_page = BeautifulSoup(response.content, features="lxml") + + pagination = search_page.find("ul", {"class": "pagination"}) + + if pagination is None: + limit_page = 1 + else: + pagination_item = pagination.find_all("a") + + limit_page = int(pagination_item[-1]["data-ci-pagination-page"]) + + torrents = [] + + for page in range(0, limit_page): + parameters["page"] = page * TORRENT_PER_PAGE + + search_url = create_search_url(parameters) + + response = self.session.get(search_url) + + search_page = BeautifulSoup(response.content, features="lxml") + + torrents_tag = search_page.findAll("a", {"id": "torrent_name"}) + + for torrent_tag in torrents_tag: + torrents.append(torrent_tag["href"]) + + return torrents + + def download_from_torrent_url(self, torrent_url=None, destination_path="./"): + if torrent_url is not None: + torrent = self.extract_details(torrent_url) + + return self.download_from_torrent_download_url( + torrent_url=torrent.url, destination_path=destination_path + ) + + def download_from_torrent(self, torrent=None, destination_path="./"): + if torrent is not None: + return self.download_from_torrent_download_url( + torrent_url=torrent.url, destination_path=destination_path + ) + + def download_from_torrent_download_url( + self, torrent_url=None, destination_path="./" + ): + if torrent_url is None: + raise Exception("Invalid torrent_url, make sure you are logged") + + response = self.session.get(YGGTORRENT_BASE_URL + torrent_url) + + temp_file_name = response.headers.get("content-disposition") + + file_name = temp_file_name[temp_file_name.index("filename=") + 10 : -1] + + if not os.path.exists(destination_path): + os.makedirs(destination_path) + + file_full_path = os.path.join(destination_path, file_name) + + file = open(file_full_path, "wb") + + file.write(response.content) + + file.close() + + return file_full_path + + +def create_search_url(parameters): + """ + Return a formated URL for torrent's search + """ + + formated_search_url = YGGTORRENT_SEARCH_URL + + if "name" in parameters: + formated_search_url += parameters["name"].replace(" ", "+") + + if "page" in parameters: + formated_search_url += YGGTORRENT_SEARCH_URL_PAGE + formated_search_url += str(parameters["page"]) + + if "descriptions" in parameters: + formated_search_url += YGGTORRENT_SEARCH_URL_DESCRIPTION + + for description in parameters["descriptions"]: + formated_search_url += description + formated_search_url += "+" + + if "files" in parameters: + formated_search_url += YGGTORRENT_SEARCH_URL_FILE + + for file in parameters["files"]: + formated_search_url += file + formated_search_url += "+" + + if "uploader" in parameters: + formated_search_url += YGGTORRENT_SEARCH_URL_UPLOADER + formated_search_url += parameters["uploader"] + + if "sort" in parameters: + formated_search_url += YGGTORRENT_SEARCH_URL_SORT + formated_search_url += parameters["sort"] + + if "order" in parameters: + formated_search_url += YGGTORRENT_SEARCH_URL_ORDER + formated_search_url += parameters["order"] + + if "category" in parameters: + for category in categories: + if parameters["category"] == category["name"]: + formated_search_url += YGGTORRENT_SEARCH_URL_CATEGORY + formated_search_url += category["id"] + + if "subcategory" in parameters: + for subcategory in category["subcategories"]: + if parameters["subcategory"] == subcategory["name"]: + formated_search_url += YGGTORRENT_SEARCH_URL_SUB_CATEGORY + formated_search_url += subcategory["id"] + if "options" in parameters: + for key, values in parameters["options"].items(): + for option in subcategory["options"]: + if key == option["name"]: + for searched_value in values: + for index, value in enumerate( + option["values"] + ): + if searched_value == value: + formated_search_url += ( + "&option_" + ) + formated_search_url += option[ + "name" + ] + # options_index.append(index) + if "multiple" in option: + formated_search_url += ( + "%3Amultiple" + ) + + formated_search_url += "[]=" + formated_search_url += str( + index + 1 + ) + + formated_search_url += YGGTORRENT_SEARCH_URL_DO + formated_search_url += "search" + + return formated_search_url diff --git a/yggcrawl/yggtorrentscraper_selenium.py b/yggcrawl/yggtorrentscraper_selenium.py new file mode 100644 index 0000000..a9c93d0 --- /dev/null +++ b/yggcrawl/yggtorrentscraper_selenium.py @@ -0,0 +1,476 @@ +import datetime +import logging +import os +import re + +import requests +from bs4 import BeautifulSoup + +from .torrent import Torrent, TorrentComment, TorrentFile +from .categories import categories + + +import sys +import time + +from selenium import webdriver +from selenium.webdriver.common.by import By +from selenium.webdriver.support.ui import WebDriverWait +from selenium.webdriver.support import expected_conditions as EC +from selenium.common.exceptions import TimeoutException, NoSuchElementException + +from random import randint + +YGGTORRENT_TLD = "se" + +YGGTORRENT_BASE_URL = f"https://www2.yggtorrent.{YGGTORRENT_TLD}" + +YGGTORRENT_LOGIN_URL = f"{YGGTORRENT_BASE_URL}/user/login" +YGGTORRENT_LOGOUT_URL = f"{YGGTORRENT_BASE_URL}/user/logout" + +YGGTORRENT_SEARCH_URL = f"{YGGTORRENT_BASE_URL}/engine/search?name=" + +logger = logging.getLogger("yggtorrentscraper") + +YGGTORRENT_DOMAIN = f".yggtorrent.{YGGTORRENT_TLD}" +YGGTORRENT_TOKEN_COOKIE = "ygg_" + +YGGTORRENT_SEARCH_URL_DESCRIPTION = "&description=" +YGGTORRENT_SEARCH_URL_FILE = "&file=" +YGGTORRENT_SEARCH_URL_UPLOADER = "&uploader=" +YGGTORRENT_SEARCH_URL_CATEGORY = "&category=" +YGGTORRENT_SEARCH_URL_SUB_CATEGORY = "&sub_category=" +YGGTORRENT_SEARCH_URL_ORDER = "&order=" +YGGTORRENT_SEARCH_URL_SORT = "&sort=" +YGGTORRENT_SEARCH_URL_DO = "&do=" +YGGTORRENT_SEARCH_URL_PAGE = "&page=" + +YGGTORRENT_SEARCH_URL_DESCRIPTION = "&description=" +YGGTORRENT_SEARCH_URL_FILE = "&file=" +YGGTORRENT_SEARCH_URL_UPLOADER = "&uploader=" +YGGTORRENT_SEARCH_URL_CATEGORY = "&category=" +YGGTORRENT_SEARCH_URL_SUB_CATEGORY = "&sub_category=" +YGGTORRENT_SEARCH_URL_ORDER = "&order=" +YGGTORRENT_SEARCH_URL_SORT = "&sort=" +YGGTORRENT_SEARCH_URL_DO = "&do=" +YGGTORRENT_SEARCH_URL_PAGE = "&page=" + +YGGTORRENT_GET_FILES = f"{YGGTORRENT_BASE_URL}/engine/get_files?torrent=" +YGGTORRENT_GET_INFO = f"https://www2.yggtorrentchg/engine/get_nfo?torrent=" + +YGGTORRENT_MOST_COMPLETED_URL = f"{YGGTORRENT_BASE_URL}/engine/mostcompleted" + +TORRENT_PER_PAGE = 50 + +YGGTORRENT_FILES_URL = f"{YGGTORRENT_BASE_URL}/engine/get_files?torrent=" + + +def set_yggtorrent_tld(yggtorrent_tld=None): + """ + Redefine all string variable according to new TLD + """ + + global YGGTORRENT_TLD + global YGGTORRENT_BASE_URL + global YGGTORRENT_LOGIN_URL + global YGGTORRENT_SEARCH_URL + global YGGTORRENT_DOMAIN + global YGGTORRENT_GET_FILES + global YGGTORRENT_GET_INFO + global YGGTORRENT_MOST_COMPLETED_URL + global YGGTORRENT_FILES_URL + + YGGTORRENT_TLD = yggtorrent_tld + + YGGTORRENT_BASE_URL = f"https://www2.yggtorrent.{YGGTORRENT_TLD}" + + YGGTORRENT_LOGIN_URL = f"{YGGTORRENT_BASE_URL}/user/login" + YGGTORRENT_SEARCH_URL = f"{YGGTORRENT_BASE_URL}/user/logout" + + YGGTORRENT_SEARCH_URL = f"{YGGTORRENT_BASE_URL}/engine/search?name=" + + YGGTORRENT_DOMAIN = ".yggtorrent.gg" + + YGGTORRENT_GET_FILES = f"{YGGTORRENT_BASE_URL}/engine/get_files?torrent=" + YGGTORRENT_GET_INFO = f"https://www2.yggtorrentchg/engine/get_nfo?torrent=" + + YGGTORRENT_MOST_COMPLETED_URL = f"{YGGTORRENT_BASE_URL}/engine/mostcompleted" + + YGGTORRENT_FILES_URL = f"{YGGTORRENT_BASE_URL}/engine/get_files?torrent=" + + +def get_yggtorrent_tld(): + return YGGTORRENT_TLD + + +class YggTorrentScraperSelenium: + def __init__(self, driver=None, driver_path=None): + if driver_path is not None: + options = webdriver.ChromeOptions() + options.add_argument("--log-level=3") + options.add_argument("--disable-blink-features") + options.add_argument("--disable-blink-features=AutomationControlled") + options.add_experimental_option("excludeSwitches", ["enable-logging"]) + + self.driver = webdriver.Chrome(driver_path, options=options) + else: + self.driver = driver + + def login(self, identifiant, password): + self.driver.get(YGGTORRENT_BASE_URL) + WebDriverWait(self.driver, 30000).until( + EC.presence_of_element_located((By.CSS_SELECTOR, "#title")) + ) + + register_button = self.driver.find_element_by_css_selector("#register") + + self.driver.execute_script("arguments[0].click();", register_button) + + input_identifiant = self.driver.find_element_by_css_selector("input[name='id']") + + input_identifiant.clear() + input_identifiant.send_keys(identifiant) + + input_password = self.driver.find_element_by_css_selector("input[name='pass']") + + input_password.clear() + input_password.send_keys(password) + + login_button = self.driver.find_element_by_css_selector("#user-login button") + + self.driver.execute_script("arguments[0].click();", login_button) + + time.sleep(1) + + account_banned = self.driver.find_element_by_css_selector("#ban_msg_login") + invalid_password = self.driver.find_element_by_css_selector("#login_msg_pass") + not_activated_account = self.driver.find_element_by_css_selector( + "#login_msg_mail" + ) + + if ( + len(account_banned.get_attribute("style")) == 0 + or len(invalid_password.get_attribute("style")) == 0 + or len(not_activated_account.get_attribute("style")) == 0 + ): + return False + + try: + WebDriverWait(self.driver, 5).until( + EC.presence_of_element_located((By.CSS_SELECTOR, "#panel-btn")) + ) + except TimeoutException: + return False + + return True + + def logout(self): + """ + Logout request + """ + + # Déconnexion + self.driver.get(YGGTORRENT_LOGOUT_URL) + + time.sleep(1) + + try: + panel_button = self.driver.find_element_by_css_selector("#panel-btn") + except NoSuchElementException: + return True + + return False + + def search(self, parameters): + search_url = create_search_url(parameters) + + torrents_url = self.get_torrents_url(search_url, parameters) + + return torrents_url + + def extract_details(self, torrent_url): + """ + Extract informations from torrent's url + """ + logger.debug("torrent_url : %s", torrent_url) + + self.driver.get(torrent_url) + + WebDriverWait(self.driver, 30000).until( + EC.presence_of_element_located((By.CSS_SELECTOR, "#title")) + ) + + torrents = [] + + torrent_page = BeautifulSoup(self.driver.page_source, features="lxml") + + torrent = Torrent() + torrent.url = torrent_url + + term_tags = torrent_page.find_all("a", {"class": "term"}) + + for term_tag in term_tags: + torrent.keywords.append(term_tag.text) + + connection_tags = torrent_page.find("tr", {"id": "adv_search_cat"}).find_all( + "strong" + ) + + informations_tag = ( + torrent_page.find("table", {"class": "informations"}) + .find("tbody") + .find_all("tr") + ) + + download_button = torrent_page.find("a", {"class": "butt"}) + + if download_button.has_attr("href"): + torrent.download_url = download_button["href"] + + torrent.seeders = int(connection_tags[0].text.replace(" ", "")) + torrent.leechers = int(connection_tags[1].text.replace(" ", "")) + torrent.completed = int(connection_tags[2].text.replace(" ", "")) + + torrent.name = informations_tag[0].find_all("td")[1].text + torrent.size = informations_tag[3].find_all("td")[1].text + torrent.uploader = informations_tag[5].find_all("td")[1].text + + mydatetime = re.search( + "([0-9]*\/[0-9]*\/[0-9]* [0-9]*:[0-9]*)", + informations_tag[6].find_all("td")[1].text, + 0, + ).group(0) + + torrent.uploaded_datetime = datetime.datetime.strptime( + mydatetime, "%d/%m/%Y %H:%M" + ) + + message_tags = torrent_page.find_all("div", {"class": "message"}) + + for message_tag in message_tags: + torrent_comment = TorrentComment() + + torrent_comment.author = message_tag.find("a").text + torrent_comment.posted = message_tag.find("strong").text + torrent_comment.text = message_tag.find( + "span", {"id": "comment_text"} + ).text.strip() + + torrent.comments.append(torrent_comment) + + torrents.append(torrent) + + torrent_id = torrent_page.find("form", {"id": "report-torrent"}).find( + "input", {"type": "hidden", "name": "target"} + )["value"] + + self.driver.get(torrent_url) + + WebDriverWait(self.driver, 30000).until( + EC.presence_of_element_located((By.CSS_SELECTOR, "#informationsContainer")) + ) + + files_page = BeautifulSoup(self.driver.page_source, features="lxml") + + file_tags = files_page.find_all("tr") + + for file_tag in file_tags: + torrent_file = TorrentFile() + + td_tags = file_tag.find_all("td") + + torrent_file.file_size = ( + td_tags[0] + .text.replace("\\r", "") + .replace("\\n", "") + .replace("\\t", "") + .strip() + ) + + torrent_file.file_name = ( + td_tags[1] + .text.replace("\\r", "") + .replace("\\n", "") + .replace("\\t", "") + .replace("\\", "") + .replace(" ", "") + .strip() + ) + + torrent.files.append(torrent_file) + + return torrent + + def most_completed(self): + """ + Return the most completed torrents url (TOP 100) + """ + + self.driver.get(YGGTORRENT_MOST_COMPLETED_URL) + + WebDriverWait(self.driver, 30000).until( + EC.presence_of_element_located( + (By.CSS_SELECTOR, "#DataTables_Table_0_wrapper") + ) + ) + + torrents_url = [] + + root = BeautifulSoup(self.driver.page_source, features="lxml") + + tbody_element = root.find("tbody") + + tr_elements = tbody_element.find_all("tr") + + for tr_element in tr_elements: + a_elements = tr_element.find_all("a") + + a_element = a_elements[1] + torrents_url.append(a_element["href"]) + + return torrents_url + + def get_torrents_url(self, search_url, parameters): + """ + Return + """ + + self.driver.get(search_url) + + WebDriverWait(self.driver, 30000).until( + EC.presence_of_element_located((By.CSS_SELECTOR, "#criteriarecherche")) + ) + + search_page = BeautifulSoup(self.driver.page_source, features="lxml") + + pagination = search_page.find("ul", {"class": "pagination"}) + + if pagination is None: + limit_page = 1 + else: + pagination_item = pagination.find_all("a") + + limit_page = int(pagination_item[-1]["data-ci-pagination-page"]) + + torrents = [] + + for page in range(0, limit_page): + parameters["page"] = page * TORRENT_PER_PAGE + + search_url = create_search_url(parameters) + + self.driver.get(search_url) + + WebDriverWait(self.driver, 30000).until( + EC.presence_of_element_located( + (By.CSS_SELECTOR, "#over-18-notification") + ) + ) + + search_page = BeautifulSoup(self.driver.page_source, features="lxml") + + torrents_tag = search_page.findAll("a", {"id": "torrent_name"}) + + for torrent_tag in torrents_tag: + torrents.append(torrent_tag["href"]) + + return torrents + + def download_from_torrent_url(self, torrent_url=None, destination_path="./"): + if torrent_url is not None: + self.driver.get(torrent_url) + + WebDriverWait(self.driver, 30000).until( + EC.presence_of_element_located((By.CSS_SELECTOR, "#title")) + ) + + download_button = self.driver.find_element_by_css_selector("a.butt") + + self.driver.execute_script("arguments[0].click();", download_button) + + def download_from_torrent(self, torrent=None, destination_path="./"): + if torrent is not None: + self.download_from_torrent_url(torrent.url) + + +def create_search_url(parameters): + """ + Return a formated URL for torrent's search + """ + + formated_search_url = YGGTORRENT_SEARCH_URL + + if "name" in parameters: + formated_search_url += parameters["name"].replace(" ", "+") + + if "page" in parameters: + formated_search_url += YGGTORRENT_SEARCH_URL_PAGE + formated_search_url += str(parameters["page"]) + + if "descriptions" in parameters: + formated_search_url += YGGTORRENT_SEARCH_URL_DESCRIPTION + + for description in parameters["descriptions"]: + formated_search_url += description + formated_search_url += "+" + + if "files" in parameters: + formated_search_url += YGGTORRENT_SEARCH_URL_FILE + + for file in parameters["files"]: + formated_search_url += file + formated_search_url += "+" + + if "uploader" in parameters: + formated_search_url += YGGTORRENT_SEARCH_URL_UPLOADER + formated_search_url += parameters["uploader"] + + if "sort" in parameters: + formated_search_url += YGGTORRENT_SEARCH_URL_SORT + formated_search_url += parameters["sort"] + + if "order" in parameters: + formated_search_url += YGGTORRENT_SEARCH_URL_ORDER + formated_search_url += parameters["order"] + + if "category" in parameters: + for category in categories: + if parameters["category"] == category["name"]: + formated_search_url += YGGTORRENT_SEARCH_URL_CATEGORY + formated_search_url += category["id"] + + if "subcategory" in parameters: + for subcategory in category["subcategories"]: + if parameters["subcategory"] == subcategory["name"]: + formated_search_url += YGGTORRENT_SEARCH_URL_SUB_CATEGORY + formated_search_url += subcategory["id"] + if "options" in parameters: + for key, values in parameters["options"].items(): + for option in subcategory["options"]: + if key == option["name"]: + for searched_value in values: + for index, value in enumerate( + option["values"] + ): + if searched_value == value: + formated_search_url += ( + "&option_" + ) + formated_search_url += option[ + "name" + ] + # options_index.append(index) + if "multiple" in option: + formated_search_url += ( + "%3Amultiple" + ) + + formated_search_url += "[]=" + formated_search_url += str( + index + 1 + ) + + formated_search_url += YGGTORRENT_SEARCH_URL_DO + formated_search_url += "search" + + return formated_search_url