Larkinabout / fvtt-token-action-hud-core

Token Action HUD is a repositionable HUD of actions for a selected token.
13 stars 18 forks source link

[BUG] Continual updates if same token selected by GM and player #110

Closed farling42 closed 1 year ago

farling42 commented 1 year ago

Describe the bug With TAH debugging enabled, if the GM selects a token and a Player selects the same token, there is a continuous stream of updates made to the Actor. It looks like perhaps TAH is causing an update to occur to the Actor, which is then triggering an update of the HUD on the other screen, which is then updating the Actor, which is then triggering an update on the original screen, etc...

Steps to reproduce

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Versions:

Additional context Any additional context.

farling42 commented 1 year ago

This was found when trying to diagnose why a player doesn't see the HUD, although a GM and Assistant GM can see the HUD.

farling42 commented 1 year ago

This looks like it was something in the cyphersystem module causing it.