Skip to content

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

@lwy121810

Description

@lwy121810

问题描述

通过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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions