For some reason, scheduled directory backups on my server are failing with the following error:
Traceback (most recent call last):
File "/www/server/panel/plugin/gdrive/gdrive_main.py", line 669, in
q.execute_command(sys.argv)
File "/www/server/panel/plugin/gdrive/gdrive_main.py", line 609, in execute_command
backup_tool.backup_path(args[2], save=int(args[3]))
File "class/panelBackup.py", line 131, in backup_path
self.echo_start()
File "class/panelBackup.py", line 50, in echo_start
print("\u2605"+public.getMsg('START_BACKUP')+"[{}]".format(public.format_date()))
UnicodeEncodeError: 'latin-1' codec can't encode character '\u2605' in position 0: ordinal not in range(256)
The backup processes work fine with I manually execute them.
The processes are simply backing various directories and saving the backups to Google Drive.
Any ideas what might be the problem?