You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After running the command python mai.py in the terminal, the Chrome browser opens briefly, displays resume for 1seconds, and then closes immediately. No further action or output happens after the browser closes.
Steps to reproduce
Observed Behavior:
Chrome browser opens.
Displays a brief set of data.
Closes immediately without further action.
No further output in the terminal.
STEPS TO REPRODUCE:
python main.py
Logs
OpenAI API Response:
The OpenAI API responds successfully with a "200 OK" status. Here's the relevant log excerpt from the terminal:
Browser Automation Logs:
The browser session was initiated, but it was immediately closed after performing the following:
ShrutikaSingh
changed the title
[BUG]: Chorme browsers open up & closes after running 'python mai.py' command, Nothing happens after that
[BUG]: Chorme browsers open up, displays resume for 2 seconds, & closes. Nothing happens after that
Jan 24, 2025
Describe the bug
After running the command python mai.py in the terminal, the Chrome browser opens briefly, displays resume for 1seconds, and then closes immediately. No further action or output happens after the browser closes.
Steps to reproduce
Observed Behavior:
STEPS TO REPRODUCE:
python main.py
Logs
OpenAI API Response:
The OpenAI API responds successfully with a "200 OK" status. Here's the relevant log excerpt from the terminal:
Browser Automation Logs:
The browser session was initiated, but it was immediately closed after performing the following:
DEBUG:openai._base_client:request_id: req_24e671307cd94db203874672e0da4bc7
DEBUG:urllib3.connectionpool:http://localhost:49216 "POST /session/2213c4d143e20a8c7af7f635a1a29ae0/url HTTP/1.1" 200 0
DEBUG:urllib3.connectionpool:http://localhost:49216 "POST /session/2213c4d143e20a8c7af7f635a1a29ae0/goog/cdp/execute HTTP/1.1" 200 0
DEBUG:urllib3.connectionpool:http://localhost:49216 "DELETE /session/2213c4d143e20a8c7af7f635a1a29ae0 HTTP/1.1" 200 0
DEBUG:httpcore.connection:close.started
DEBUG:httpcore.connection:close.complete
Expected behavior
The browser should open up show resume, and apply to jobs
Actual behavior
The browser closes instantly
Branch
None
Branch name
main
Python version
3.12.7
LLM Used
CHATGPT
Model used
GPT-40-mini
Additional context
No response
The text was updated successfully, but these errors were encountered: