Coder Social home page Coder Social logo

coreftp's People

coreftp's Issues

rimuovere eredità Stream

preferirei composition over inheritance riguardo FtpControlStream e FtpDataStream di modo che

  1. esprimano un loro behavior più conciso
  2. vs rompa meno le palle con cose non implementate
    e possibilmente
  3. CoreFTP sia più semplice, modulare, e in generale funga meglio

remoteEP null su LoginAsync e altro ancora

ci sono ancora vari errori che infestano sto package

Content ingestion service general error
System.ArgumentNullException: Value cannot be null. (Parameter 'remoteEP')
at System.ArgumentNullException.Throw(String paramName)
at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
at CoreFtp.Infrastructure.Stream.FtpControlStream.ConnectSocketAsync(String host, Int32 port, CancellationToken token)
at CoreFtp.Infrastructure.Stream.FtpControlStream.ConnectStreamAsync(String host, Int32 port, CancellationToken token)
at CoreFtp.Infrastructure.Stream.FtpControlStream.ConnectStreamAsync(CancellationToken token)
at CoreFtp.Infrastructure.Stream.FtpControlStream.ConnectAsync(CancellationToken token)
at CoreFtp.FtpClient.LoginAsync()
at Planet.Garavot.ContentIngestion.ContentIngestionService.FtpExecActionAsync(Uri storeUri, Func`2 actionAsync) in /home/planet/zodiac-garavot-dev/src/content_ingestion/Planet.Garavot.ContentIngestion/Planet/Garavot/ContentIngestion/ContentIngestionService.cs:line 607
at Planet.Garavot.ContentIngestion.ContentIngestionService.FtpListAsync(Uri storeUri, Nullable`1 ftpLastModifiedThreshold) in /home/planet/zodiac-garavot-dev/src/content_ingestion/Planet.Garavot.ContentIngestion/Planet/Garavot/ContentIngestion/ContentIngestionService.cs:line 105
at Planet.Garavot.ContentIngestion.ContentIngestionService.GetStorageFilesAsync(ContentIngestionStorageSettings storageSettings) in /home/planet/zodiac-garavot-dev/src/content_ingestion/Planet.Garavot.ContentIngestion/Planet/Garavot/ContentIngestion/ContentIngestionService.cs:line 192
at Planet.Garavot.ContentIngestion.ContentIngestionBackgroundService.IngestNewFilesAsync(ContentIngestionStorageSettings storageSettings, CancellationToken cancellationToken) in /home/planet/zodiac-garavot-dev/src/content_ingestion/Planet.Garavot.ContentIngestion/Planet/Garavot/ContentIngestion/ContentIngestionBackgroundService.cs:line 212

Content ingestion service general error
System.IO.IOException: Unable to read data from the transport connection: Connection timed out.
---> System.Net.Sockets.SocketException (110): Connection timed out
at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 count)
--- End of inner exception stack trace ---
at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 count)
at CoreFtp.Infrastructure.Stream.FtpControlStream.ReadLine(Encoding encoding, CancellationToken token)
at CoreFtp.Infrastructure.Stream.FtpControlStream.ReadLines(CancellationToken token)+MoveNext()
at CoreFtp.Infrastructure.Stream.FtpControlStream.GetResponseAsync(CancellationToken token)
at CoreFtp.FtpClient.ListFilesAsyncEnum(Nullable`1 sortBy)+MoveNext()
at CoreFtp.FtpClient.ListFilesAsyncEnum(Nullable`1 sortBy)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at Planet.Garavot.ContentIngestion.ContentIngestionService.<>c__DisplayClass17_0.<<FtpListAsync>b__0>d.MoveNext() in /home/planet/zodiac-garavot-dev/src/content_ingestion/Planet.Garavot.ContentIngestion/Planet/Garavot/ContentIngestion/ContentIngestionService.cs:line 103
--- End of stack trace from previous location ---
at Planet.Garavot.ContentIngestion.ContentIngestionService.<>c__DisplayClass17_0.<<FtpListAsync>b__0>d.MoveNext() in /home/planet/zodiac-garavot-dev/src/content_ingestion/Planet.Garavot.ContentIngestion/Planet/Garavot/ContentIngestion/ContentIngestionService.cs:line 103
--- End of stack trace from previous location ---
at Planet.Garavot.ContentIngestion.ContentIngestionService.FtpExecActionAsync(Uri storeUri, Func`2 actionAsync) in /home/planet/zodiac-garavot-dev/src/content_ingestion/Planet.Garavot.ContentIngestion/Planet/Garavot/ContentIngestion/ContentIngestionService.cs:line 607
at Planet.Garavot.ContentIngestion.ContentIngestionService.FtpExecActionAsync(Uri storeUri, Func`2 actionAsync) in /home/planet/zodiac-garavot-dev/src/content_ingestion/Planet.Garavot.ContentIngestion/Planet/Garavot/ContentIngestion/ContentIngestionService.cs:line 607
at Planet.Garavot.ContentIngestion.ContentIngestionService.FtpListAsync(Uri storeUri, Nullable`1 ftpLastModifiedThreshold) in /home/planet/zodiac-garavot-dev/src/content_ingestion/Planet.Garavot.ContentIngestion/Planet/Garavot/ContentIngestion/ContentIngestionService.cs:line 105
at Planet.Garavot.ContentIngestion.ContentIngestionService.GetStorageFilesAsync(ContentIngestionStorageSettings storageSettings) in /home/planet/zodiac-garavot-dev/src/content_ingestion/Planet.Garavot.ContentIngestion/Planet/Garavot/ContentIngestion/ContentIngestionService.cs:line 192
at Planet.Garavot.ContentIngestion.ContentIngestionBackgroundService.IngestNewFilesAsync(ContentIngestionStorageSettings storageSettings, CancellationToken cancellationToken) in /home/planet/zodiac-garavot-dev/src/content_ingestion/Planet.Garavot.ContentIngestion/Planet/Garavot/ContentIngestion/ContentIngestionBackgroundService.cs:line 212

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.