FTP-Deploy-Action icon indicating copy to clipboard operation
FTP-Deploy-Action copied to clipboard

throw timeout error

Open hinditutorpoint opened this issue 8 months ago • 5 comments

Bug Description every time throw timeout error another problem is every time upload all file to server we want to only last changes file upload My Action Config

on: push
name: Publish Website
jobs:
  web-deploy:
    name: 🚀 Deploy website every commit
    # !!!!!!! TODO Fill Out !!!!!!!

My Action Log

   2023-10-06T22:36:03.4514269Z Error: Timeout (control socket)
2023-10-06T22:36:03.4514835Z     at Socket.<anonymous> (/home/runner/work/_actions/SamKirkland/FTP-Deploy-Action/v4.3.4/dist/index.js:5288:33)
2023-10-06T22:36:03.4515261Z     at Object.onceWrapper (node:events:627:28)
2023-10-06T22:36:03.4515565Z     at Socket.emit (node:events:513:28)
2023-10-06T22:36:03.4515847Z     at Socket._onTimeout (node:net:550:8)
2023-10-06T22:36:03.4516156Z     at listOnTimeout (node:internal/timers:559:17)
2023-10-06T22:36:03.4516497Z     at processTimers (node:internal/timers:502:7)
2023-10-06T22:36:03.4540797Z ##[error]Error: Timeout (control socket)

hinditutorpoint avatar Oct 07 '23 09:10 hinditutorpoint