试图使用supervisord将我的电报机器人放在服务器上,但出现了这个错误,我正在用python编写代码,并使用sqlite作为我的数据库。它在我的本地环境中运行良好。
代码
; directory, usually at /etc/supervisor/conf.d/
;
; Run
; $ supervisorctl reload
; $ supervisorctl start cowinassist
;
[program:main]
command=C:\Users\Nafis Ahmad\Desktop\Telegram vaccine Bot/python3 C:\Users\Nafis Ahmad\Desktop\Telegram vaccine Bot/main.py
command=python -u main.py
directory=C:\Users\Nafis Ahmad\Desktop\Telegram vaccine Bot
stdout_logfile=C:\Users\Nafis Ahmad\Desktop\Telegram vaccine Bot/logs/stdout.log
stderr_logfile=C:\Users\Nafis Ahmad\Desktop\Telegram vaccine Bot/logs/stderr.log
redirect_stderr=true
stdout_logfile_maxbytes=1MB
stdout_logfile_backups=10
stderr_logfile_maxbytes=1MB
autostart=true
autorestart=true
错误
Error: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte
附截图
它在我的本地环境中运行良好。
试图使用supervisord将我的电报机器人放在服务器上,但出现utf-8错误
暂无答案!
目前还没有任何答案,快来回答吧!