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
Copy and pasted code from ChatGPT and error appeared.
Traceback
Traceback (most recent call last):
File "C:\Users\andre\AppData\Local\spyder-6\envs\spyder-runtime\Lib\site-packages\spyder\utils\workers.py", line 150, in _partial
stdout = handle_qbytearray(raw_stdout, self._get_encoding())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\andre\AppData\Local\spyder-6\envs\spyder-runtime\Lib\site-packages\spyder\utils\workers.py", line 35, in handle_qbytearrayreturn to_text_string(obj, encoding=encoding)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\andre\AppData\Local\spyder-6\envs\spyder-runtime\Lib\site-packages\spyder\py3compat.py", line 57, in to_text_stringreturnstr(obj, encoding)
^^^^^^^^^^^^^^^^^^
File "C:\Users\andre\AppData\Local\spyder-6\envs\spyder-runtime\Lib\encodings\cp1252.py", line 15, in decodereturn codecs.charmap_decode(input,errors,decoding_table)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^UnicodeDecodeError: 'charmap' codec can't decode byte 0x81 in position 3272: character maps to <undefined>
Traceback (most recent call last):
File "C:\Users\andre\AppData\Local\spyder-6\envs\spyder-runtime\Lib\site-packages\spyder\utils\workers.py", line 150, in _partial
stdout = handle_qbytearray(raw_stdout, self._get_encoding())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\andre\AppData\Local\spyder-6\envs\spyder-runtime\Lib\site-packages\spyder\utils\workers.py", line 35, in handle_qbytearrayreturn to_text_string(obj, encoding=encoding)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\andre\AppData\Local\spyder-6\envs\spyder-runtime\Lib\site-packages\spyder\py3compat.py", line 57, in to_text_stringreturnstr(obj, encoding)
^^^^^^^^^^^^^^^^^^
File "C:\Users\andre\AppData\Local\spyder-6\envs\spyder-runtime\Lib\encodings\cp1252.py", line 15, in decodereturn codecs.charmap_decode(input,errors,decoding_table)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^UnicodeDecodeError: 'charmap' codec can't decode byte 0x81 in position 754004: character maps to <undefined>
Traceback (most recent call last):
File "C:\Users\andre\AppData\Local\spyder-6\envs\spyder-runtime\Lib\site-packages\spyder\utils\workers.py", line 150, in _partial
stdout = handle_qbytearray(raw_stdout, self._get_encoding())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\andre\AppData\Local\spyder-6\envs\spyder-runtime\Lib\site-packages\spyder\utils\workers.py", line 35, in handle_qbytearrayreturn to_text_string(obj, encoding=encoding)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\andre\AppData\Local\spyder-6\envs\spyder-runtime\Lib\site-packages\spyder\py3compat.py", line 57, in to_text_stringreturnstr(obj, encoding)
^^^^^^^^^^^^^^^^^^
File "C:\Users\andre\AppData\Local\spyder-6\envs\spyder-runtime\Lib\encodings\cp1252.py", line 15, in decodereturn codecs.charmap_decode(input,errors,decoding_table)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^UnicodeDecodeError: 'charmap' codec can't decode byte 0x81 in position 585299: character maps to <undefined>
Traceback (most recent call last):
File "C:\Users\andre\AppData\Local\spyder-6\envs\spyder-runtime\Lib\site-packages\spyder\utils\workers.py", line 150, in _partial
stdout = handle_qbytearray(raw_stdout, self._get_encoding())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\andre\AppData\Local\spyder-6\envs\spyder-runtime\Lib\site-packages\spyder\utils\workers.py", line 35, in handle_qbytearrayreturn to_text_string(obj, encoding=encoding)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\andre\AppData\Local\spyder-6\envs\spyder-runtime\Lib\site-packages\spyder\py3compat.py", line 57, in to_text_stringreturnstr(obj, encoding)
^^^^^^^^^^^^^^^^^^
File "C:\Users\andre\AppData\Local\spyder-6\envs\spyder-runtime\Lib\encodings\cp1252.py", line 15, in decodereturn codecs.charmap_decode(input,errors,decoding_table)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^UnicodeDecodeError: 'charmap' codec can't decode byte 0x81 in position 651176: character maps to <undefined>
Description
What steps will reproduce the problem?
Copy and pasted code from ChatGPT and error appeared.
Traceback
Versions
Dependencies
The text was updated successfully, but these errors were encountered: