CristianVasile23 / conversation-hud

A simple FoundryVTT module that adds a nice HUD that display the portraits of all the characters present in a conversation.
MIT License
14 stars 2 forks source link

[Bug] Unable to add tokens via drag/drop or add token macro #36

Closed MightyMushka closed 6 months ago

MightyMushka commented 6 months ago

Module Version: 5.3.0 System: PF2e (5.12.7)

Issue: Trying to add a token via the add token to conversation macro or via drag and drop does nothing. In the console, the attached screenshot shows the error being thrown which seems to be associated with not being able to read faction properties. However, if creating a conversation via the Pull actors in scene method, there seems to no issue adding them. Screenshot 2024-01-21 000328

DiceKnights commented 6 months ago

Foundry v11.315 Pathfinder2e v5.12.7 ConversationHUD v5.3.0

Same issue here since the latest patch. I can only add participants to conversation by dragging them to the scene and then using the new pull participants from scene function.

Same error too it looks like.

image

CristianVasile23 commented 6 months ago

Yeah, that's on me. The way data is being handled changed a bit when adding the new faction sheet and apparently I made an oopsie and forgot to test the drag and drop functionality. Fixing the issue right now.

CristianVasile23 commented 6 months ago

The issue has been fixed with release 5.3.1. If there is any other issue feel free to reach out and I will fix it as soon as possible.

MightyMushka commented 6 months ago

Cheers for such a quick fix! Much appreciated, and looks solved :)