You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
通过qshell命令上传时,出现invalid character '<' looking for beginning of value
配置文件为.conf格式 替换为json格式也不行,之前都是好好的
上传命令为 qshell qupload --failure-list upload_failure.txt protocol.conf
重现步骤
期望结果?
实际结果?
错误日志/截图/配置参数
#!/usr/bin/env bash
set -e
qshell qupload --failure-list upload_failure.txt protocol.conf
if test -s upload_failure.txt; then
echo "Upload Protocol Failed, Please Check upload_failure.txt !!"
else
qshell cdnrefresh -i torefresh.txt
echo "Upload Protocol Success !!"
fi
相关环境信息
操作系统:mac 12.5.1
qshell版本: 2.4.1
The text was updated successfully, but these errors were encountered:
问题描述
通过qshell命令上传时,出现invalid character '<' looking for beginning of value
配置文件为.conf格式 替换为json格式也不行,之前都是好好的
上传命令为 qshell qupload --failure-list upload_failure.txt protocol.conf
重现步骤
期望结果?
实际结果?
错误日志/截图/配置参数
相关环境信息
The text was updated successfully, but these errors were encountered: