unsoluble / smalltime

A small FoundryVTT module for displaying and controlling the current time of day.
MIT License
24 stars 15 forks source link

Getting 'currentPhase' undefined on console #60

Closed Jorgixhallo closed 3 years ago

Jorgixhallo commented 3 years ago

I'm using Simple calendar and I think there is some conflict between these two modules.

Foundry version: 0.8.6 Smalltime: 1.9.2 SimpleCalendar: 1.2.103 No moons setup on simple calendar Not sure if you need more settings or information, but if yes just @ me.

smalltime.js:1478 Uncaught (in promise) TypeError: Cannot read property 'currentPhase' of undefined at smalltime.js:1478 at Array.findIndex () at smalltime.js:1477 at Function._call (eval at (listeners.js:56), :4:14) at Function.callAll (foundry.js:153) at Function.emit (index.js:1) at Function.SaveCurrentDate (index.js:1)

unsoluble commented 3 years ago

Yeah that gets thrown when you don't have any moons set up; just haven't bothered to test for that yet.