Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

errno -3008 #457

Open
CitadelRed opened this issue May 7, 2024 · 2 comments
Open

errno -3008 #457

CitadelRed opened this issue May 7, 2024 · 2 comments

Comments

@CitadelRed
Copy link

Error: getaddrinfo ENOTFOUND ***
at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) {
errno: -3008,
code: 'ENOTFOUND',
syscall: 'getaddrinfo',
hostname: '***'
}
Error: Error: getaddrinfo ENOTFOUND *** (control socket)

my workflow file is:

on: push
name: 🚀 Deploy website on push
jobs:
web-deploy:
name: 🎉 Deploy
runs-on: ubuntu-latest
steps:
- name: 🚚 Get latest code
uses: actions/checkout@v4

- name: 📂 Sync files
  uses: SamKirkland/FTP-Deploy-Action@v4.3.5
  with:
    server: ${{ secrets.FTP_SERVER }}
    username: ${{ secrets.FTP_USERNAME }}
    password: ${{ secrets.FTP_PASSWORD }}
@CitadelRed
Copy link
Author

My bad, forgot to forward ftp.mysite.xyz server address through DNS on Cloudflare.
Please see i40west's comment at https://community.cloudflare.com/t/suddenly-unable-to-ftp-to-our-website-under-cloudflare/401704

#You can’t FTP through the Cloudflare proxy. The easiest way around it is to define a new DNS host, ftp.example.com, pointing to the server’s IP address, and make sure the proxy on that entry is off. Then connect to that with your FTP client.

This error I spent hours on. I fixed it on my own and am going nuts celebrating over here!

@mosta5617
Copy link

Please help for previous issue...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants