-
Notifications
You must be signed in to change notification settings - Fork 380
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
Similar issue as in #137: "Server sent FIN packet unexpectedly" #197
Comments
I also have the same problem if I use SFTP. Moreover, 1&1 by Ionos does not offer FTP and FTPS anymore, but only SFTP. GitHub Actions are bad and unusable. I hope the author (@SamKirkland) will succeed in seducing us with new features. Edit 👍 on: push
|
What is 'fetch-depth'? |
@freakyshine > No idea, I tested with it works. |
Fair |
Thanks a lot @lecomteb27! I had the same issue. I switched to version 3.1.1, and it works now. I just figured out that the option |
With pleasure, @Henry31 :) Now we must wait for the developer to fix the malfunction in V4. I keep my fingers crossed :) |
Error: Server sent FIN packet unexpectedly, closing connection. Tried 3 times. More than 2000 files got uploaded succesfully but then this error occurs. This is not a hosting problem as I am deplying to my own root server with ProFTPD |
@1manfactory
when i deployed ~200files, it worked fine. but when i deployed thousands files, i had same issue. do you have an idea? |
Hello, same here
gonna try with v4.3.4 and a bigger timeout |
I've faced with the same error. |
Error: Server sent FIN packet unexpectedly, closing connection. facing same error |
Downgraded to SamKirkland/FTP-Deploy-Action@4.1.0 solved my problem |
I was having the same issue and in my case, I had to disable the access filter from overseas in the host configuration screen since it blocks accesses from github. |
hello people i fixed this issue by doing this , |
I have the same issue, in my case action is failing when trying to upload empty files. Verbose log level shows wrong file size (modulo.js should have 0 bytes, while it's reported with exactly the same size as previous file):
|
Bug Description
Just like in #137 I'm not able to deploy to the FTP server however, I'm confident my hosting provider provides FTP (port 21) and an SFTP(port 5544). When attempting to connect I use the default port number 21 and therefore, as far as I understand connect over the normal FTP protocol.
When using Filezilla with the credentials stored in the secrets it works as it should, but not with the action.
My Action Config
My Action Log
The text was updated successfully, but these errors were encountered: