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
I am using windows OS and the system throw this error message:
File "...\EasyApplyJobsBot\linkedin.py", line 258, in
Linkedin().linkJobApply()
File "...\EasyApplyJobsBot\linkedin.py", line 13, in init
utils.prYellow("\U0001f916 Thanks for using Easy Apply Jobs bot, for more information you can visit our site - www.automated-bots.com")
File "...\EasyApplyJobsBot\utils.py", line 36, in prYellow
print(f"\033[93m{prt}\033[00m")
UnicodeEncodeError: 'gbk' codec can't encode character '\U0001f916' in position 5: illegal multibyte sequence
The system default enconder is utf-8. Is there a way to fix this issue? Thanks!
The text was updated successfully, but these errors were encountered:
I am using windows OS and the system throw this error message:
File "...\EasyApplyJobsBot\linkedin.py", line 258, in
Linkedin().linkJobApply()
File "...\EasyApplyJobsBot\linkedin.py", line 13, in init
utils.prYellow("\U0001f916 Thanks for using Easy Apply Jobs bot, for more information you can visit our site - www.automated-bots.com")
File "...\EasyApplyJobsBot\utils.py", line 36, in prYellow
print(f"\033[93m{prt}\033[00m")
UnicodeEncodeError: 'gbk' codec can't encode character '\U0001f916' in position 5: illegal multibyte sequence
The system default enconder is utf-8. Is there a way to fix this issue? Thanks!
The text was updated successfully, but these errors were encountered: