We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The collection is starting and closing right after generating resume
python main.py
Select generate resume type
Select resume type
It starts google chrome generates resume and stops
The app should keep running to apply for jobs
It's stopping saying "connection :close.complete"
None
No response
ChatGPT
gpt-4o
Output on Terminal:
DEBUG:openai._base_client:request_id: req_1a2865c85d5cb8e0931311e0ce26e66a DEBUG:urllib3.connectionpool:http://localhost:51973 "POST /session/0296812ddf11f4122c6c4bea09be58b8/url HTTP/1.1" 200 0 DEBUG:urllib3.connectionpool:http://localhost:51973 "POST /session/0296812ddf11f4122c6c4bea09be58b8/goog/cdp/execute HTTP/1.1" 200 0 DEBUG:urllib3.connectionpool:http://localhost:51973 "DELETE /session/0296812ddf11f4122c6c4bea09be58b8 HTTP/1.1" 200 0 DEBUG:httpcore.connection:close.started DEBUG:httpcore.connection:close.complete DEBUG:httpcore.connection:close.started DEBUG:httpcore.connection:close.complete DEBUG:httpcore.connection:close.started DEBUG:httpcore.connection:close.complete
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
The collection is starting and closing right after generating resume
Steps to reproduce
python main.py
Select generate resume type
Select resume type
It starts google chrome generates resume and stops
Expected behavior
The app should keep running to apply for jobs
Actual behavior
It's stopping saying "connection :close.complete"
Branch
None
Branch name
No response
Python version
No response
LLM Used
ChatGPT
Model used
gpt-4o
Additional context
Output on Terminal:
DEBUG:openai._base_client:request_id: req_1a2865c85d5cb8e0931311e0ce26e66a
DEBUG:urllib3.connectionpool:http://localhost:51973 "POST /session/0296812ddf11f4122c6c4bea09be58b8/url HTTP/1.1" 200 0
DEBUG:urllib3.connectionpool:http://localhost:51973 "POST /session/0296812ddf11f4122c6c4bea09be58b8/goog/cdp/execute HTTP/1.1" 200 0
DEBUG:urllib3.connectionpool:http://localhost:51973 "DELETE /session/0296812ddf11f4122c6c4bea09be58b8 HTTP/1.1" 200 0
DEBUG:httpcore.connection:close.started
DEBUG:httpcore.connection:close.complete
DEBUG:httpcore.connection:close.started
DEBUG:httpcore.connection:close.complete
DEBUG:httpcore.connection:close.started
DEBUG:httpcore.connection:close.complete
The text was updated successfully, but these errors were encountered: