Skip to content
New issue

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

UnicodeEncodeError: 'charmap' codec can't encode character '\ufffd' in position 1669: character maps to <undefined> #665

Closed
vmsaif opened this issue May 21, 2024 · 0 comments

Comments

@vmsaif
Copy link
Contributor

vmsaif commented May 21, 2024

Traceback (most recent call last):
File "", line 1, in
File "G:\ats_pass_ai\src\ats_pass_ai\main.py", line 123, in run
ResumeCrew().crew().kickoff()
File "C:\Users\vmsai.conda\envs\atsenv\Lib\site-packages\crewai\crew.py", line 264, in kickoff
result = self._run_sequential_process()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\vmsai.conda\envs\atsenv\Lib\site-packages\crewai\crew.py", line 301, in _run_sequential_process
self._file_handler.log(
File "C:\Users\vmsai.conda\envs\atsenv\Lib\site-packages\crewai\utilities\fileHandler.py", line 20, in log
file.write(message + "\n")
File "C:\Users\vmsai.conda\envs\atsenv\Lib\encodings\cp1252.py", line 19, in encode
return codecs.charmap_encode(input,self.errors,encoding_table)[0]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
UnicodeEncodeError: 'charmap' codec can't encode character '\ufffd' in position 1669: character maps to

vmsaif added a commit to vmsaif/crewAI that referenced this issue May 21, 2024
bboynton97 pushed a commit to AgentOps-AI/crewAI that referenced this issue May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant