-
Notifications
You must be signed in to change notification settings - Fork 384
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
'Error: Timeout when trying to open data connection to {ip}' #398
Comments
I have the same issue here, even though it was running normally 14 hours ago. |
so sad, i'm trying to solve these issues for about two weeks, but I can't yet.. Did you solve it? |
Same |
I was able to fix this issue by enable passive mode following steps:
|
Hey guys, the error occurs just in Windows, i install ubuntu and run perfectly until now... It were not my first problem with windows, if I can give advice: install linux as dual boot. |
I've used it via GitHub Actions (Linux) with deployment to Linux, I think it's still not resolved, just removed action and used sebastianpopp/ftp-action@releases/v2 instead. |
What was error showed? I had been trouble with API keys because i can't commit dotenv files, so i just able to commit the dotenv file even this is not recommended, i will try use this action, sebastianpopp |
It was the same error |
which ports should I allow now? |
which ports should I allow now? @ninianh |
The GitHub Actions IPs listed at https://api.github.com/meta are extensive and seem to rotate. If you're running into issues, whitelisting these IPs on your host should help, just as it did for me, @orvituhgo 🔐. Though there are a lot, you might want to track and filter specific IPs that you actually use to keep things manageable - hope this helps |
The root cause of this problem is that your server has blacklisted the GitAction IP address; removing IP from blacklist or adding the IP to the whitelist will solve the issue |
I'm having trouble in the step to sync files, this error always throws Error: Error: None of the available transfer strategies work. Last error response was 'Error: Timeout when trying to open data connection to {ip}'... Can someone help me? The folders had been created but the files hadn't... I am using version 4.3.4, I already tried at 4.0.0 and 4.3.1
Obs.: I read the old post about this error but none configs said there can resolve this and I have permission to create dot archives the build of React (cli create-react-app) doesn't create any dot archive
Obs2: I just tried with dry-run = true and all archives were uploaded
The text was updated successfully, but these errors were encountered: