-
Notifications
You must be signed in to change notification settings - Fork 286
Description
帮忙看看
(AudioNotes) C:\Users\乐\Desktop\小说推文\ai视频内容提取\AudioNotes>chainlit run main.py
2025-04-10 13:00:40 - Loaded .env file
WARNING: All log messages before absl::InitializeLog() is called are written to STDERR
I0000 00:00:1744261241.173544 1488 config.cc:230] gRPC experiments enabled: call_status_override_on_cancellation, event_engine_client, event_engine_dns, event_engine_listener, http2_stats_fix, monitoring_experiment, pick_first_new, trace_record_callops, work_serializer_clears_time_cache
E0000 00:00:1744261241.182238 1488 http_proxy_mapper.cc:131] cannot parse value of 'http_proxy' env var. Error: INVALID_ARGUMENT: Could not parse 'scheme' from uri '127.0.0.1:7890'. Scheme must begin with an alpha character [A-Za-z].
E0000 00:00:1744261241.183441 1488 http_proxy_mapper.cc:131] cannot parse value of 'http_proxy' env var. Error: INVALID_ARGUMENT: Could not parse 'scheme' from uri '127.0.0.1:7890'. Scheme must begin with an alpha character [A-Za-z].
E0000 00:00:1744261241.184301 1488 http_proxy_mapper.cc:131] cannot parse value of 'http_proxy' env var. Error: INVALID_ARGUMENT: Could not parse 'scheme' from uri '127.0.0.1:7890'. Scheme must begin with an alpha character [A-Za-z].
2025-04-10 13:00:46 - new registry table has been added: preprocessor_classes
2025-04-10 13:00:47 - new registry table has been added: adaptor_classes
2025-04-10 13:00:47 - new registry table has been added: lid_predictor_classes
Traceback (most recent call last):
File "D:\anaconda3\envs\AudioNotes\lib\runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "D:\anaconda3\envs\AudioNotes\lib\runpy.py", line 86, in run_code
exec(code, run_globals)
File "D:\anaconda3\envs\AudioNotes\Scripts\chainlit.exe_main.py", line 7, in
sys.exit(cli())
File "D:\anaconda3\envs\AudioNotes\lib\site-packages\click\core.py", line 1157, in call
return self.main(*args, **kwargs)
File "D:\anaconda3\envs\AudioNotes\lib\site-packages\click\core.py", line 1078, in main
rv = self.invoke(ctx)
File "D:\anaconda3\envs\AudioNotes\lib\site-packages\click\core.py", line 1688, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "D:\anaconda3\envs\AudioNotes\lib\site-packages\click\core.py", line 1434, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "D:\anaconda3\envs\AudioNotes\lib\site-packages\click\core.py", line 783, in invoke
return callback(*args, **kwargs)
File "D:\anaconda3\envs\AudioNotes\lib\site-packages\chainlit\cli_init.py", line 201, in chainlit_run
run_chainlit(target)
File "D:\anaconda3\envs\AudioNotes\lib\site-packages\chainlit\cli_init.py", line 68, in run_chainlit
ensure_jwt_secret()
File "D:\anaconda3\envs\AudioNotes\lib\site-packages\chainlit\auth.py", line 22, in ensure_jwt_secret
raise ValueError(
ValueError: You must provide a JWT secret in the environment to use authentication. Run chainlit create-secret to generate one.