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

System.AggregateException #39

Open
Immortal- opened this issue Apr 12, 2018 · 0 comments
Open

System.AggregateException #39

Immortal- opened this issue Apr 12, 2018 · 0 comments

Comments

@Immortal-
Copy link

Unhandled Exception: System.AggregateException: One or more errors occurred. (Syntax error, command unrecognized.) ---> CoreFtp.I nfrastructure.FtpException: Syntax error, command unrecognized. at CoreFtp.FtpClient.<ConnectDataStreamAsync>d__56.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at CoreFtp.FtpClient.<OpenFileStreamAsync>d__54.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at CoreFtp.FtpClient.<OpenFileReadStreamAsync>d__42.MoveNext() --- End of inner exception stack trace ---

Got this by logging into a steam game server via ftp and grabbing all the files and throwing into a log class which has
string Name { get; set; } long Size { get; set; } string Body { get; set; } DateTime LastEdit { get; set; }
the body is made by using a text reader on OpenFileReadStreamAsync

What I got before the error fired was correct.

`
FileSize: 44393 Name: l064_094_095_098_27025_201802240203_002.log Date: 4/9/2018 11:14:00 PM
FileSize: 41393 Name: l064_094_095_098_27025_201802252348_002.log Date: 4/9/2018 11:14:00 PM
FileSize: 47973 Name: l064_094_095_098_27025_201802260042_002.log Date: 4/9/2018 11:14:00 PM
FileSize: 39888 Name: l064_094_095_098_27025_201802270105_002.log Date: 4/9/2018 11:14:00 PM
FileSize: 58090 Name: l064_094_095_098_27025_201803030110_002.log Date: 4/9/2018 11:14:00 PM
FileSize: 49523 Name: l064_094_095_098_27025_201803090133_002.log Date: 4/9/2018 11:14:00 PM
FileSize: 1183 Name: l064_094_095_098_27025_201804091624_002.log Date: 4/10/2018 1:09:00 AM
FileSize: 1183 Name: l064_094_095_098_27025_201804092009_002.log Date: 4/10/2018 5:00:00 AM
FileSize: 1183 Name: l064_094_095_098_27025_201804100000_002.log Date: 4/10/2018 8:49:00 AM
FileSize: 1183 Name: l064_094_095_098_27025_201804100349_002.log Date: 4/10/2018 12:34:00 PM
FileSize: 1183 Name: l064_094_095_098_27025_201804100734_002.log Date: 4/10/2018 4:18:00 PM
FileSize: 1183 Name: l064_094_095_098_27025_201804101118_002.log Date: 4/10/2018 8:02:00 PM

`

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

1 participant