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

End of Dragons additions #117

Open
3 of 4 tasks
Archomeda opened this issue Mar 4, 2022 · 1 comment
Open
3 of 4 tasks

End of Dragons additions #117

Archomeda opened this issue Mar 4, 2022 · 1 comment
Labels
Area: Web API v2 Related to the v2 web API Priority: High High priority Status: Blocked The issue is blocked by something else Type: Feature An addition to the project

Comments

@Archomeda
Copy link
Owner

Archomeda commented Mar 4, 2022

@Archomeda Archomeda added Type: Feature An addition to the project Status: Blocked The issue is blocked by something else Priority: High High priority Area: Web API v2 Related to the v2 web API labels Mar 4, 2022
@Archomeda Archomeda pinned this issue Mar 4, 2022
@Taschenbuch
Copy link
Contributor

Taschenbuch commented Apr 26, 2022

new Quux type:

requesting item details for all itemIds caused a exception.

possible reason:

code used (blish hud):
****var itemIds = await gw2ApiManager.Gw2ApiClient.V2.Items.IdsAsync();
var items = await gw2ApiManager.Gw2ApiClient.V2.Items.ManyAsync(itemIds);

exception caused:

System.Text.Json.JsonException: Unsupported type Quux
bei Gw2Sharp.Json.Converters.CastableTypeConverter.CastableTypeConverterInner1.Read(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options) bei System.Text.Json.Serialization.JsonConverter1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
bei System.Text.Json.Serialization.Converters.IEnumerableDefaultConverter2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value) bei System.Text.Json.Serialization.JsonConverter1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
bei System.Text.Json.Serialization.JsonConverter1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state) bei System.Text.Json.JsonSerializer.ReadCore[TValue](Utf8JsonReader& reader, Type returnType, JsonSerializerOptions options) bei System.Text.Json.JsonSerializer.Deserialize[TValue](String json, Type returnType, JsonSerializerOptions options) bei Gw2Sharp.WebApi.Http.WebApiRequest.<ExecuteAsync>d__101.MoveNext()
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
bei System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
bei Gw2Sharp.WebApi.V2.Clients.BaseEndpointBulkClient2.<ManyAsync>d__3.MoveNext() --- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde --- bei System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) bei System.Runtime.CompilerServices.TaskAwaiter1.GetResult()
bei GatheringTools.ToolSearch.GatheringToolsService.d__2.MoveNext() in ..\GatheringToolsService.cs:Zeile 57.
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
bei System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
bei System.Runtime.CompilerServices.TaskAwaiter.GetResult()
bei GatheringTools.ToolSearch.GatheringToolsService.d__0.MoveNext() in ..\GatheringToolsService.cs:Zeile 27.
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
bei System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
bei System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
bei GatheringTools.ToolSearch.ToolSearchStandardWindow.d__4.MoveNext() in ..\GatheringTools\ToolSearch\ToolSearchStandardWindow.cs:Zeile 133.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Web API v2 Related to the v2 web API Priority: High High priority Status: Blocked The issue is blocked by something else Type: Feature An addition to the project
Projects
None yet
Development

No branches or pull requests

2 participants