Error at start of encounter #55

Closed
opened 2023-06-20 18:18:38 +02:00 by migration-script · 0 comments

When I start an encounter and a perform an initiative roll, I get the following error and nothing happens ingame:

foundry.js:7841 Uncaught (in promise) Error: The formula provided to a Roll instance must be a string
    at Roll._identifyTerms (foundry.js:7841)
    at new Roll (foundry.js:7503)
    at Function.create (foundry.js:7535)
    at Combat._getInitiativeRoll (foundry.js:31918)
    at foundry.js:31847
    at Array.reduce (<anonymous>)
    at Combat.rollInitiative (foundry.js:31838)
    at CombatTracker._onCombatantControl (foundry.js:26588)
    at HTMLAnchorElement.<anonymous> (foundry.js:26479)
    at HTMLAnchorElement.dispatch (jquery.min.js:2)
    at HTMLAnchorElement.v.handle (jquery.min.js:2)

The value of formula is "undefined", so I guess it is never set

When I start an encounter and a perform an initiative roll, I get the following error and nothing happens ingame: ``` foundry.js:7841 Uncaught (in promise) Error: The formula provided to a Roll instance must be a string at Roll._identifyTerms (foundry.js:7841) at new Roll (foundry.js:7503) at Function.create (foundry.js:7535) at Combat._getInitiativeRoll (foundry.js:31918) at foundry.js:31847 at Array.reduce (<anonymous>) at Combat.rollInitiative (foundry.js:31838) at CombatTracker._onCombatantControl (foundry.js:26588) at HTMLAnchorElement.<anonymous> (foundry.js:26479) at HTMLAnchorElement.dispatch (jquery.min.js:2) at HTMLAnchorElement.v.handle (jquery.min.js:2) ``` The value of formula is "undefined", so I guess it is never set
migration-script added the
bug
label 2023-06-20 18:18:38 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: dungeonslayers/ds4#55
No description provided.