farling42 / fvtt-pdf-pager

PDF Pager for Foundry
MIT License
6 stars 4 forks source link

util.isDate is not a function #117

Open johnweland opened 4 hours ago

johnweland commented 4 hours ago

Using this with Foundry VTT v12 331 on the main scree where module warning and errors are shown. PDF Pager has an issue "util.isDate is not a function"

farling42 commented 4 hours ago

I've seen this same error reported on the Foundry Discord from a couple of other modules too.

I don't know what is causing it, but it is not generated by the pdf-pager module (it does not call any function called isDate.

Can you tell me the game system you are using, and it's version. Also can you provide a screen grab of the entire error stack reported in your browser's console.

johnweland commented 3 hours ago

yeah its weird I just opened the repo in my IDE and did a global search and as you say there is no call to an .isDate function.

I am seeing there error in the foundry main page before entering any world. that said DnD 5e 4.4.1 and PDF Pager v1.5.3

here we go

Screenshot 2024-11-16 at 9 07 10 AM Screenshot 2024-11-16 at 9 09 55 AM
farling42 commented 3 hours ago

Ah, I think that is where it was reported on Discord too. For some reason, the core Foundry is generating that error, but nobody has reported why it is being generated.