A retired version of Pi Presents. Please use Pi Presents KMS which works on legacy RPi OS Bullseye or Pi Presents GTK which works on RPi OS Bookworm and RPi Model 5
Hey, Ken. I'm having a problem with the web editor. When I change a parameter, I see the following entry in the command line:
Traceback (most recent last call last):
File "/home/pi/pipresents/remi/server.py", line 262, in on_message
callback (** param_dict)
File "/home/pi/pipresents/pp_web_edititem.py", line 228, in confirm_dialog
self.field_content [field] = str (self.field_objs [field_index] .get_value ()). strip ()
UnicodeEncodeError: 'ascii' codec can not encode characters in position 0-6: ordinal not in range (128)
However, I can not save my changes. What are the problems and how to fix it?
Thank you!
Hey, Ken. I'm having a problem with the web editor. When I change a parameter, I see the following entry in the command line:
Traceback (most recent last call last): File "/home/pi/pipresents/remi/server.py", line 262, in on_message callback (** param_dict) File "/home/pi/pipresents/pp_web_edititem.py", line 228, in confirm_dialog self.field_content [field] = str (self.field_objs [field_index] .get_value ()). strip () UnicodeEncodeError: 'ascii' codec can not encode characters in position 0-6: ordinal not in range (128)
However, I can not save my changes. What are the problems and how to fix it? Thank you!