",[],"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":3027,"labels":3028,"number":3029,"owner":3019,"repository":3030,"state":3021,"title":3031,"updated_at":3032,"url":3033,"score":3034},"\r\n",[],26,"chatGPT-web","关于pnpm打包大小限制问题如何解决","2023-03-08T06:43:27Z","https://github.com/mic1on/chatGPT-web/issues/26",0.8884415,{"description":3036,"labels":3037,"number":3038,"owner":3019,"repository":3020,"state":3021,"title":3039,"updated_at":3040,"url":3041,"score":3042},"写得好,还可以加一层工厂模式,不要亲自实例化broker,才是真的一步",[],29,"写得好","2024-05-11T14:04:16Z","https://github.com/mic1on/onestep/issues/29",0.903392,{"description":3044,"labels":3045,"number":644,"owner":3019,"repository":3046,"state":3021,"title":3047,"updated_at":3048,"url":3049,"score":3050},"**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":3052,"labels":3053,"number":3054,"owner":3019,"repository":3030,"state":3021,"title":3055,"updated_at":3056,"url":3057,"score":3058},"",[],44,"最后一张图“搭建chatGPT搭建流程图”用什么画的","2023-09-16T10:54:13Z","https://github.com/mic1on/chatGPT-web/issues/44",0.90888876,{"description":3060,"labels":3061,"number":734,"owner":3019,"repository":3030,"state":3062,"title":3063,"updated_at":3064,"url":3065,"score":3066},"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":3068,"labels":3069,"number":3070,"owner":3019,"repository":3030,"state":3062,"title":3071,"updated_at":3072,"url":3073,"score":3074},"根据项目中要求使用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":3076,"labels":3077,"number":1661,"owner":3019,"repository":3030,"state":3062,"title":3078,"updated_at":3079,"url":3080,"score":3081},"挺好的项目,写得很简单。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":3083,"labels":3084,"number":1024,"owner":3019,"repository":3020,"state":3062,"title":3085,"updated_at":3086,"url":3087,"score":3088},"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":3090,"labels":3091,"number":3092,"owner":3019,"repository":3030,"state":3062,"title":3093,"updated_at":3094,"url":3095,"score":3096},"我在做公网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",3098],{},["Set"],["ShallowReactive",3101],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$f7tFAoM3zcBXbOXmNV9ZahdVhcn1OQXehq8EzZ3gpKNI":-1},"/mic1on/chatGPT-web/20"]