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
When I do not have any notes in ITAD, extension should not try to fetch data from API using empty gids list.
Actual Behavior
Extension is getting {"status_code":400,"reason_phrase":"Request body must be non-empty JSON array"} from https://api.isthereanydeal.com/lookup/shop/61/id/v1 endpoint by sending empty gids list derived from empty keys of notes list that were retrived from ITAD API over at https://api.isthereanydeal.com/user/notes/v1
My debug journey in screens below:
Steps to Reproduce the Problem
Enable notes sync in extension options
Ensure that you have no notes set in your ITAD account
Load any page on Steam
Specifications
Augmented Steam Version: 4.1.0
Browser Version: Version 129.0.6668.12 (Official Build) beta (64-bit)
The text was updated successfully, but these errors were encountered:
Expected Behavior
When I do not have any notes in ITAD, extension should not try to fetch data from API using empty gids list.
Actual Behavior
Extension is getting
{"status_code":400,"reason_phrase":"Request body must be non-empty JSON array"}
fromhttps://api.isthereanydeal.com/lookup/shop/61/id/v1
endpoint by sending emptygids
list derived from empty keys of notes list that were retrived from ITAD API over athttps://api.isthereanydeal.com/user/notes/v1
My debug journey in screens below:
Steps to Reproduce the Problem
Specifications
The text was updated successfully, but these errors were encountered: