Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

invalid character '<' looking for beginning of value #368

Open
lwy121810 opened this issue Feb 10, 2023 · 1 comment
Open

invalid character '<' looking for beginning of value #368

lwy121810 opened this issue Feb 10, 2023 · 1 comment

Comments

@lwy121810
Copy link

问题描述

通过qshell命令上传时,出现invalid character '<' looking for beginning of value
配置文件为.conf格式 替换为json格式也不行,之前都是好好的
上传命令为 qshell qupload --failure-list upload_failure.txt protocol.conf

重现步骤

期望结果?

实际结果?

错误日志/截图/配置参数

20230210183050687

image

#!/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
@YangSen-qn
Copy link
Contributor

YangSen-qn commented Feb 17, 2023

@lwy121810 错误信息贴一条完整的吧,上面图片中每一条错误信息都只显示了一部分。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants