gurock / trcli

TR CLI (trcli) is a command line tool for interacting with TestRail.
Mozilla Public License 2.0
48 stars 39 forks source link

trcli complained "The requested URL was not found on this server" when running case #152

Closed lisa-lina closed 12 months ago

lisa-lina commented 1 year ago

TestRail CLI Version

1.5.0

CLI Environment

3.11.2

TestRail Version

v7.5.3.1000

TestRail Instance Type

Professional Cloud

Current behavior

trcli -y -h "https://testrail.internetbrands.com" -u "xxx" -p "xxx" --project "SMB - Portal (& Officite)" --title "Automated Test Run For BOS Contract" parse_junit ` -f "./report/junit_report.xml"

it returns TestRail CLI v1.5.0 Copyright 2021 Gurock Software GmbH - www.gurock.com Parse JUnit Execution Parameters

Report file: report/junit_report.xml Config file: None TestRail instance: https://testrail.internetbrands.com (user: xxx) Project: SMB - Portal (& Officite) Run title: Automated Test Run For BOS Contract Update run: No Add to milestone: No Auto-create entities: True Parsing JUnit report. Processed 3 test cases in 1 sections. Checking project. Error detected while checking a project: 'b'<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n\n404 Not Found\n\n

Not Found

\n

The requested URL was not found on this server.

\n\n''

Desired behavior

can anyone guide what's wrong here? I tried many ways, it always says like that, the request url was not found on this server.

More Details

No response

lisa-lina commented 1 year ago

does the project name allow special character like () & ?

lisa-lina commented 12 months ago

fixed.