Open Issues Need Help
View All on GitHubAI Summary: The "sync" feature for ornament sets incorrectly attempts to apply generic set ornaments to exotic armor pieces. This action fails because exotic items have specific ornament requirements, preventing the generic set ornament from being equipped. The proposed solution is to modify the sync functionality to automatically skip applying set ornaments to exotics, preventing the equip failure.
AI Summary: The 'Lock items' action fails when used with the `is:unlocked` search query, returning a Bungie.net error. This happens because the query includes non-lockable items (e.g., consumables), and the system stops the entire batch operation upon encountering an error for a single item. The user suggests either pre-filtering non-lockable items or continuing the batch process despite individual item failures.
AI Summary: Modify the Destiny Item Manager's search functionality to include armor set perks in the `perk:` and `exactperk:` search parameters. This requires updating the search algorithm to correctly identify and index these perks within the item data.
AI Summary: Debug and fix a TypeError in the Destiny Item Manager (DIM) application's Compare feature. The error, 'TypeError: can't access property "destinyVersion", oe[0] is undefined', occurs at line 126 of Compare.tsx and indicates that the variable oe is undefined or lacks the expected property. The task involves identifying the root cause of the undefined variable, likely related to data fetching or processing within the compare functionality, and implementing a solution to handle the undefined condition gracefully.