feder-cr / Auto_Jobs_Applier_AIHawk

Auto_Jobs_Applier_AIHawk is a tool that automates the jobs application process. Utilizing artificial intelligence, it enables users to apply for multiple job offers in an automated and personalized way.
Other
17.68k stars 2.59k forks source link

[BUG]: <unexpected error while parsing YAML> #547

Open BytePlanetWei opened 1 day ago

BytePlanetWei commented 1 day ago

Describe the bug

Runtime error: Error running the bot: Unexpected error while parsing YAML: 3 validation errors for Resume personal_information.email

Steps to reproduce

2024-10-15 17:32:40.812 | ERROR | main:main:210 - Runtime error: Error running the bot: Unexpected error while parsing YAML: 3 validation errors for Resume personal_information.email value is not a valid email address: The email address contains invalid characters before the @-sign: '['. [type=value_error, input_value='[myemail@hotmail.com]', input_type=str] personal_information.linkedin Input should be a valid URL, relative URL without a base [type=url_parsing, input_value='[https://www.linkedin.com/in/mylink/]', input_type=str] For further information visit https://errors.pydantic.dev/2.9/v/url_parsing education_details.0.year_of_completion Input should be a valid integer, unable to parse string as an integer [type=int_parsing, input_value='[2019]', input_type=str] For further information visit https://errors.pydantic.dev/2.9/v/int_parsing

Expected behavior

No response

Actual behavior

No response

Branch

None

Branch name

No response

Python version

No response

LLM Used

No response

Model used

No response

Additional context

2024-10-15 17:32:40.812 | ERROR | main:main:210 - Runtime error: Error running the bot: Unexpected error while parsing YAML: 3 validation errors for Resume personal_information.email value is not a valid email address: The email address contains invalid characters before the @-sign: '['. [type=value_error, input_value='[myemail@hotmail.com]', input_type=str] personal_information.linkedin Input should be a valid URL, relative URL without a base [type=url_parsing, input_value='[https://www.linkedin.com/in/mylink/]', input_type=str] For further information visit https://errors.pydantic.dev/2.9/v/url_parsing education_details.0.year_of_completion Input should be a valid integer, unable to parse string as an integer [type=int_parsing, input_value='[2019]', input_type=str] For further information visit https://errors.pydantic.dev/2.9/v/int_parsing

BytePlanetWei commented 1 day ago

apple m1