httprunner icon indicating copy to clipboard operation
httprunner copied to clipboard

Install Error: AccessDenied

Open ximouzhao opened this issue 1 year ago • 4 comments

Describe the bug

Please give a brief description of the bug; attach the running command and the stack information when the error is reported

➜ bash -c "$(curl -ksSL https://httprunner.com/script/install.sh)"
✔ Detect target hrp package...
get hrp latest version failed:
<?xml version="1.0" encoding="UTF-8"?>
<Error>
  <Code>AccessDenied</Code>
  <Message>AccessDenied</Message>
  <RequestId>66B9913EE80D0132329C20A3</RequestId>
  <HostId>httprunner.oss-cn-beijing.aliyuncs.com</HostId>
  <EC>0003-00000905</EC>
  <RecommendDoc>https://api.aliyun.com/troubleshoot?q=0003-00000905</RecommendDoc>
</Error>

Versions

Please complete the following information:

  • OS Type: macOS
  • Python version: 3.12.2
  • Go version: go version go1.22.1 darwin/arm64
  • HttpRunner version [e.g. 3.1.8]

Project files (If possible)

Provide your project files to help locate and debug bugs faster. This is not mandatory.

NOTICE: Before uploading your project files, don't forget to remove sensitive data, e.g. IP, username and password, key info etc.

ximouzhao avatar Aug 12 '24 04:08 ximouzhao

I also encountered this problem

Ivan806 avatar Aug 12 '24 09:08 Ivan806

I also hit this issue.

yandong01 avatar Sep 12 '24 02:09 yandong01

how to resolve this error????

SimmusJune avatar Nov 01 '24 10:11 SimmusJune

我的 MacOs 也遇到同样的问题,我的做法是:目前先使用 Release 里 tar 包的二进制程序,然后将其通过 ln -s 指令软链接到 /usr/local/bin/hrp -------translate----- I encountered the same issue on my macOS. What I did was: for now, I use the binary program from the tar package in the Release, and then create a symbolic link to it in /usr/local/bin/hrp using the ln -s command.

QitanCai avatar Sep 02 '25 16:09 QitanCai