AnthonyEdmonds / token-aura-ring

A simple module for Foundry VTT which adds an outlined ring aura to a token.
MIT License
2 stars 0 forks source link

Non-breaking errors in console #17

Open TimorSol opened 2 months ago

TimorSol commented 2 months ago

Hey! I see a console error being thrown pretty consistently for The Aura Ring module. It's not breaking and I think it actually might be caused by another module, but I wanted to give info about this one so or so.

obraz

I'm assuming it's actually connected with a different module because of the error below, which is connected with elevation ruler and which usually pops up in the same time:

obraz

In case this is a system issue, we are running this on Foundry V 12.331 Level Up: Advanced 5th Edition 0.19.24

AnthonyEdmonds commented 2 months ago

See whether it still happens with the new v2.0.0. You can re-open the ticket if it does.

TimorSol commented 2 months ago

surprisingly, yes :O

I believe wall height might be the issue, but i haven't ran find the culprit whenever this happens. Hard to pinpoint it.

obraz

AnthonyEdmonds commented 2 months ago

Looks like whatever the other module is doing, they have tied into the refresh token hook to do some logic, but that hook doesn't pass a simpleToken per the base Foundry API. I can add a check on my end to make sure that it onlt tries to apply logic to SimpleTokens.