Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: 控制台错误打印 #743

Closed
4 of 7 tasks
Rekoe opened this issue Dec 26, 2024 · 19 comments
Closed
4 of 7 tasks

[Bug]: 控制台错误打印 #743

Rekoe opened this issue Dec 26, 2024 · 19 comments
Labels
bug Something isn't working incomplete Further information is needed

Comments

@Rekoe
Copy link

Rekoe commented Dec 26, 2024

Don't skip these steps | 不要跳过这些步骤

  • I understand that I will be blocked if I intentionally remove or skip any mandatory* field | 我明白,如果我“故意”删除或跳过任何强制性的*字段,我将被封锁
  • I have checked through the search that there are no similar issues that already exist | 我已经通过搜索仔细检查过没有存在已经创建的相似问题
  • I will not submit any issues that are not related to this project | 我不会提交任何与本项目无关的问题

Occurrence environment | 触发环境

  • Workflow | 工作流
  • GUI | 软件
  • Docker
  • Command line | 命令行

Bug description | 具体描述

Could not find local data/json file or could not parse the contents using pkg-resource. Traceback (most recent call last): File "fake_useragent\utils.py", line 56, in load File "importlib\resources\_common.py", line 46, in wrapper File "importlib\resources\_common.py", line 56, in files File "functools.py", line 929, in wrapper File "importlib\resources\_common.py", line 82, in _ File "importlib\__init__.py", line 88, in import_module File "<frozen importlib._bootstrap>", line 1387, in _gcd_import File "<frozen importlib._bootstrap>", line 1360, in _find_and_load File "<frozen importlib._bootstrap>", line 1324, in _find_and_load_unlocked ModuleNotFoundError: No module named 'fake_useragent.data'

Error log | 报错日志

Could not find local data/json file or could not parse the contents using pkg-resource. Traceback (most recent call last): File "fake_useragent\utils.py", line 56, in load File "importlib\resources\_common.py", line 46, in wrapper File "importlib\resources\_common.py", line 56, in files File "functools.py", line 929, in wrapper File "importlib\resources\_common.py", line 82, in _ File "importlib\__init__.py", line 88, in import_module File "<frozen importlib._bootstrap>", line 1387, in _gcd_import File "<frozen importlib._bootstrap>", line 1360, in _find_and_load File "<frozen importlib._bootstrap>", line 1324, in _find_and_load_unlocked ModuleNotFoundError: No module named 'fake_useragent.data'

@Rekoe Rekoe added the bug Something isn't working label Dec 26, 2024
@Guovin
Copy link
Owner

Guovin commented Dec 26, 2024

将你的config/config.ini发上来看看?

@Guovin Guovin added the incomplete Further information is needed label Dec 26, 2024
@Rekoe
Copy link
Author

Rekoe commented Dec 26, 2024

`[Settings]
open_driver = False
open_empty_category = False
open_filter_resolution = True
open_filter_speed = True
open_hotel = True
open_hotel_foodie = True
open_hotel_fofa = True
open_keep_all = False
open_m3u_result = True
open_multicast = False
open_multicast_foodie = False
open_multicast_fofa = False
open_online_search = False
open_proxy = False
open_request = True
open_service = True
open_sort = True
open_subscribe = False
open_supply = True
open_update = True
open_update_time = True
open_url_info = True
open_use_cache = True
open_use_old_result = False
app_port = 8000
final_file = output/result.txt
hotel_num = 10
hotel_page_num = 1
hotel_region_list = 全部
ipv4_num = 5
ipv6_num = 5
ipv6_support = True
ipv_type = IPv4
ipv_type_prefer = IPv4
min_resolution = 1920x1080
min_speed = 0.2
multicast_num = 10
multicast_page_num = 1
multicast_region_list = 全部
online_search_num = 0
online_search_page_num = 1
origin_type_prefer =
recent_days = 30
request_timeout = 10
sort_timeout = 10
source_file = config/demo.txt
subscribe_num = 10
urls_limit = 10
open_requests = True

`

@Guovin
Copy link
Owner

Guovin commented Dec 26, 2024

重新下载release,再运行看看?

@Rekoe
Copy link
Author

Rekoe commented Dec 26, 2024

好的

@Rekoe
Copy link
Author

Rekoe commented Dec 26, 2024

还是同样的错误

@Rekoe
Copy link
Author

Rekoe commented Dec 26, 2024

Traceback (most recent call last): File "fake_useragent\utils.py", line 56, in load File "importlib\resources\_common.py", line 46, in wrapper File "importlib\resources\_common.py", line 56, in files File "functools.py", line 929, in wrapper File "importlib\resources\_common.py", line 82, in _ File "importlib\__init__.py", line 88, in import_module File "<frozen importlib._bootstrap>", line 1387, in _gcd_import File "<frozen importlib._bootstrap>", line 1360, in _find_and_load File "<frozen importlib._bootstrap>", line 1324, in _find_and_load_unlocked ModuleNotFoundError: No module named 'fake_useragent.data' Could not find local data/json file or could not parse the contents using pkg-resource. Traceback (most recent call last): File "utils\retry.py", line 22, in retry_func File "updates\hotel\request.py", line 89, in <lambda> File "requests_custom\utils.py", line 42, in get_soup_requests File "requests_custom\utils.py", line 21, in get_source_requests File "fake_useragent\fake.py", line 177, in __init__ File "fake_useragent\utils.py", line 87, in load fake_useragent.errors.FakeUserAgentError: ('Data list is empty', None)

@Rekoe
Copy link
Author

Rekoe commented Dec 26, 2024

  File "fake_useragent\utils.py", line 71, in load
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\kouko\\AppData\\Local\\Temp\\_MEI23522\\fake_useragent\\data\\browsers.jsonl'
Failed to connect to the Foodie hotel search:重庆. Retrying 1...
Unable to find local data/json file or could not parse the contents using importlib-resources. Try pkg-resource next.
Traceback (most recent call last):
  File "fake_useragent\utils.py", line 56, in load
  File "importlib\resources\_common.py", line 46, in wrapper
  File "importlib\resources\_common.py", line 56, in files
  File "functools.py", line 929, in wrapper
  File "importlib\resources\_common.py", line 82, in _
  File "importlib\__init__.py", line 88, in import_module
  File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1324, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'fake_useragent.data'
Could not find local data/json file or could not parse the contents using pkg-resource.
Traceback (most recent call last):
  File "fake_useragent\utils.py", line 56, in load
  File "importlib\resources\_common.py", line 46, in wrapper
  File "importlib\resources\_common.py", line 56, in files
  File "functools.py", line 929, in wrapper
  File "importlib\resources\_common.py", line 82, in _
  File "importlib\__init__.py", line 88, in import_module
  File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1324, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'fake_useragent.data'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "fake_useragent\utils.py", line 71, in load
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\kouko\\AppData\\Local\\Temp\\_MEI23522\\fake_useragent\\data\\browsers.jsonl'
Unable to find local data/json file or could not parse the contents using importlib-resources. Try pkg-resource next.
Traceback (most recent call last):
  File "utils\retry.py", line 22, in retry_func
  File "updates\hotel\request.py", line 89, in <lambda>
  File "requests_custom\utils.py", line 42, in get_soup_requests
  File "requests_custom\utils.py", line 21, in get_source_requests
  File "fake_useragent\fake.py", line 177, in __init__
  File "fake_useragent\utils.py", line 87, in load
fake_useragent.errors.FakeUserAgentError: ('Data list is empty', None)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "updates\hotel\request.py", line 88, in process_region_by_hotel
  File "utils\retry.py", line 27, in retry_func
Exception: Failed to connect to the Foodie hotel search:陕西 reached the maximum retries.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "fake_useragent\utils.py", line 56, in load
  File "importlib\resources\_common.py", line 46, in wrapper
  File "importlib\resources\_common.py", line 56, in files
  File "functools.py", line 929, in wrapper
  File "importlib\resources\_common.py", line 82, in _
  File "importlib\__init__.py", line 88, in import_module
  File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1324, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'fake_useragent.data'
Could not find local data/json file or could not parse the contents using pkg-resource.
Traceback (most recent call last):
  File "utils\retry.py", line 22, in retry_func
  File "updates\hotel\request.py", line 89, in <lambda>
  File "requests_custom\utils.py", line 42, in get_soup_requests
  File "requests_custom\utils.py", line 21, in get_source_requests
  File "fake_useragent\fake.py", line 177, in __init__
  File "fake_useragent\utils.py", line 87, in load
fake_useragent.errors.FakeUserAgentError: ('Data list is empty', None)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "updates\hotel\request.py", line 88, in process_region_by_hotel
  File "utils\retry.py", line 27, in retry_func
Exception: Failed to connect to the Foodie hotel search:陕西 reached the maximum retries.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "fake_useragent\utils.py", line 56, in load
  File "importlib\resources\_common.py", line 46, in wrapper
  File "importlib\resources\_common.py", line 56, in files
  File "functools.py", line 929, in wrapper
  File "importlib\resources\_common.py", line 82, in _
  File "importlib\__init__.py", line 88, in import_module
  File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1324, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'fake_useragent.data'

During handling of the above exception, another exception occurred:```

@Guovin
Copy link
Owner

Guovin commented Dec 26, 2024

修改open_driver = True,如果不需要查询组播或酒店的线上数据就修改open_request = False

@Guovin
Copy link
Owner

Guovin commented Dec 26, 2024

修改open_driver = True,如果不需要查询组播或酒店的线上数据就修改open_request = False

相当于gui的开启浏览器模式和关闭网络请求

@Rekoe
Copy link
Author

Rekoe commented Dec 26, 2024

OK 懂了. 谢谢

@Rekoe
Copy link
Author

Rekoe commented Dec 26, 2024

修改 open_driver = True 进度一直是0

@Rekoe
Copy link
Author

Rekoe commented Dec 26, 2024

image
一直卡这没有进度

@Guovin
Copy link
Owner

Guovin commented Dec 26, 2024

把日志输出发一下

@Rekoe
Copy link
Author

Rekoe commented Dec 26, 2024

Processing fofa for hotel:   0%|                                                                | 0/45 [00:00<?, ?it/s]There was an error managing chromedriver (error decoding response body); using driver found in the cache

DevTools listening on ws://127.0.0.1:14878/devtools/browser/91167a1a-ccec-4ba2-b4b5-315476c8495e
Processing fofa for hotel:   2%|█▏                                                   | 1/45 [05:09<3:46:39, 309.09s/it]
DevTools listening on ws://127.0.0.1:14989/devtools/browser/cb7a6af0-b6a1-49d6-b463-4257be4eba01
Processing fofa for hotel:   4%|██▎                                                  | 2/45 [06:52<2:15:00, 188.38s/it]There was an error managing chromedriver (error decoding response body); using driver found in the cache

DevTools listening on ws://127.0.0.1:15107/devtools/browser/a801d17b-f592-45b2-b08b-47d9743c9430
[12544:9856:1226/202239.927:ERROR:shared_image_manager.cc(358)] SharedImageManager::ProduceMemory: Trying to Produce a Memory representation from a non-existent mailbox.
[12544:9856:1226/202239.927:ERROR:shared_image_manager.cc(358)] SharedImageManager::ProduceMemory: Trying to Produce a Memory representation from a non-existent mailbox.
Processing fofa for hotel: 100%|███████████████████████████████████████████████████████| 45/45 [09:08<00:00, 12.20s/it]
Foodie hotel search:   0%|                                                                      | 0/26 [00:00<?, ?it/s]
DevTools listening on ws://127.0.0.1:15145/devtools/browser/fbffe16c-bc87-4ad0-b835-f45c9377c5db

DevTools listening on ws://127.0.0.1:15147/devtools/browser/069cd2b0-8c12-4d65-b2b2-ab2e5725389b

DevTools listening on ws://127.0.0.1:15149/devtools/browser/0e0382ac-d9b5-4baa-a551-98ebfdcde618
湖南 page: 1 results num: 0
广东 page: 1 results num: 0
湖南:No results found
广东:No results found
北京 page: 1 results num: 0
北京:No results found
Foodie hotel search:  12%|███████▏                                                      | 3/26 [00:32<02:50,  7.40s/it]
DevTools listening on ws://127.0.0.1:15245/devtools/browser/89ae7e24-8850-49d6-b02d-dd00ecb05967

DevTools listening on ws://127.0.0.1:15249/devtools/browser/01bcdc4c-8033-4f5f-a4c0-ed2de53cd7a4

DevTools listening on ws://127.0.0.1:15267/devtools/browser/e9c288ad-9321-4b66-90bc-097f5582dc20
湖北 page: 1 results num: 0
湖北:No results found
浙江 page: 1 results num: 0
浙江:No results found
上海 page: 1 results num: 0
上海:No results found
Foodie hotel search:  15%|█████████▌                                                    | 4/26 [01:00<05:42, 15.58s/it]
DevTools listening on ws://127.0.0.1:15354/devtools/browser/b97dc4fb-34c4-495c-bdaf-efd400584cb6
Foodie hotel search:  19%|███████████▉                                                  | 5/26 [01:01<03:37, 10.34s/it]
DevTools listening on ws://127.0.0.1:15370/devtools/browser/8e5a1a5b-fdda-4164-a687-f6e1566d99cf

DevTools listening on ws://127.0.0.1:15372/devtools/browser/c128ad9c-e6a9-4362-9047-3262b0d82022
天津 page: 1 results num: 0
天津:No results found
江苏 page: 1 results num: 0
江苏:No results found
山东 page: 1 results num: 0
山东:No results found
Foodie hotel search:  31%|███████████████████                                           | 8/26 [01:30<02:45,  9.20s/it]
DevTools listening on ws://127.0.0.1:15473/devtools/browser/0f210636-bbc6-4690-95b3-8881802e47e9

DevTools listening on ws://127.0.0.1:15476/devtools/browser/58efddff-e23b-427b-9b1e-80378f6e8446
Foodie hotel search:  35%|█████████████████████▍                                        | 9/26 [01:31<01:58,  6.97s/it]
DevTools listening on ws://127.0.0.1:15496/devtools/browser/670be095-c784-4cbd-aae8-948acd700bf9
河南 page: 1 results num: 0
河南:No results found
河北 page: 1 results num: 0
河北:No results found
山西 page: 1 results num: 0
山西:No results found
Foodie hotel search:  38%|███████████████████████▍                                     | 10/26 [01:59<03:25, 12.87s/it]
DevTools listening on ws://127.0.0.1:15578/devtools/browser/3efb2e03-0601-4cb1-9a41-0ae5ade2671a
Foodie hotel search:  46%|████████████████████████████▏                                | 12/26 [02:01<01:38,  7.02s/it]
DevTools listening on ws://127.0.0.1:15595/devtools/browser/b9d04082-9599-4e8d-821e-67cfc2c64de2

DevTools listening on ws://127.0.0.1:15613/devtools/browser/8cf90ffe-d812-4754-9664-0c1985a85fd1
陕西 page: 1 results num: 0
陕西:No results found
安徽 page: 1 results num: 0
安徽:No results found
Foodie hotel search:  50%|██████████████████████████████▌                              | 13/26 [02:28<02:46, 12.85s/it] 重庆 page: 1 results num: 0
重庆:No results found

DevTools listening on ws://127.0.0.1:15681/devtools/browser/3c927446-8288-4e48-95b8-a08c748e6682
Foodie hotel search:  58%|███████████████████████████████████▏                         | 15/26 [02:30<01:15,  6.88s/it]
DevTools listening on ws://127.0.0.1:15713/devtools/browser/d79a79e6-f458-49c8-ad2c-cf75e3152002

DevTools listening on ws://127.0.0.1:15718/devtools/browser/91f5677b-1594-423c-96e4-f0f78313bbea
福建 page: 1 results num: 0
福建:No results found
江西 page: 1 results num: 0
江西:No results found
Foodie hotel search:  62%|█████████████████████████████████████▌                       | 16/26 [02:57<02:07, 12.78s/it] 辽宁 page: 1 results num: 0
辽宁:No results found

DevTools listening on ws://127.0.0.1:15793/devtools/browser/e35291ec-e0b7-4892-b0d0-05e8866b6ab9
Foodie hotel search:  69%|██████████████████████████████████████████▏                  | 18/26 [02:59<00:54,  6.81s/it]
DevTools listening on ws://127.0.0.1:15829/devtools/browser/19c98a74-a877-46b0-9ce7-59a1b462bec6
黑龙江 page: 1 results num: 0
黑龙江:No results found
吉林 page: 1 results num: 0
吉林:No results found
Foodie hotel search:  73%|████████████████████████████████████████████▌                | 19/26 [03:26<01:29, 12.74s/it]
DevTools listening on ws://127.0.0.1:15894/devtools/browser/2130ffe3-6848-4817-a827-bec894d7dddb
Foodie hotel search:  77%|██████████████████████████████████████████████▉              | 20/26 [03:29<00:59,  9.90s/it]
DevTools listening on ws://127.0.0.1:15928/devtools/browser/4fb14da5-effd-4ceb-9fa5-13bf530da01a
云南 page: 1 results num: 0
云南:No results found
Foodie hotel search:  81%|█████████████████████████████████████████████████▎           | 21/26 [03:55<01:12, 14.58s/it]
DevTools listening on ws://127.0.0.1:15982/devtools/browser/346952e9-cfd7-4664-8f9f-b4df1a2c2569
香港 page: 1 results num: 0
香港:No results found
Foodie hotel search:  85%|███████████████████████████████████████████████████▌         | 22/26 [03:58<00:44, 11.20s/it]
DevTools listening on ws://127.0.0.1:16007/devtools/browser/2ea1ec84-046c-407f-ad9d-cd4861a4368b

DevTools listening on ws://127.0.0.1:16050/devtools/browser/94f706f7-b9ee-415c-8659-9f50f72e24a2
内蒙古 page: 1 results num: 0
内蒙古:No results found
Foodie hotel search:  88%|█████████████████████████████████████████████████████▉       | 23/26 [04:24<00:46, 15.65s/it] 甘肃 page: 1 results num: 0
甘肃:No results found

DevTools listening on ws://127.0.0.1:16114/devtools/browser/6d747201-e472-471a-9b81-ca97974f6c9b
Foodie hotel search:  92%|████████████████████████████████████████████████████████▎    | 24/26 [04:27<00:23, 11.80s/it] 四川 page: 1 results num: 0
四川:No results found
Foodie hotel search:  96%|██████████████████████████████████████████████████████████▋  | 25/26 [04:42<00:12, 12.68s/it] 海南 page: 1 results num: 0
海南:No results found
Processing subscribe : 0it [00:00, ?it/s]██████████████████████████████████████████████| 26/26 [04:53<00:00, 12.32s/it]
Foodie hotel search: 100%|█████████████████████████████████████████████████████████████| 26/26 [04:53<00:00, 11.30s/it]
Online search:   0%|                                                                          | 0/1440 [00:00<?, ?it/s]
DevTools listening on ws://127.0.0.1:16174/devtools/browser/7264ca13-e7ef-47c1-948a-4532ea72d962

DevTools listening on ws://127.0.0.1:16175/devtools/browser/71aa09eb-2a05-4a50-81c5-1cc46af73607

DevTools listening on ws://127.0.0.1:16176/devtools/browser/aef1268d-8241-4b02-b361-52f02af309c4
[26820:27188:1226/202810.800:ERROR:gles2_cmd_decoder_passthrough.cc(1053)] [GroupMarkerNotSet(crbug.com/242999)!:A0803A001C640000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content.
[22100:8312:1226/202810.896:ERROR:gles2_cmd_decoder_passthrough.cc(1053)] [GroupMarkerNotSet(crbug.com/242999)!:A0C03A001C2D0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content.
[14888:9680:1226/202811.245:ERROR:gles2_cmd_decoder_passthrough.cc(1053)] [GroupMarkerNotSet(crbug.com/242999)!:A0603B0014570000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content.
[22100:8312:1226/202835.306:ERROR:gles2_cmd_decoder_passthrough.cc(1053)] [GroupMarkerNotSet(crbug.com/242999)!:A0C03A001C2D0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content.
CCTV-3 page: 1 results num: 1
CCTV-1 page: 1 results num: 1
[14888:9680:1226/202835.984:ERROR:gles2_cmd_decoder_passthrough.cc(1053)] [GroupMarkerNotSet(crbug.com/242999)!:A0903B0014570000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content.
CCTV-2 page: 1 results num: 1

DevTools listening on ws://127.0.0.1:16595/devtools/browser/b1de0142-df68-4fb1-be0c-ff78d0308947

DevTools listening on ws://127.0.0.1:16604/devtools/browser/6b3b15a3-4ad0-4be8-8cd4-5f0c44569589

DevTools listening on ws://127.0.0.1:16619/devtools/browser/bda83806-276a-4fad-b341-b3db5bf1af0a
CCTV-3 page: 1 results num: 0
CCTV-3:No results found, refreshing page and retrying...
CCTV-3 page: 1 results num: 0
CCTV-3:No results found, refreshing page and retrying...
CCTV-3:Reached retry limit, moving to next page
CCTV-1 page: 1 results num: 0
CCTV-1:No results found, refreshing page and retrying...
CCTV-1 page: 1 results num: 0
CCTV-1:No results found, refreshing page and retrying...
CCTV-1:Reached retry limit, moving to next page
CCTV-2 page: 1 results num: 0
CCTV-2:No results found, refreshing page and retrying...
CCTV-2 page: 1 results num: 0
CCTV-2:No results found, refreshing page and retrying...
CCTV-2:Reached retry limit, moving to next page
Online search:   0%|                                                               | 2/1440 [01:23<13:45:20, 34.44s/it]
DevTools listening on ws://127.0.0.1:16672/devtools/browser/321f6e17-011e-4d21-a707-42373475e55d
Online search:   0%|▏                                                               | 3/1440 [01:24<7:36:52, 19.08s/it]
DevTools listening on ws://127.0.0.1:16683/devtools/browser/66888590-53d2-4681-ab48-ea06db8620bd

DevTools listening on ws://127.0.0.1:16701/devtools/browser/b794aa83-3b91-4dc1-9e6e-c109f80e2271
[10864:23992:1226/202935.087:ERROR:gles2_cmd_decoder_passthrough.cc(1053)] [GroupMarkerNotSet(crbug.com/242999)!:A0603B00F4030000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content.
[23064:27964:1226/202936.622:ERROR:gles2_cmd_decoder_passthrough.cc(1053)] [GroupMarkerNotSet(crbug.com/242999)!:A0603B0054410000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content.
[22700:13880:1226/202936.714:ERROR:gles2_cmd_decoder_passthrough.cc(1053)] [GroupMarkerNotSet(crbug.com/242999)!:A0C03A0064780000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content.
[10864:23992:1226/202958.319:ERROR:gles2_cmd_decoder_passthrough.cc(1053)] [GroupMarkerNotSet(crbug.com/242999)!:A0603B00F4030000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content.
[23064:27964:1226/203008.388:ERROR:gles2_cmd_decoder_passthrough.cc(1053)] [GroupMarkerNotSet(crbug.com/242999)!:A0603B0054410000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content.
CCTV-5 page: 1 results num: 1
CCTV-4 page: 1 results num: 1

DevTools listening on ws://127.0.0.1:17190/devtools/browser/10a5a9c9-6d46-4eef-a58e-356953945281
CCTV-5+ page: 1 results num: 1
[22700:13880:1226/203013.823:ERROR:gles2_cmd_decoder_passthrough.cc(1053)] [GroupMarkerNotSet(crbug.com/242999)!:A0F03A0064780000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content.

DevTools listening on ws://127.0.0.1:17227/devtools/browser/2737b3dc-189c-4af7-9bd8-b756a3842cf8

DevTools listening on ws://127.0.0.1:17260/devtools/browser/fa4f5488-ef6a-484d-a72e-4eebb13e0693
CCTV-5 page: 1 results num: 0
CCTV-5:No results found, refreshing page and retrying...
CCTV-5 page: 1 results num: 0
CCTV-5:No results found, refreshing page and retrying...
CCTV-5:Reached retry limit, moving to next page
Online search:   0%|▏                                                              | 4/1440 [02:55<18:57:21, 47.52s/it]CCTV-4 page: 1 results num: 0
CCTV-4:No results found, refreshing page and retrying...
CCTV-4 page: 1 results num: 0
CCTV-4:No results found, refreshing page and retrying...
CCTV-4:Reached retry limit, moving to next page

DevTools listening on ws://127.0.0.1:17372/devtools/browser/8a3d931c-ea26-4271-84af-56bd12ffbddf
CCTV-5+ page: 1 results num: 0
CCTV-5+:No results found, refreshing page and retrying...
CCTV-5+ page: 1 results num: 0
CCTV-5+:No results found, refreshing page and retrying...
CCTV-5+:Reached retry limit, moving to next page
Online search:   0%|▏                                                              | 5/1440 [02:58<12:33:07, 31.49s/it]
DevTools listening on ws://127.0.0.1:17397/devtools/browser/bbe563ae-b071-490a-8338-684aa2868edf
Online search:   0%|▎                                                               | 6/1440 [03:01<8:41:50, 21.83s/it]
DevTools listening on ws://127.0.0.1:17422/devtools/browser/c0965251-b4d7-4f14-9f90-d3bbde42e032
[26672:13008:1226/203106.655:ERROR:gles2_cmd_decoder_passthrough.cc(1053)] [GroupMarkerNotSet(crbug.com/242999)!:A0B03A00143E0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content.
[24184:28644:1226/203109.581:ERROR:gles2_cmd_decoder_passthrough.cc(1053)] [GroupMarkerNotSet(crbug.com/242999)!:A0B03A009C140000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content.
[26928:23572:1226/203112.893:ERROR:gles2_cmd_decoder_passthrough.cc(1053)] [GroupMarkerNotSet(crbug.com/242999)!:A0203B00742D0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content.
[26672:13008:1226/203130.123:ERROR:gles2_cmd_decoder_passthrough.cc(1053)] [GroupMarkerNotSet(crbug.com/242999)!:A0803A00143E0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content.
CCTV-7 page: 1 results num: 1
[24184:28644:1226/203134.109:ERROR:gles2_cmd_decoder_passthrough.cc(1053)] [GroupMarkerNotSet(crbug.com/242999)!:A0B03A009C140000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content.
[26928:23572:1226/203136.760:ERROR:gles2_cmd_decoder_passthrough.cc(1053)] [GroupMarkerNotSet(crbug.com/242999)!:A0C03A00742D0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content.
CCTV-8 page: 1 results num: 1

DevTools listening on ws://127.0.0.1:17778/devtools/browser/78ef1a1a-4b0a-4a9f-8f9a-c72d987b762f

DevTools listening on ws://127.0.0.1:17793/devtools/browser/10c9dd97-5f99-4827-9893-470c82c2c678
CCTV-6 page: 1 results num: 1

DevTools listening on ws://127.0.0.1:17844/devtools/browser/0dd8d699-3076-4916-a4bc-ae453c85055d
CCTV-7 page: 1 results num: 0
CCTV-7:No results found, refreshing page and retrying...
CCTV-7 page: 1 results num: 0
CCTV-7:No results found, refreshing page and retrying...
CCTV-7:Reached retry limit, moving to next page
CCTV-8 page: 1 results num: 0
CCTV-8:No results found, refreshing page and retrying...
CCTV-8 page: 1 results num: 0
CCTV-8:No results found, refreshing page and retrying...
CCTV-8:Reached retry limit, moving to next page
Online search:   1%|▎                                                              | 8/1440 [04:23<11:17:23, 28.38s/it]
DevTools listening on ws://127.0.0.1:17871/devtools/browser/99d58129-d69c-4867-81d5-2e1fd5a172b1

DevTools listening on ws://127.0.0.1:17880/devtools/browser/6e380832-7fb0-4fc8-ad89-ae652a1252d9
CCTV-6 page: 1 results num: 0
CCTV-6:No results found, refreshing page and retrying...
CCTV-6 page: 1 results num: 0
CCTV-6:No results found, refreshing page and retrying...
CCTV-6:Reached retry limit, moving to next page
Online search:   1%|▍                                                              | 9/1440 [04:42<10:04:32, 25.35s/it]
DevTools listening on ws://127.0.0.1:18004/devtools/browser/aed6d1c1-2c36-45b3-9704-8b853e97f132
[5220:25456:1226/203232.689:ERROR:gles2_cmd_decoder_passthrough.cc(1053)] [GroupMarkerNotSet(crbug.com/242999)!:A0F03A00DC710000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content.
[21500:22684:1226/203233.281:ERROR:gles2_cmd_decoder_passthrough.cc(1053)] [GroupMarkerNotSet(crbug.com/242999)!:A0203B00EC090000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content.
[25732:22076:1226/203252.037:ERROR:gles2_cmd_decoder_passthrough.cc(1053)] [GroupMarkerNotSet(crbug.com/242999)!:A0E03A005C1B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content.
[5220:25456:1226/203257.641:ERROR:gles2_cmd_decoder_passthrough.cc(1053)] [GroupMarkerNotSet(crbug.com/242999)!:A0F03A00DC710000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content.
[21500:22684:1226/203257.710:ERROR:gles2_cmd_decoder_passthrough.cc(1053)] [GroupMarkerNotSet(crbug.com/242999)!:A0C03A00EC090000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content.
CCTV-9 page: 1 results num: 1

DevTools listening on ws://127.0.0.1:18327/devtools/browser/0fb4ad20-cb14-4cab-b028-887844b2e680
CCTV-10 page: 1 results num: 1

DevTools listening on ws://127.0.0.1:18347/devtools/browser/709c99ae-9458-4dc0-a273-3bd3fc70d7b7
[25732:22076:1226/203315.829:ERROR:gles2_cmd_decoder_passthrough.cc(1053)] [GroupMarkerNotSet(crbug.com/242999)!:A0B03A005C1B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content.
CCTV-11 page: 1 results num: 1

DevTools listening on ws://127.0.0.1:18400/devtools/browser/cf0d2546-deef-4dcb-8d51-1478c0590756
CCTV-9 page: 1 results num: 0
CCTV-9:No results found, refreshing page and retrying...
CCTV-9 page: 1 results num: 0
CCTV-9:No results found, refreshing page and retrying...
CCTV-9:Reached retry limit, moving to next page
Online search:   1%|▍                                                             | 10/1440 [05:44<14:35:58, 36.75s/it]
DevTools listening on ws://127.0.0.1:18416/devtools/browser/cb99e8cb-844f-476e-8a98-469174081450
CCTV-10 page: 1 results num: 0
CCTV-10:No results found, refreshing page and retrying...
CCTV-10 page: 1 results num: 0
CCTV-10:No results found, refreshing page and retrying...
CCTV-10:Reached retry limit, moving to next page
Online search:   1%|▍                                                             | 11/1440 [05:49<10:44:53, 27.08s/it]
DevTools listening on ws://127.0.0.1:18451/devtools/browser/fad19f2e-6c89-4d00-a7d7-435fd546895f
CCTV-11 page: 1 results num: 0
CCTV-11:No results found, refreshing page and retrying...
CCTV-11 page: 1 results num: 0
CCTV-11:No results found, refreshing page and retrying...
CCTV-11:Reached retry limit, moving to next page
Online search:   1%|▌                                                              | 12/1440 [06:03<9:06:10, 22.95s/it]
DevTools listening on ws://127.0.0.1:18548/devtools/browser/4e96dd31-48e1-4fb4-b2eb-c34b8a15d22c
[20652:12552:1226/203353.519:ERROR:gles2_cmd_decoder_passthrough.cc(1053)] [GroupMarkerNotSet(crbug.com/242999)!:A0E03A00FC020000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content.
[25180:22380:1226/203359.374:ERROR:gles2_cmd_decoder_passthrough.cc(1053)] [GroupMarkerNotSet(crbug.com/242999)!:A0F03A00CC750000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content.
[20096:18936:1226/203412.753:ERROR:gles2_cmd_decoder_passthrough.cc(1053)] [GroupMarkerNotSet(crbug.com/242999)!:A0E03A00CC1E0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content.
[20652:12552:1226/203417.357:ERROR:gles2_cmd_decoder_passthrough.cc(1053)] [GroupMarkerNotSet(crbug.com/242999)!:A0E03A00FC020000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content.
CCTV-12 page: 1 results num: 1
[25180:22380:1226/203423.587:ERROR:gles2_cmd_decoder_passthrough.cc(1053)] [GroupMarkerNotSet(crbug.com/242999)!:A0F03A00CC750000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content.

DevTools listening on ws://127.0.0.1:18901/devtools/browser/b4df49e3-ffd2-4335-9fc0-7c01da2a0f84
[20096:18936:1226/203436.816:ERROR:gles2_cmd_decoder_passthrough.cc(1053)] [GroupMarkerNotSet(crbug.com/242999)!:A0803A00CC1E0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content.
CCTV-14 page: 1 results num: 1

DevTools listening on ws://127.0.0.1:18982/devtools/browser/e0b45005-b6ee-4cd1-8e2c-df1fa6e22e17
CCTV-12 page: 1 results num: 0
CCTV-12:No results found, refreshing page and retrying...
CCTV-12 page: 1 results num: 0
CCTV-12:No results found, refreshing page and retrying...
CCTV-12:Reached retry limit, moving to next page
Online search:   1%|▌                                                             | 13/1440 [07:09<14:17:33, 36.06s/it]
DevTools listening on ws://127.0.0.1:19034/devtools/browser/f79160fc-8139-4851-8424-aa7cee0535f0
CCTV-13 page: 1 results num: 1

DevTools listening on ws://127.0.0.1:19124/devtools/browser/0703a967-abd5-403b-a4e6-b2cd8a8b428b
CCTV-14 page: 1 results num: 0
CCTV-14:No results found, refreshing page and retrying...
CCTV-14 page: 1 results num: 0
CCTV-14:No results found, refreshing page and retrying...
CCTV-14:Reached retry limit, moving to next page
Online search:   1%|▌                                                             | 14/1440 [07:24<11:46:25, 29.72s/it]
DevTools listening on ws://127.0.0.1:19146/devtools/browser/43621cfd-b86d-4ec3-a761-9d5a0b60bcfa
[21576:19380:1226/203519.791:ERROR:gles2_cmd_decoder_passthrough.cc(1053)] [GroupMarkerNotSet(crbug.com/242999)!:A0A03B007C1B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content.
CCTV-13 page: 1 results num: 0
CCTV-13:No results found, refreshing page and retrying...
CCTV-13 page: 1 results num: 0
CCTV-13:No results found, refreshing page and retrying...
CCTV-13:Reached retry limit, moving to next page
Online search:   1%|▋                                                             | 15/1440 [07:44<10:33:51, 26.69s/it]
DevTools listening on ws://127.0.0.1:19262/devtools/browser/b8bb71c1-8da7-466d-adc5-eb668fd59beb
[27576:15240:1226/203534.201:ERROR:gles2_cmd_decoder_passthrough.cc(1053)] [GroupMarkerNotSet(crbug.com/242999)!:A0B03A00DC700000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content.
[21576:19380:1226/203544.104:ERROR:gles2_cmd_decoder_passthrough.cc(1053)] [GroupMarkerNotSet(crbug.com/242999)!:A0703B007C1B0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content.
CCTV-15 page: 1 results num: 1

DevTools listening on ws://127.0.0.1:19410/devtools/browser/553f410f-d117-4426-945c-7a465ea10424
[12692:8232:1226/203553.850:ERROR:gles2_cmd_decoder_passthrough.cc(1053)] [GroupMarkerNotSet(crbug.com/242999)!:A0F03A00147D0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content.
[27576:15240:1226/203600.671:ERROR:gles2_cmd_decoder_passthrough.cc(1053)] [GroupMarkerNotSet(crbug.com/242999)!:A0E03A00DC700000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content.
CCTV-16 page: 1 results num: 1

DevTools listening on ws://127.0.0.1:19494/devtools/browser/39f2cd86-de58-4e24-9e4e-e88180b28e4b
CCTV-15 page: 1 results num: 0
CCTV-15:No results found, refreshing page and retrying...
CCTV-15 page: 1 results num: 0
CCTV-15:No results found, refreshing page and retrying...
CCTV-15:Reached retry limit, moving to next page
Online search:   1%|▋                                                             | 16/1440 [08:36<13:33:11, 34.26s/it]
DevTools listening on ws://127.0.0.1:19541/devtools/browser/54e859ef-24cc-460b-8419-5a3720af9281
[12692:8232:1226/203618.012:ERROR:gles2_cmd_decoder_passthrough.cc(1053)] [GroupMarkerNotSet(crbug.com/242999)!:A0C03A00147D0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content.
CCTV-17 page: 1 results num: 1

DevTools listening on ws://127.0.0.1:19571/devtools/browser/3e59d5b8-8995-404c-8ab9-2a1485c26041
CCTV-16 page: 1 results num: 0
CCTV-16:No results found, refreshing page and retrying...
CCTV-16 page: 1 results num: 0
CCTV-16:No results found, refreshing page and retrying...
CCTV-16:Reached retry limit, moving to next page
Online search:   1%|▋                                                             | 17/1440 [08:48<10:55:38, 27.64s/it]
DevTools listening on ws://127.0.0.1:19666/devtools/browser/44bb0b54-e78e-465d-83e8-87918d80237b
CCTV-17 page: 1 results num: 0
CCTV-17:No results found, refreshing page and retrying...
CCTV-17 page: 1 results num: 0
CCTV-17:No results found, refreshing page and retrying...
CCTV-17:Reached retry limit, moving to next page
[19144:19952:1226/203645.556:ERROR:gles2_cmd_decoder_passthrough.cc(1053)] [GroupMarkerNotSet(crbug.com/242999)!:A0803A00B46C0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content.
Online search:   1%|▊                                                              | 18/1440 [09:05<9:43:24, 24.62s/it]
DevTools listening on ws://127.0.0.1:19809/devtools/browser/4d036f76-15f3-4683-90d4-ad7e35d5e3a1
[22076:21976:1226/203705.906:ERROR:gles2_cmd_decoder_passthrough.cc(1053)] [GroupMarkerNotSet(crbug.com/242999)!:A0B03A0064560000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content.
[19144:19952:1226/203726.740:ERROR:gles2_cmd_decoder_passthrough.cc(1053)] [GroupMarkerNotSet(crbug.com/242999)!:A0803A00B46C0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content.
CETV1 page: 1 results num: 1

DevTools listening on ws://127.0.0.1:20296/devtools/browser/7c9fbddd-2d21-4af0-9471-d52ac5f41e60
CETV1 page: 1 results num: 0
CETV1:No results found, refreshing page and retrying...
CETV1 page: 1 results num: 0
CETV1:No results found, refreshing page and retrying...
CETV1:Reached retry limit, moving to next page
Online search:   1%|▊                                                             | 19/1440 [10:42<18:17:54, 46.36s/it]
DevTools listening on ws://127.0.0.1:20372/devtools/browser/e7b80de0-94ec-4e0f-ad40-901045424db7
[22076:21976:1226/203833.754:ERROR:gles2_cmd_decoder_passthrough.cc(1053)] [GroupMarkerNotSet(crbug.com/242999)!:A0803A0064560000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content.
CETV2 page: 1 results num: 1

DevTools listening on ws://127.0.0.1:20531/devtools/browser/8d4db97a-fe8f-45af-ae92-b09883320240
[996:28488:1226/203842.837:ERROR:gles2_cmd_decoder_passthrough.cc(1053)] [GroupMarkerNotSet(crbug.com/242999)!:A0E03A007C640000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content.
[28460:22948:1226/203900.990:ERROR:gles2_cmd_decoder_passthrough.cc(1053)] [GroupMarkerNotSet(crbug.com/242999)!:A0F03A00244F0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content.
CETV2 page: 1 results num: 0
CETV2:No results found, refreshing page and retrying...
CETV2 page: 1 results num: 0
CETV2:No results found, refreshing page and retrying...
CETV2:Reached retry limit, moving to next page
Online search:   1%|▊                                                             | 20/1440 [11:25<17:52:24, 45.31s/it]
DevTools listening on ws://127.0.0.1:20680/devtools/browser/1f0384b1-7818-4c5f-87ee-19ce994702a8
[996:28488:1226/203926.081:ERROR:gles2_cmd_decoder_passthrough.cc(1053)] [GroupMarkerNotSet(crbug.com/242999)!:A0E03A007C640000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content.
CETV4 page: 1 results num: 1
CETV5:Reached retry limit, moving to next page

DevTools listening on ws://127.0.0.1:20802/devtools/browser/dfc14f76-e043-43a9-9b0d-c6454b7ad18b
Online search:   1%|▉                                                             | 21/1440 [11:55<15:58:05, 40.51s/it]
DevTools listening on ws://127.0.0.1:20817/devtools/browser/0c0a1657-0f12-42f9-addf-64c8d5830e87
[26220:24260:1226/203943.816:ERROR:gles2_cmd_decoder_passthrough.cc(1053)] [GroupMarkerNotSet(crbug.com/242999)!:A0B03A00045E0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content.
CETV4 page: 1 results num: 0
CETV4:No results found, refreshing page and retrying...
CETV4 page: 1 results num: 0
CETV4:No results found, refreshing page and retrying...
CETV4:Reached retry limit, moving to next page
Online search:   2%|▉                                                             | 22/1440 [12:18<13:52:50, 35.24s/it]
DevTools listening on ws://127.0.0.1:20967/devtools/browser/f4d6e9fc-899c-452b-b943-4e7a2f60a673
[23384:23964:1226/204007.071:ERROR:gles2_cmd_decoder_passthrough.cc(1053)] [GroupMarkerNotSet(crbug.com/242999)!:A0C03A0014580000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content.
[26220:24260:1226/204014.586:ERROR:gles2_cmd_decoder_passthrough.cc(1053)] [GroupMarkerNotSet(crbug.com/242999)!:A0803A00045E0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content.
文化精品 page: 1 results num: 1

DevTools listening on ws://127.0.0.1:21168/devtools/browser/fe02baa4-e44f-41fe-9517-ea841cca5fb0
[2252:13572:1226/204035.956:ERROR:gles2_cmd_decoder_passthrough.cc(1053)] [GroupMarkerNotSet(crbug.com/242999)!:A0B03A00043E0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content.
[23384:23964:1226/204039.010:ERROR:gles2_cmd_decoder_passthrough.cc(1053)] [GroupMarkerNotSet(crbug.com/242999)!:A0203B0014580000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content.
文化精品 page: 1 results num: 0
文化精品:No results found, refreshing page and retrying...
文化精品 page: 1 results num: 0
文化精品:No results found, refreshing page and retrying...
文化精品:Reached retry limit, moving to next page
Online search:   2%|▉                                                             | 23/1440 [13:10<15:52:17, 40.32s/it]
DevTools listening on ws://127.0.0.1:21373/devtools/browser/f0a1c2f3-ddda-42c0-a1c3-641af1feff80
[2252:13572:1226/204108.293:ERROR:gles2_cmd_decoder_passthrough.cc(1053)] [GroupMarkerNotSet(crbug.com/242999)!:A0E03A00043E0000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content.
风云音乐 page: 1 results num: 1

DevTools listening on ws://127.0.0.1:21488/devtools/browser/6cbd7df9-d86d-4f4a-9b54-38250d70385e
[25848:22732:1226/204120.113:ERROR:gles2_cmd_decoder_passthrough.cc(1053)] [GroupMarkerNotSet(crbug.com/242999)!:A0C03A00AC790000]Automatic fallback to software WebGL has been deprecated. Please use the --enable-unsafe-swiftshader flag to opt in to lower security guarantees for trusted content.
央视台球 page: 1 results num: 1

DevTools listening on ws://127.0.0.1:21615/devtools/browser/8e2d724f-4d96-453f-b16e-08702ae00a4b
风云音乐 page: 1 results num: 0
风云音乐:No results found, refreshing page and retrying...
风云音乐 page: 1 results num: 0
风云音乐:No results found, refreshing page and retrying...
风云音乐:Reached retry limit, moving to next page
Online search:   2%|█                                                             | 24/1440 [13:55<16:24:51, 41.73s/it]
DevTools listening on ws://127.0.0.1:21642/devtools/browser/b6b96e85-780c-4d83-99f1-6a540e04eea8```

