You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try to export to PDF using the suggested PDF as input
Context
The message "PDF Sheet | Invalid mapping JavaScript Object. See the README for more info." shows up.
Also theres an uncaught type error:
"Uncaught TypeError: undefined. Cannot read properties of undefined (reading 'ac')
[Detected 1 package: pdf-sheet]
at eval (eval at createForm (pdfsheet.js:264:4), :3:3464)
at Pdfconfig.createForm (pdfsheet.js:264:77)
at Pdfconfig.onFileUpload (pdfsheet.js:393:8)
at reader.onload (pdfsheet.js:192:31)"
Also also, theres tons of warnings for deprecated usage like this:
"Error: You are accessing the ActorCharacterPF#data object which is no longer used. Since V10 the Document class and its contained DataModel are merged into a combined data structure. You should now reference keys which were previously contained within the data object directly."
and this:
"Error: You are accessing ActorCharacterPF#data which has been migrated to ActorCharacterPF#system
Deprecated since Version 10
Backwards-compatible support will be removed in Version 12"
Version
0.22.4
Foundry VTT Version
10.291
Operating System
Windows
Browser / App
Native Electron App
Game System
Pf1 0.82.5
Modules Disabled
I can confirm that disabling all of my other modules doesn't fix this issue.
The text was updated successfully, but these errors were encountered:
Expected Behavior
Being able to export a PF1 character as PDF.
Current Behavior
Cannot export a character.
Steps to Reproduce
Context
The message "PDF Sheet | Invalid mapping JavaScript Object. See the README for more info." shows up.
Also theres an uncaught type error:
"Uncaught TypeError: undefined. Cannot read properties of undefined (reading 'ac')
[Detected 1 package: pdf-sheet]
at eval (eval at createForm (pdfsheet.js:264:4), :3:3464)
at Pdfconfig.createForm (pdfsheet.js:264:77)
at Pdfconfig.onFileUpload (pdfsheet.js:393:8)
at reader.onload (pdfsheet.js:192:31)"
Also also, theres tons of warnings for deprecated usage like this:
"Error: You are accessing the ActorCharacterPF#data object which is no longer used. Since V10 the Document class and its contained DataModel are merged into a combined data structure. You should now reference keys which were previously contained within the data object directly."
and this:
"Error: You are accessing ActorCharacterPF#data which has been migrated to ActorCharacterPF#system
Deprecated since Version 10
Backwards-compatible support will be removed in Version 12"
Version
0.22.4
Foundry VTT Version
10.291
Operating System
Windows
Browser / App
Native Electron App
Game System
Pf1 0.82.5
Modules Disabled
The text was updated successfully, but these errors were encountered: