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
Foundry Version 10.288
System: Hexxen 1733 1.1.0
Active Modules: Compendium Folders, Dice So Nice!, HeXXen 1733 - Buch der Regeln, libWrapper, TidyUI - Game Settings
When trying to export an actor folder or item folder as a folder structure, unfortunately nothing happens. The following error message appears in the console:
fic-folders.js:2236 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'cf')
[Detected 1 package: compendium-folders]
at Function.loadFolders (fic-folders.js:2236)
at async Function.exportSingleFolderToCompendium (fic-folders.js:1592)
at async Function.recursivelyExportFolders (fic-folders.js:1413)
at async Function.exportFolder (fic-folders.js:2775)
at async callback (fic-folders.js:2835)
at async Object.callback (fic-folders.js:832)
When I then open the compendium in question, this error message appears in the console:
fic-folders.js:2236 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'cf')
[Detected 1 package: compendium-folders]
at Function.loadFolders (fic-folders.js:2236)
at async Object.fn (fic-folders.js:970)
Exporting the folder structure for the scene folder and journal folder worked flawlessly.
The text was updated successfully, but these errors were encountered:
Hi, this is the first time hearing about this system, just created a test world and it looks like they use custom Actor and Item classes which I need to make CF use. Shouldn't be too much work so i'll jump on it when i get the chance. Thanks for raising it :)
Foundry Version 10.288
System: Hexxen 1733 1.1.0
Active Modules: Compendium Folders, Dice So Nice!, HeXXen 1733 - Buch der Regeln, libWrapper, TidyUI - Game Settings
When trying to export an actor folder or item folder as a folder structure, unfortunately nothing happens. The following error message appears in the console:
fic-folders.js:2236 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'cf')
[Detected 1 package: compendium-folders]
at Function.loadFolders (fic-folders.js:2236)
at async Function.exportSingleFolderToCompendium (fic-folders.js:1592)
at async Function.recursivelyExportFolders (fic-folders.js:1413)
at async Function.exportFolder (fic-folders.js:2775)
at async callback (fic-folders.js:2835)
at async Object.callback (fic-folders.js:832)
When I then open the compendium in question, this error message appears in the console:
fic-folders.js:2236 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'cf')
[Detected 1 package: compendium-folders]
at Function.loadFolders (fic-folders.js:2236)
at async Object.fn (fic-folders.js:970)
Exporting the folder structure for the scene folder and journal folder worked flawlessly.
The text was updated successfully, but these errors were encountered: