indiesdev / curl

36 stars 15 forks source link

Got an Error : read ECONNRESET #3

Closed eallion closed 2 years ago

eallion commented 3 years ago

Got an Error : read ECONNRESET today.

Run indiesdev/curl@v1
  with:
    url: ***
    method: POST
    accept: 200,201,204
    headers: { "Content-Type": "application/json" }
    body: { "ref": "gh-pages", "envs": [{ "name": "COS_SECRET_ID", "value": "***", "sensitive": "1" }, { "name": "COS_SECRET_KEY", "value": "***", "sensitive": "1" }, { "name": "COS_BUCKET_NAME", "value": "***", "sensitive": "1" }, { "name": "COS_BUCKET_REGION", "value": "ap-shanghai", "sensitive": "0" }, { "name": "COS_UPLOAD_FROM_PATH", "value": "./", "sensitive": "0" }] } 
    timeout: 60000
    basic-auth: ***:***
    is_debug: true
Error: read ECONNRESET
indiesdev commented 2 years ago

it seems like the connection issue between your runner and your server though. Can you verify if the runner can reach the server?

eallion commented 2 years ago

connection fine