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

show Timeout (control socket) Error in sync file

Open alinemone opened this issue 3 years ago • 3 comments

uploading "app/Console/Kernel.php"


-------------- 🔥🔥🔥 an error occurred 🔥🔥🔥 --------------


---------------------- full error below ----------------------

Error: Timeout (control socket) at Socket. (/home/runner/work/_actions/SamKirkland/FTP-Deploy-Action/4.3.3/dist/index.js:5288:58) at Object.onceWrapper (node:events:641:28) at Socket.emit (node:events:527:28) at Socket._onTimeout (node:net:516:8) at listOnTimeout (node:internal/timers:559:17) at processTimers (node:internal/timers:502:7) Error: Error: Timeout (control socket)

--------------------------- my config -----------------------------------

on: push
name: 🚀 Deploy website on push
jobs:
  web-deploy:
    name: 🎉 Deploy
    runs-on: ubuntu-latest
    steps:
    - name: 🚚 Get latest code
      uses: actions/checkout@v3
    
    - name: 📂 Sync files
      uses: SamKirkland/[email protected]
      with:
        timeout : 100000000
        server: ${{ secrets.ftp_url }}
        username: ${{ secrets.ftp_user }}
        password: ${{ secrets.ftp_password }}
        server-dir: /public_html/

alinemone avatar Feb 12 '23 14:02 alinemone

I'm getting this one as well

deividasstr avatar Mar 11 '23 19:03 deividasstr

Same issue

moetazlb avatar Mar 13 '23 17:03 moetazlb

Same issue(using a sftp server)

ApplecakeYT avatar Jun 21 '23 23:06 ApplecakeYT

Closing as duplicate of #106

SamKirkland avatar Mar 02 '24 20:03 SamKirkland