Error Running Program - UnicodeEncodeError: 'latin-1' codec can't encode characters in position 0-11: ordinal not in range(256)
When Trying to run "python enviroplusweb.py" I receive the following error:
Traceback (most recent call last): File "/home/pi/enviroplusweb/enviroplusweb.py", line 39, in print("\U0001f33f\U0001f33f\U0001f33f\U0001f33f\U0001f33f\U0001f33f\U0001f33f\U0001f33f\U0001f33f\U0001f33f\U0001f33f\U0001f33f") UnicodeEncodeError: 'latin-1' codec can't encode characters in position 0-11: ordinal not in range(256)
Any ideas on what is causing the error or how to fix it?
Edited by Nick Poleto