mclemente / fvtt-module-polyglot

Talk to others using a language you can speak and scrambles text you can't understand.
MIT License
41 stars 48 forks source link

Errors on Pf1e #393

Closed hiherp closed 2 months ago

hiherp commented 2 months ago

What happened?

I am not a dev, and have almost no knowledge for coding stuff. I am also not sure if this would be categorize under bug, but I thank you for your time regardless!

I am getting several errors for all player characters. It seems to be something with Polyglot. This is on Pathfinder 1e v10.7 and Foundry 11.315, with no other modules other than Polyglot. I haven't had the chance to test the module more deeply to check if it is working even though it warns errors.

imagem_2024-09-21_000911771

Reproduction Steps

  1. Create an updated pf1e world (currently Pathfinder 1e v10.7, which relies on Foundry 11.315).
  2. Active Polyglot module in Manage Modules.
  3. Create an actor (can be generic, does not need to name or anything).
  4. Create a scene (can also be generic)
  5. Press f12 to see DevTools.
  6. Drag the actor to the scene canvas.
  7. Click/select the actor.

It apparently happens each time the actor is selected. If you f5 and click on the actor, it should list errors again.

Which game system, and which version, are you using?

Pathfinder 1e v10.7

Which Polyglot version are you using?

2.4.14

mclemente commented 2 months ago

Which Polyglot version are you using?

2.4.14

Is this correct? 2.4.14 is V12-only but PF1 is still on V11. That version was released before PF1 changed how its languages worked. Either downgrade to 2.4.10.2 if you are on V11 or upgrade to the latest version if you are on V12.

hiherp commented 2 months ago

That indeed was the issue apparently. Silly me didn't even considered what was likely the most obvious cause. It does not list errors anymore, thanks for your answer!