bushvin / actor-export

A Foundry VTT module to export actors
GNU General Public License v3.0
5 stars 1 forks source link

[Bug]: Cannot Load Providers #10

Closed 117ksk closed 3 months ago

117ksk commented 3 months ago

Contact Details

No response

Foundry VTT version

11.315

Game system

pf2e

Game system version

5.15.3

actor-export module version

2024.5.5

What browsers are you seeing the problem on?

Firefox, Chrome

What Provider is affected?

Bushvin's modified PF2e Remaster Character sheet, Bushvin's PF2e Remaster Character sheet (deprecated), PF2e Remaster Character sheet (original), PF2e Scribe Generator

What happened?

When any provider is selected to be used for the download, an error pops up and nothing executes or downloads.

Relevant log output

An error ocurred executing the 'pf2e-scribe' provider: error loading dynamically imported module
Uncaught (in promise) Error: TypeError: error loading dynamically imported module

Sample Actor

N/A

Attachments

N/A

117ksk commented 3 months ago

Seems to be issue with how my instance is hosted and not related to the module itself. Will close.

bushvin commented 3 months ago

Would you mind sharing why you came to this conclusion? Maybe it's worth documenting in my wiki

117ksk commented 2 months ago

To be honest, I came to this conclusion as a guess. I have two foundry instances running on a windows server as node services and this module failed with the above errors. When I tried it on a local windows foundry application instance, it worked fine. I use the same modules on the server instances that I do on my local install. No idea what the difference would be other than how the instances are being ran.

I also ended up exporting the exact actor that I failed to use this module on from the node server instance and importing into my local install. So same exact actor data, same modules, same version etc, only thing was native windows vs node js.