@Rekoe
Copy link
Author

Rekoe commented Dec 26, 2024

image
这个速度是不是不正常

@Guovin
Copy link
Owner

Guovin commented Dec 26, 2024

不建议开关键字搜索,很耗时

@Rekoe
Copy link
Author

Rekoe commented Dec 26, 2024

@Guovin 能否提供下你的配置文件,我观察了几天发先我采集的源没有你采集的源流畅
我采集的源地址都是 http://221.233.192.152:1111/tsfile/live/0001_1.m3u8?key=txiptv&playlive=1&authid=0
而你的是 http://123.163.114.115:9901/tsfile/live/0001_1.m3u8 没有后面的 ?key=txiptv&playlive=1&authid=0

@Guovin
Copy link
Owner

Guovin commented Dec 27, 2024

@Guovin 能否提供下你的配置文件,我观察了几天发先我采集的源没有你采集的源流畅 我采集的源地址都是 http://221.233.192.152:1111/tsfile/live/0001_1.m3u8?key=txiptv&playlive=1&authid=0 而你的是 http://123.163.114.115:9901/tsfile/live/0001_1.m3u8 没有后面的 ?key=txiptv&playlive=1&authid=0

那你就还原默认配置运行,gui删除config目录,工作流config.ini覆盖user_config.ini文件

Guovin added a commit that referenced this issue Dec 27, 2024
@Guovin
Copy link
Owner

Guovin commented Dec 27, 2024

#753 该问题已处理,请重新下载release

@Guovin Guovin closed this as completed Dec 27, 2024
@Guovin Guovin mentioned this issue Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working incomplete Further information is needed
Projects
None yet
Development

No branches or pull requests

2 participants