seatable表格中 python脚本运行报错 Error: Some errors occurred during execution的问题

关于seatable表格中 python脚本运行报错:error: Error: Some errors occurred during execution的问题:

报错问题如图,请问如何解决?

附配置信息:

1、seatable、faas-scheduler、Python Runner部署在同一台主机(virtualbox+ubuntu 192.168.16.114)上

2、faas-scheduler配置
① docker-compose up时报错,判断为端口冲突,将yml文件中的"host.docker.internal:host-gateway"修改为
"host.docker.internal:192.168.16.114"
② 将faas-scheduler端口修改成801
③ conf/seatable_faas_scheduler_settings.py 中
DTABLE_WEB_SERVICE_URL = 'http://192.168.16.114:80'

3、 python-runner start无异常

4、seatable配置
① conf/dtable_web_settings.py中
SEATABLE_FAAS_URL = 'http://192.168.16.114:801'

https://www.notion.so/seatable-bba42ed57a9344de94d3c40e1bdcfde1