wxx2019

Results 4 comments of wxx2019

![image](https://github.com/Frrrrrrrrank/auto_job__find__chatgpt__rpa/assets/46232568/672cc654-84cf-4716-812c-3266f8f8441f) 目录结构如图,我在原代码基础上加了三次重试,120秒超时,可还是连接报错。

C:\Users\admin\AppData\Local\Programs\Python\Python38\python.exe D:/python/auto_job__find__chatgpt__rpa-master/auto_job_find/write_response.py OpenAI version is compatible. Request timed out. Retrying... Request timed out. Retrying... Request timed out. Retrying... Traceback (most recent call last): File "C:\Users\admin\AppData\Roaming\Python\Python38\site-packages\httpcore\_exceptions.py", line 10, in map_exceptions yield...

此问题我已解决,也解决了求职职位选择的问题,但在给HR发送消息时出现了新的报错。信息如下 C:\Users\admin\AppData\Local\Programs\Python\Python38\python.exe D:/python/auto_job__find__chatgpt__rpa-master/auto_job_find/write_response.py OpenAI version is compatible. Loaded existing assistant ID. Loaded existing assistant ID. Error creating thread: Request timed out. {"error": "Failed to create a new thread"} 进程已结束,退出代码 -1...

我的是python3.8版本+openai1.6.1不知是否兼容? 解决是在functions.py文件中加了 os.environ["http_proxy"] = "http://localhost:7890" os.environ["https_proxy"] = "http://localhost:7890" 两段代码