We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2.6.40
Unknown (Binnier.io)
Dear Binner team,
Hi, I'm a user who is using this platform via binner.io.
I appreciate your contributions to open-source community.
Every functions are amazing and good for me,
but one critical bug is making me the need for migration.
Full error is as follows
Api Endpoint: https://binner.io/api/part/info?partNumber=TMUX1208PWR&supplierPartNumbers=digikey:296-51847-1-ND,mouser:595-TMUX1208PWR,arrow:null,tme:null at Newtonsoft.Json.Converters.StringEnumConverter.ReadJson(JsonReader reader, Type objectType, Object existingValue, JsonSerializer serializer) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.DeserializeConvertable(JsonConverter converter, JsonReader reader, Type objectType, Object existingValue) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.SetPropertyValue(JsonProperty property, JsonConverter propertyConverter, JsonContainerContract containerContract, JsonProperty containerProperty, JsonReader reader, Object target) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateList(IList list, JsonReader reader, JsonArrayContract contract, JsonProperty containerProperty, String id) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateList(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, Object existingValue, String id) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.SetPropertyValue(JsonProperty property, JsonConverter propertyConverter, JsonContainerContract containerContract, JsonProperty containerProperty, JsonReader reader, Object target) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.SetPropertyValue(JsonProperty property, JsonConverter propertyConverter, JsonContainerContract containerContract, JsonProperty containerProperty, JsonReader reader, Object target) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateList(IList list, JsonReader reader, JsonArrayContract contract, JsonProperty containerProperty, String id) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateList(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, Object existingValue, String id) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.SetPropertyValue(JsonProperty property, JsonConverter propertyConverter, JsonContainerContract containerContract, JsonProperty containerProperty, JsonReader reader, Object target) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.SetPropertyValue(JsonProperty property, JsonConverter propertyConverter, JsonContainerContract containerContract, JsonProperty containerProperty, JsonReader reader, Object target) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent) at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType) at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings) at Binner.Services.Integrations.TmeApi.GetProductFilesAsync(List`1 partNumbers) in C:\projects\binner-io\Binner\Library\Binner.Services\Integrations\TmeApi.cs:line 159 at Binner.Services.Integrations.ResponseProcessors.TmePartInfoResponseProcessor.FetchPartsAsync(IIntegrationApi api, ProcessingContext context) in C:\projects\binner-io\Binner\Library\Binner.Services\Integrations\ResponseProcessors\TmePartInfoResponseProcessor.cs:line 105 at Binner.Services.Integrations.ResponseProcessors.TmePartInfoResponseProcessor.ExecuteAsync(IIntegrationApi api, ProcessingContext context) in C:\projects\binner-io\Binner\Library\Binner.Services\Integrations\ResponseProcessors\TmePartInfoResponseProcessor.cs:line 33 at Binner.Services.Integrations.PartInformationProvider.<>c__DisplayClass7_0.<<ProcessResponseAsync>b__5>d.MoveNext() in C:\projects\binner-io\Binner\Library\Binner.Services\Integrations\PartInformationProvider.cs:line 104 --- End of stack trace from previous location --- at Binner.Services.Integrations.PartInformationProvider.ProcessResponseAsync(Type provider, IIntegrationApi api, ProcessingContext context) in C:\projects\binner-io\Binner\Library\Binner.Services\Integrations\PartInformationProvider.cs:line 117 at Binner.Services.Integrations.PartInformationProvider.FetchPartInformationAsync(String partNumber, String partType, String mountingType, String supplierPartNumbers, Int32 userId, ICollection`1 partTypes, Part inventoryPart) in C:\projects\binner-io\Binner\Library\Binner.Services\Integrations\PartInformationProvider.cs:line 59 at Binner.Services.PartService.GetPartInformationAsync(String partNumber, String partType, String mountingType, String supplierPartNumbers) in C:\projects\binner-io\Binner\Library\Binner.Services\PartService.cs:line 854 at Binner.Services.PartService.GetPartInformationAsync(String partNumber, String partType, String mountingType, String supplierPartNumbers) in C:\projects\binner-io\Binner\Library\Binner.Services\PartService.cs:line 908 at Binner.Web.Controllers.PartController.GetPartInfoAsync(String partNumber, String partTypeId, String mountingTypeId, String supplierPartNumbers) in C:\projects\binner-io\Binner\Binner.Web\Controllers\PartController.cs:line 477
This error may occur due to linkage with Mouser API.
Because this error is reproduced through part names that exist in Mouser.
I hope the SW manager can handle this problem as soon as possible.
Best Regards, Hyeonho Shin.
No response
None
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Binner version
2.6.40
Operating System
Unknown (Binnier.io)
Describe the bug and the steps to reproduce it
Dear Binner team,
Hi, I'm a user who is using this platform via binner.io.
I appreciate your contributions to open-source community.
Every functions are amazing and good for me,
but one critical bug is making me the need for migration.
Full error is as follows
This error may occur due to linkage with Mouser API.
Because this error is reproduced through part names that exist in Mouser.
I hope the SW manager can handle this problem as soon as possible.
Best Regards,
Hyeonho Shin.
Would you like to attach your appsetings.json configuration?
No response
Screenshots or Videos (Optional, but they help!)
Are you able to contribute a PR? (No is ok!)
None
The text was updated successfully, but these errors were encountered: