登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
模力方舟
登录
注册
9月20日,Gitee × 模力方舟来成都了!聚焦 AI 应用在开发范式、算力架构、交互设计、硬件选型等跨场景创新实践,点击立即报名~
代码拉取完成,页面将自动刷新
开源项目
>
人工智能
>
AI-人工智能
&&
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
26
Star
21
Fork
60
openEuler
/
euler-copilot-framework
代码
Issues
24
Pull Requests
5
Wiki
统计
流水线
服务
JavaDoc
PHPDoc
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
SBOM
我知道了,不再自动展开
更新失败,请稍后重试!
移除标识
内容风险标识
本任务被
标识为内容中包含有代码安全 Bug 、隐私泄露等敏感信息,仓库外成员不可访问
euler-copilot framework-deploy 运行报错
待办的
#ICXLP5
任务
chenyanpanX
创建于
2025-09-11 19:00
``` [root@Intelligence ~]# k3s kubectl get pods --all-namespaces NAMESPACE NAME READY STATUS RESTARTS AGE euler-copilot authhub-backend-deploy-85896746f4-ln4fk 1/1 Running 0 2m51s euler-copilot authhub-web-deploy-7957555974-cs9hg 1/1 Running 0 2m51s euler-copilot framework-deploy-7d7975786-zgc7s 0/1 Error 2 (27s ago) 41s euler-copilot minio-deploy-df954f757-249jh 1/1 Running 0 36m euler-copilot mongo-deploy-c89868d7d-lqs87 1/1 Running 0 36m euler-copilot mysql-deploy-7c6b8997cf-c9mpl 1/1 Running 0 2m51s euler-copilot opengauss-deploy-7fc57f4fbc-qzsdx 1/1 Running 1 (36m ago) 36m euler-copilot rag-deploy-556b6948d7-dfbnp 1/1 Running 0 41s euler-copilot rag-web-deploy-d6c94cd9-cvlm7 1/1 Running 0 41s euler-copilot redis-deploy-7fb5b67844-mrd5d 1/1 Running 0 36m euler-copilot web-deploy-565477668f-mv4tg 1/1 Running 0 41s kube-system coredns-576bfc4dc7-9m7c9 1/1 Running 0 16h kube-system helm-install-traefik-crd-rwntn 0/1 Completed 0 16h kube-system helm-install-traefik-hqdzh 0/1 Completed 1 16h kube-system local-path-provisioner-6795b5f9d8-9hs97 1/1 Running 0 16h kube-system metrics-server-557ff575fb-zbq9f 1/1 Running 0 16h kube-system svclb-traefik-b5219fa8-hlmg4 2/2 Running 0 15h kube-system traefik-5fb479b77-5whtr 1/1 Running 0 15h [root@Intelligence ~]# k3s kubectl logs -n euler-copilot framework-deploy-7d7975786-zgc7s Defaulted container "framework" out of: framework, framework-copy (init) # jionlp - 微信公众号: JioNLP Github: `https://github.com/dongrixinyu/JioNLP`. # jiojio - Successfully load C funcs for CWS and POS acceleration. 25-Sep-12 10:05:56 INFO init() - [Pool] 载入Call pool.py:85 Traceback (most recent call last): File "/app/.venv/lib64/python3.11/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/app/.venv/lib64/python3.11/site-packages/httpx/_transports/default.py", line 394, in handle_async_request resp = await self._pool.handle_async_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/.venv/lib64/python3.11/site-packages/httpcore/_async/connection_pool.py", line 207, in handle_async_request raise UnsupportedProtocol( httpcore.UnsupportedProtocol: Request URL is missing an 'http://' or 'https://' protocol. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/apps/main.py", line 94, in <module> asyncio.run(init_resources()) File "/usr/lib64/python3.11/asyncio/runners.py", line 190, in run return runner.run(main) ^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.11/asyncio/runners.py", line 118, in run return self._loop.run_until_complete(task) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.11/asyncio/base_events.py", line 653, in run_until_complete return future.result() ^^^^^^^^^^^^^^^ File "/app/apps/main.py", line 88, in init_resources await Pool.init() File "/app/apps/scheduler/pool/pool.py", line 86, in init await CallLoader().load() File "/app/apps/scheduler/pool/loader/call.py", line 272, in load await self._add_to_db(call_metadata) File "/app/apps/scheduler/pool/loader/call.py", line 218, in _add_to_db call_vecs = await Embedding.get_embedding(call_descriptions) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/apps/llm/embedding.py", line 79, in get_embedding return await cls._get_openai_embedding(text) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/apps/llm/embedding.py", line 36, in _get_openai_embedding response = await client.post( ^^^^^^^^^^^^^^^^^^ File "/app/.venv/lib64/python3.11/site-packages/httpx/_client.py", line 1859, in post return await self.request( ^^^^^^^^^^^^^^^^^^^ File "/app/.venv/lib64/python3.11/site-packages/httpx/_client.py", line 1540, in request return await self.send(request, auth=auth, follow_redirects=follow_redirects) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/.venv/lib64/python3.11/site-packages/httpx/_client.py", line 1629, in send response = await self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/.venv/lib64/python3.11/site-packages/httpx/_client.py", line 1657, in _send_handling_auth response = await self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/.venv/lib64/python3.11/site-packages/httpx/_client.py", line 1694, in _send_handling_redirects response = await self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/.venv/lib64/python3.11/site-packages/httpx/_client.py", line 1730, in _send_single_request response = await transport.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/.venv/lib64/python3.11/site-packages/httpx/_transports/default.py", line 393, in handle_async_request with map_httpcore_exceptions(): File "/usr/lib64/python3.11/contextlib.py", line 155, in __exit__ self.gen.throw(typ, value, traceback) File "/app/.venv/lib64/python3.11/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.UnsupportedProtocol: Request URL is missing an 'http://' or 'https://' protocol. ```
``` [root@Intelligence ~]# k3s kubectl get pods --all-namespaces NAMESPACE NAME READY STATUS RESTARTS AGE euler-copilot authhub-backend-deploy-85896746f4-ln4fk 1/1 Running 0 2m51s euler-copilot authhub-web-deploy-7957555974-cs9hg 1/1 Running 0 2m51s euler-copilot framework-deploy-7d7975786-zgc7s 0/1 Error 2 (27s ago) 41s euler-copilot minio-deploy-df954f757-249jh 1/1 Running 0 36m euler-copilot mongo-deploy-c89868d7d-lqs87 1/1 Running 0 36m euler-copilot mysql-deploy-7c6b8997cf-c9mpl 1/1 Running 0 2m51s euler-copilot opengauss-deploy-7fc57f4fbc-qzsdx 1/1 Running 1 (36m ago) 36m euler-copilot rag-deploy-556b6948d7-dfbnp 1/1 Running 0 41s euler-copilot rag-web-deploy-d6c94cd9-cvlm7 1/1 Running 0 41s euler-copilot redis-deploy-7fb5b67844-mrd5d 1/1 Running 0 36m euler-copilot web-deploy-565477668f-mv4tg 1/1 Running 0 41s kube-system coredns-576bfc4dc7-9m7c9 1/1 Running 0 16h kube-system helm-install-traefik-crd-rwntn 0/1 Completed 0 16h kube-system helm-install-traefik-hqdzh 0/1 Completed 1 16h kube-system local-path-provisioner-6795b5f9d8-9hs97 1/1 Running 0 16h kube-system metrics-server-557ff575fb-zbq9f 1/1 Running 0 16h kube-system svclb-traefik-b5219fa8-hlmg4 2/2 Running 0 15h kube-system traefik-5fb479b77-5whtr 1/1 Running 0 15h [root@Intelligence ~]# k3s kubectl logs -n euler-copilot framework-deploy-7d7975786-zgc7s Defaulted container "framework" out of: framework, framework-copy (init) # jionlp - 微信公众号: JioNLP Github: `https://github.com/dongrixinyu/JioNLP`. # jiojio - Successfully load C funcs for CWS and POS acceleration. 25-Sep-12 10:05:56 INFO init() - [Pool] 载入Call pool.py:85 Traceback (most recent call last): File "/app/.venv/lib64/python3.11/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/app/.venv/lib64/python3.11/site-packages/httpx/_transports/default.py", line 394, in handle_async_request resp = await self._pool.handle_async_request(req) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/.venv/lib64/python3.11/site-packages/httpcore/_async/connection_pool.py", line 207, in handle_async_request raise UnsupportedProtocol( httpcore.UnsupportedProtocol: Request URL is missing an 'http://' or 'https://' protocol. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/apps/main.py", line 94, in <module> asyncio.run(init_resources()) File "/usr/lib64/python3.11/asyncio/runners.py", line 190, in run return runner.run(main) ^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.11/asyncio/runners.py", line 118, in run return self._loop.run_until_complete(task) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.11/asyncio/base_events.py", line 653, in run_until_complete return future.result() ^^^^^^^^^^^^^^^ File "/app/apps/main.py", line 88, in init_resources await Pool.init() File "/app/apps/scheduler/pool/pool.py", line 86, in init await CallLoader().load() File "/app/apps/scheduler/pool/loader/call.py", line 272, in load await self._add_to_db(call_metadata) File "/app/apps/scheduler/pool/loader/call.py", line 218, in _add_to_db call_vecs = await Embedding.get_embedding(call_descriptions) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/apps/llm/embedding.py", line 79, in get_embedding return await cls._get_openai_embedding(text) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/apps/llm/embedding.py", line 36, in _get_openai_embedding response = await client.post( ^^^^^^^^^^^^^^^^^^ File "/app/.venv/lib64/python3.11/site-packages/httpx/_client.py", line 1859, in post return await self.request( ^^^^^^^^^^^^^^^^^^^ File "/app/.venv/lib64/python3.11/site-packages/httpx/_client.py", line 1540, in request return await self.send(request, auth=auth, follow_redirects=follow_redirects) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/.venv/lib64/python3.11/site-packages/httpx/_client.py", line 1629, in send response = await self._send_handling_auth( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/.venv/lib64/python3.11/site-packages/httpx/_client.py", line 1657, in _send_handling_auth response = await self._send_handling_redirects( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/.venv/lib64/python3.11/site-packages/httpx/_client.py", line 1694, in _send_handling_redirects response = await self._send_single_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/.venv/lib64/python3.11/site-packages/httpx/_client.py", line 1730, in _send_single_request response = await transport.handle_async_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/.venv/lib64/python3.11/site-packages/httpx/_transports/default.py", line 393, in handle_async_request with map_httpcore_exceptions(): File "/usr/lib64/python3.11/contextlib.py", line 155, in __exit__ self.gen.throw(typ, value, traceback) File "/app/.venv/lib64/python3.11/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.UnsupportedProtocol: Request URL is missing an 'http://' or 'https://' protocol. ```
评论 (
1
)
登录
后才可以发表评论
状态
待办的
待办的
进行中
已完成
已拒绝
负责人
未设置
标签
sig/sig-intelligence
未设置
项目
未立项任务
未立项任务
里程碑
未关联里程碑
未关联里程碑
Pull Requests
未关联
未关联
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
未关联
分支 (13)
标签 (1)
master
feat/agent
dev
feat/flow
feat/python-39
release-0.9.5
release-0.9.4
revert-merge-271-dev
mock
release-0.9.3
release-0.9.1
legacy-pre-0.9.2
release-0.4.2
v0.9.6
开始日期   -   截止日期
-
置顶选项
不置顶
置顶等级:高
置顶等级:中
置顶等级:低
优先级
不指定
严重
主要
次要
不重要
预计工期
(小时)
参与者(1)
1
https://gitee.com/openeuler/euler-copilot-framework.git
[email protected]
:openeuler/euler-copilot-framework.git
openeuler
euler-copilot-framework
euler-copilot-framework
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册