You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Выдаёт вот это:
Unhandled exception. System.Text.Json.JsonException: '<' is an invalid start of a value. Path: $ | LineNumber: 0 | BytePositionInLine: 0.
---> System.Text.Json.JsonReaderException: '<' is an invalid start of a value. LineNumber: 0 | BytePositionInLine: 0.
at System.Text.Json.ThrowHelper.ThrowJsonReaderException(Utf8JsonReader&, ExceptionResource, Byte , ReadOnlySpan1 ) at System.Text.Json.Utf8JsonReader.ConsumeValue(Byte) at System.Text.Json.Utf8JsonReader.ReadFirstToken(Byte) at System.Text.Json.Utf8JsonReader.ReadSingleSegment() at System.Text.Json.Utf8JsonReader.Read() at System.Text.Json.Serialization.JsonConverter1.ReadCore(Utf8JsonReader&, JsonSerializerOptions, ReadStack& )
--- End of inner exception stack trace ---
at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& , JsonReaderException)
at System.Text.Json.Serialization.JsonConverter1.ReadCore(Utf8JsonReader&, JsonSerializerOptions, ReadStack& ) at System.Text.Json.JsonSerializer.ReadCore[TValue](Utf8JsonReader&, JsonTypeInfo, ReadStack& ) at System.Text.Json.JsonSerializer.ContinueDeserialize[TValue](ReadBufferState&, JsonReaderState&, ReadStack&, JsonTypeInfo) at System.Text.Json.JsonSerializer.ReadFromStreamAsync[TValue](Stream, JsonTypeInfo, CancellationToken) at System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsyncCore[T](HttpContent, Encoding, JsonSerializerOptions, CancellationToken) at Elib2Ebook.Logic.Getters.Litnet.LitnetGetterBase.Authorize() in D:\a\Elib2Ebook\Elib2Ebook\Elib2Ebook\Logic\Getters\Litnet\LitnetGetterBase.cs:line 66 at Elib2Ebook.Program.<>c.<<Main>b__0_0>d.MoveNext() in D:\a\Elib2Ebook\Elib2Ebook\Elib2Ebook\Program.cs:line 31 --- End of stack trace from previous location --- at CommandLine.ParserResultExtensions.WithParsedAsync[T](ParserResult1 result, Func`2 action)
at Elib2Ebook.Program.Main(String[] args) in D:\a\Elib2Ebook\Elib2Ebook\Elib2Ebook\Program.cs:line 23
at Elib2Ebook.Program.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
#82