",[],32,"mic1on","onestep","open","the step instance of the current task","2025-02-07T02:19:37Z","https://github.com/mic1on/onestep/issues/32",0.8853782,{"description":2898,"labels":2899,"number":2900,"owner":2890,"repository":2901,"state":2892,"title":2902,"updated_at":2903,"url":2904,"score":2905},"\r\n",[],26,"chatGPT-web","关于pnpm打包大小限制问题如何解决","2023-03-08T06:43:27Z","https://github.com/mic1on/chatGPT-web/issues/26",0.8884415,{"description":2907,"labels":2908,"number":2909,"owner":2890,"repository":2891,"state":2892,"title":2910,"updated_at":2911,"url":2912,"score":2913},"写得好,还可以加一层工厂模式,不要亲自实例化broker,才是真的一步",[],29,"写得好","2024-05-11T14:04:16Z","https://github.com/mic1on/onestep/issues/29",0.903392,{"description":2915,"labels":2916,"number":644,"owner":2890,"repository":2917,"state":2892,"title":2918,"updated_at":2919,"url":2920,"score":2921},"**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":2923,"labels":2924,"number":2925,"owner":2890,"repository":2901,"state":2892,"title":2926,"updated_at":2927,"url":2928,"score":2929},"",[],44,"最后一张图“搭建chatGPT搭建流程图”用什么画的","2023-09-16T10:54:13Z","https://github.com/mic1on/chatGPT-web/issues/44",0.90888876,{"description":2931,"labels":2932,"number":735,"owner":2890,"repository":2901,"state":2933,"title":2934,"updated_at":2935,"url":2936,"score":2937},"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.87870073,{"description":2939,"labels":2940,"number":382,"owner":2890,"repository":2901,"state":2933,"title":2941,"updated_at":2942,"url":2943,"score":2944},"根据项目中要求使用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",[],"为什么在Docker中添加了环境变量 API_KEY=xxxx 并没有生效?","2023-02-19T12:50:15Z","https://github.com/mic1on/chatGPT-web/issues/8",0.8869181,{"description":2946,"labels":2947,"number":1661,"owner":2890,"repository":2901,"state":2933,"title":2948,"updated_at":2949,"url":2950,"score":2951},"挺好的项目,写得很简单。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":2953,"labels":2954,"number":1025,"owner":2890,"repository":2891,"state":2933,"title":2955,"updated_at":2956,"url":2957,"score":2958},"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":2960,"labels":2961,"number":1656,"owner":2890,"repository":2901,"state":2933,"title":2962,"updated_at":2963,"url":2964,"score":2965},"我在做公网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",[],"建议:api.py增加对http_proxy的代理判断。","2023-03-06T16:01:09Z","https://github.com/mic1on/chatGPT-web/issues/23",0.8917674,["Reactive",2967],{},["Set"],["ShallowReactive",2970],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$f7tFAoM3zcBXbOXmNV9ZahdVhcn1OQXehq8EzZ3gpKNI":-1},"/mic1on/chatGPT-web/20"]