Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error : First argument contains NaN in property 'rotation' #7

Open
GatoAdmin opened this issue Dec 2, 2021 · 1 comment
Open

Error : First argument contains NaN in property 'rotation' #7

GatoAdmin opened this issue Dec 2, 2021 · 1 comment

Comments

@GatoAdmin
Copy link

Error: Firebase.update failed: First argument contains NaN in property 'rotation' Error: Firebase.update failed: First argument contains NaN in property 'rotation' at Ba (/home/node/d20-api-server/node_modules/firebase/lib/firebase-node.js:9:186) at Ba (/home/node/d20-api-server/node_modules/firebase/lib/firebase-node.js:10:207) at Aa (/home/node/d20-api-server/node_modules/firebase/lib/firebase-node.js:8:462) at Ea (/home/node/d20-api-server/node_modules/firebase/lib/firebase-node.js:10:403) at J.update (/home/node/d20-api-server/node_modules/firebase/lib/firebase-node.js:146:318) at TrackedObj._doSave (/home/node/d20-api-server/api.js:905:27) at Timeout.later [as _onTimeout] (/home/node/d20-api-server/node_modules/underscore/underscore-umd.js:1153:39) at listOnTimeout (internal/timers.js:549:17) at processTimers (internal/timers.js:492:7)

I traker this error that in animateActiveTokenMarker function line 1986

let rotation_duration = 1000 * parseInt(state[combatState].config.turnorder.animateMarkerDuratio);
is change to
let rotation_duration = 1000 * parseInt(state[combatState].config.turnorder.animateMarkerWait);

it error clear.

please this code fix

@vicberg
Copy link
Owner

vicberg commented Dec 2, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants