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
I am receiving an error when trying to add a mouser web order.
The error message reads:
API Error
System.FormatException
Failed to import order! An exception occurred of type System.FormatException
The input string '€ 289,08' was not in a correct format.
Api Endpoint: https://binner.io/api/part/import
at System.Number.ThrowOverflowOrFormatException(ParsingStatus status, ReadOnlySpan`1 value, TypeCode type) at Binner.Services.PartService.GetExternalMouserOrderAsync(OrderImportRequest request) in C:\projects\binner-io\Binner\Library\Binner.Services\PartService.cs:line 527 at Binner.Services.PartService.GetExternalOrderAsync(OrderImportRequest request) in C:\projects\binner-io\Binner\Library\Binner.Services\PartService.cs:line 241 at Binner.Web.Controllers.PartController.OrderImportAsync(OrderImportRequest request) in C:\projects\binner-io\Binner\Binner.Web\Controllers\PartController.cs:line 498
Would you like to attach your appsetings.json configuration?
No response
Screenshots or Videos (Optional, but they help!)
No response
Are you able to contribute a PR? (No is ok!)
None
The text was updated successfully, but these errors were encountered:
I believe this was fixed recently in another issue, I'll double check and get on deploying the next release. It's been delayed a few months for a specific feature but I'll try to get it up shortly
Binner version
Version: 2.6.31
Operating System
https://binner.io
Describe the bug and the steps to reproduce it
I am receiving an error when trying to add a mouser web order.
The error message reads:
API Error
System.FormatException
Failed to import order! An exception occurred of type System.FormatException
The input string '€ 289,08' was not in a correct format.
Api Endpoint: https://binner.io/api/part/import
at System.Number.ThrowOverflowOrFormatException(ParsingStatus status, ReadOnlySpan`1 value, TypeCode type) at Binner.Services.PartService.GetExternalMouserOrderAsync(OrderImportRequest request) in C:\projects\binner-io\Binner\Library\Binner.Services\PartService.cs:line 527 at Binner.Services.PartService.GetExternalOrderAsync(OrderImportRequest request) in C:\projects\binner-io\Binner\Library\Binner.Services\PartService.cs:line 241 at Binner.Web.Controllers.PartController.OrderImportAsync(OrderImportRequest request) in C:\projects\binner-io\Binner\Binner.Web\Controllers\PartController.cs:line 498
Would you like to attach your appsetings.json configuration?
No response
Screenshots or Videos (Optional, but they help!)
No response
Are you able to contribute a PR? (No is ok!)
None
The text was updated successfully, but these errors were encountered: