Character had a chain shirt infused with enhanced defense. She got a breastplate, so swapped armor and gave the chain shirt to the other party member. I can no longer remove "enhanced defense" infusion from the list (in the view or builder UI), without getting the "oops our api broke" message.
Error code: 9975dd7b7ced4dc49235a45c1f4acdc0
I presume there's an NPE somewhere when pulling the infusion off of an item that does not exist anymore.
Would be nice if someone could remove the infusion / inventory item from my character to unstick her for now, otherwise I'll have to just rebuild a v2 version of her from scratch.
Observing the same issue. I'd formerly infused a set of half plate with Armor of Magical Strength, then replaced this with full plate without removing the infusion first and now whenever I try to remove the infusion I Get API Error code:
94bae86878054056912ebe6a2252007c
version 5.3.1
Please advise
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Character: https://www.dndbeyond.com/characters/29090766
Character had a chain shirt infused with enhanced defense. She got a breastplate, so swapped armor and gave the chain shirt to the other party member. I can no longer remove "enhanced defense" infusion from the list (in the view or builder UI), without getting the "oops our api broke" message.
Error code: 9975dd7b7ced4dc49235a45c1f4acdc0
I presume there's an NPE somewhere when pulling the infusion off of an item that does not exist anymore.
-
View User Profile
-
View Posts
-
Send Message
ModeratorInteresting bug. I'll pass this along to the team and see if they can figure something out for you.
Homebrew Rules || Homebrew FAQ || Snippet Codes || Tooltips
DDB Guides & FAQs, Class Guides, Character Builds, Game Guides, Useful Websites, and WOTC Resources
A bit more digging indicates a 400 bad request code when doing a DELETE request on /character/v5/infusion/item
DELETE payload is:
{
"characterId": 29090766,
"infusionId": "fee7a7ac-cbc3-4a7a-a987-6bcdbcbf2210",
"inventoryMappingId": 505720723
}
Would be nice if someone could remove the infusion / inventory item from my character to unstick her for now, otherwise I'll have to just rebuild a v2 version of her from scratch.
Observing the same issue. I'd formerly infused a set of half plate with Armor of Magical Strength, then replaced this with full plate without removing the infusion first and now whenever I try to remove the infusion I Get API Error code: