",[],32,"mic1on","onestep","open","the step instance of the current task","2025-02-07T02:19:37Z","https://github.com/mic1on/onestep/issues/32",0.88537824,{"description":3183,"labels":3184,"number":3185,"owner":3175,"repository":3186,"state":3177,"title":3187,"updated_at":3188,"url":3189,"score":3190},"\r\n",[],26,"chatGPT-web","关于pnpm打包大小限制问题如何解决","2023-03-08T06:43:27Z","https://github.com/mic1on/chatGPT-web/issues/26",0.8884415,{"description":3192,"labels":3193,"number":1642,"owner":3175,"repository":3176,"state":3177,"title":3194,"updated_at":3195,"url":3196,"score":3197},"写得好,还可以加一层工厂模式,不要亲自实例化broker,才是真的一步",[],"写得好","2024-05-11T14:04:16Z","https://github.com/mic1on/onestep/issues/29",0.903392,{"description":3199,"labels":3200,"number":645,"owner":3175,"repository":3201,"state":3177,"title":3202,"updated_at":3203,"url":3204,"score":3205},"**Describe the bug**\nA clear and concise description of what the bug is.\n\n**To Reproduce**\nSteps to reproduce the behavior:\n1. Go to '...'\n2. Click on '....'\n3. Scroll down to '....'\n4. See error\n\n**Expected behavior**\nA clear and concise description of what you expected to happen.\n\n**Screenshots**\nIf applicable, add screenshots to help explain your problem.\n\n**Desktop (please complete the following information):**\n - OS: [e.g. iOS]\n - Browser [e.g. chrome, safari]\n - Version [e.g. 22]\n\n**Smartphone (please complete the following information):**\n - Device: [e.g. iPhone6]\n - OS: [e.g. iOS8.1]\n - Browser [e.g. stock browser, safari]\n - Version [e.g. 22]\n\n**Additional context**\nAdd any other context about the problem here.\n",[],"xpath-helper-plus","如果元素在iframe里面 你这个插件就定位不到了","2025-03-27T05:41:53Z","https://github.com/mic1on/xpath-helper-plus/issues/7",0.9080161,{"description":3207,"labels":3208,"number":3209,"owner":3175,"repository":3186,"state":3177,"title":3210,"updated_at":3211,"url":3212,"score":3213},"",[],44,"最后一张图“搭建chatGPT搭建流程图”用什么画的","2023-09-16T10:54:13Z","https://github.com/mic1on/chatGPT-web/issues/44",0.90888876,{"description":3215,"labels":3216,"number":735,"owner":3175,"repository":3186,"state":3217,"title":3218,"updated_at":3219,"url":3220,"score":3221},"root@22-9-10-****:~/chatGPT-web/api# python app.py\r\n File \"app.py\", line 32\r\n async def root():\r\n ^\r\nSyntaxError: invalid syntax\r\nroot@22-9-10-****:~/chatGPT-web/api# \r\n\r\n32行无效语法咋处理?\r\n\r\ndocker镜像不支持\r\ndocker: no matching manifest for linux/arm64/v8 in the manifest list entries.\r\n",[],"closed","app.py","2023-02-14T13:03:21Z","https://github.com/mic1on/chatGPT-web/issues/2",0.8787008,{"description":3223,"labels":3224,"number":3225,"owner":3175,"repository":3186,"state":3217,"title":3226,"updated_at":3227,"url":3228,"score":3229},"根据项目中要求使用Docker命令-e API_KEY=xxxx添加密钥环境变量以后运行,发现API_KEY并没有生效,后台log日志如下:\r\n\r\n``` bash\r\nChatGPT | ValueError: API key is required\r\nChatGPT | INFO: 192.168.80.100:34574 - \"GET / HTTP/1.1\" 200 OK\r\nChatGPT | INFO: 192.168.80.100:34574 - \"GET /credit_summary HTTP/1.1\" 500 Internal Server Error\r\nChatGPT | ERROR: Exception in ASGI application\r\nChatGPT | Traceback (most recent call last):\r\nChatGPT | File \"/usr/local/lib/python3.8/site-packages/uvicorn/protocols/http/httptools_impl.py\", line 419, in run_asgi\r\nChatGPT | result = await app( # type: ignore[func-returns-value]\r\nChatGPT | File \"/usr/local/lib/python3.8/site-packages/uvicorn/middleware/proxy_headers.py\", line 78, in __call__\r\nChatGPT | return await self.app(scope, receive, send)\r\nChatGPT | File \"/usr/local/lib/python3.8/site-packages/fastapi/applications.py\", line 271, in __call__\r\nChatGPT | await super().__call__(scope, receive, send)\r\nChatGPT | File \"/usr/local/lib/python3.8/site-packages/starlette/applications.py\", line 125, in __call__\r\nChatGPT | await self.middleware_stack(scope, receive, send)\r\nChatGPT | File \"/usr/local/lib/python3.8/site-packages/starlette/middleware/errors.py\", line 184, in __call__\r\nChatGPT | raise exc\r\nChatGPT | File \"/usr/local/lib/python3.8/site-packages/starlette/middleware/errors.py\", line 162, in __call__\r\nChatGPT | await self.app(scope, receive, _send)\r\nChatGPT | File \"/usr/local/lib/python3.8/site-packages/starlette/middleware/cors.py\", line 84, in __call__\r\nChatGPT | await self.app(scope, receive, send)\r\nChatGPT | File \"/usr/local/lib/python3.8/site-packages/starlette/middleware/exceptions.py\", line 79, in __call__\r\nChatGPT | raise exc\r\nChatGPT | File \"/usr/local/lib/python3.8/site-packages/starlette/middleware/exceptions.py\", line 68, in __call__\r\nChatGPT | await self.app(scope, receive, sender)\r\nChatGPT | File \"/usr/local/lib/python3.8/site-packages/fastapi/middleware/asyncexitstack.py\", line 21, in __call__\r\nChatGPT | raise e\r\nChatGPT | File \"/usr/local/lib/python3.8/site-packages/fastapi/middleware/asyncexitstack.py\", line 18, in __call__\r\nChatGPT | await self.app(scope, receive, send)\r\nChatGPT | File \"/usr/local/lib/python3.8/site-packages/starlette/routing.py\", line 706, in __call__\r\nChatGPT | await route.handle(scope, receive, send)\r\nChatGPT | File \"/usr/local/lib/python3.8/site-packages/starlette/routing.py\", line 276, in handle\r\nChatGPT | await self.app(scope, receive, send)\r\nChatGPT | File \"/usr/local/lib/python3.8/site-packages/starlette/routing.py\", line 66, in app\r\nChatGPT | response = await func(request)\r\nChatGPT | File \"/usr/local/lib/python3.8/site-packages/fastapi/routing.py\", line 237, in app\r\nChatGPT | raw_response = await run_endpoint_function(\r\nChatGPT | File \"/usr/local/lib/python3.8/site-packages/fastapi/routing.py\", line 163, in run_endpoint_function\r\nChatGPT | return await dependant.call(**values)\r\nChatGPT | File \"/app/api/app.py\", line 46, in credit_summary\r\nChatGPT | res = await api.credit_summary(api_key=api_key)\r\nChatGPT | File \"/app/api/api.py\", line 12, in wrapper\r\nChatGPT | raise ValueError('API key is required')\r\nChatGPT | ValueError: API key is required\r\n\r\n```\r\n这里附上我的Docker-Compose.yml文件:\r\n```\r\nversion: \"3.8\"\r\nservices:\r\n chatgpt:\r\n image: miclon/chatgpt:latest\r\n container_name: ChatGPT\r\n environment:\r\n - API_KEY=xxxxxx \r\n ports:\r\n - 8000:8000\r\n restart: always\r\n```\r\n\r\n",[],8,"为什么在Docker中添加了环境变量 API_KEY=xxxx 并没有生效?","2023-02-19T12:50:15Z","https://github.com/mic1on/chatGPT-web/issues/8",0.8869181,{"description":3231,"labels":3232,"number":1676,"owner":3175,"repository":3186,"state":3217,"title":3233,"updated_at":3234,"url":3235,"score":3236},"挺好的项目,写得很简单。amd64下面运行ok,但是arm64的架构下运行,报“exec /bin/bash: exec format error”。\r\n使用“docker image inspect XXX”检查,确认了拉到的image确实是arm64版本的:\"Architecture\": \"arm64\"。\r\n看了下Dockerfile,猜测是不是用的“/miclon/py-nodejs:latest”这个原始镜像只支持amd64?\r\nFROM registry.cn-hangzhou.aliyuncs.com/miclon/py-nodejs:latest\r\n另外,在DockerHub上也搜不到“/miclon/py-nodejs:latest”这个镜像,github上也没看到原始的项目。这个方便共享么?\r\n",[],"arm64的架构下运行,会报“exec /bin/bash: exec format error”","2023-03-07T03:21:34Z","https://github.com/mic1on/chatGPT-web/issues/11",0.88851124,{"description":3238,"labels":3239,"number":1027,"owner":3175,"repository":3176,"state":3217,"title":3240,"updated_at":3241,"url":3242,"score":3243},"some time I want to stop listening for messages once I receive a task\r\n\r\nlike:\r\n```python\r\nmemory_broker = MemoryBroker(once=True)\r\n\r\n@step(from_broker=memory_broker)\r\ndef once_job(message):\r\n ...\r\n```\r\n\r\nIf I push a message manually.\r\n\r\n```python\r\nmemory_broker.publish(\"the once message\")\r\n```\r\n\r\nAfter receiving the message, the listening ends.\r\n\r\n",[],"✨ feat: broker support once","2023-11-20T15:02:44Z","https://github.com/mic1on/onestep/issues/21",0.8886517,{"description":3245,"labels":3246,"number":3247,"owner":3175,"repository":3186,"state":3217,"title":3248,"updated_at":3249,"url":3250,"score":3251},"我在做公网IP测试访问时,因为没有域名,而https证书是和域名进行绑定的,直接使用https+ip地址证书就会校验失败,所以无法通过https+ip地址访问后台服务。就算开了代理,或proxychain这种终端全局代理,也是无济于事。\r\n\r\n #17 的问题呢,可以用 httping 工具做测试,看看代理是否生效,再综合分析原因,校对故障。\r\n\r\nhttps://github.com/mic1on/chatGPT-web/blob/71ae0a88887f4f918b52143cddd818e5657a34d9/api/api.py#L5-L7\r\n\r\n\r\n以上都是我个人的理解啦,如有不对,还请作者及大家共同指正。\r\n",[],23,"建议:api.py增加对http_proxy的代理判断。","2023-03-06T16:01:09Z","https://github.com/mic1on/chatGPT-web/issues/23",0.8917674,["Reactive",3253],{},["Set"],["ShallowReactive",3256],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$f7tFAoM3zcBXbOXmNV9ZahdVhcn1OQXehq8EzZ3gpKNI":-1},"/mic1on/chatGPT-web/20"]