VTTAssets / vtta-tokenizer

Tiny yet capable in-game token editor, requires trusted user level for uploads
MIT License
7 stars 8 forks source link

New Bug - After the recent update to address saving #27

Open dreamforge2361 opened 3 years ago

dreamforge2361 commented 3 years ago

Tokenizer, now won’t let me load artwork to an item to save, either the artwork or the token load functionality is defect. Saving works in general, but now tokenizer isn’t functioning. When I disable it I’m able to load artwork as normal.

Rawrly85 commented 3 years ago

Also ran into this, it's throw the following error:

Uncaught (in promise) TypeError: Cannot read property 'match' of null at Function.parse (DirectoryPicker.js:42) at Function.uploadToFoundryV3 (utils.js:162) at index.js:72

GregCMills commented 3 years ago

Also ran into this, it's throw the following error:

Uncaught (in promise) TypeError: Cannot read property 'match' of null at Function.parse (DirectoryPicker.js:42) at Function.uploadToFoundryV3 (utils.js:162) at index.js:72

I'm also getting this error, unable to save any changes made using tokenizer.

AsterITA commented 3 years ago

Also ran into this, it's throw the following error:

Uncaught (in promise) TypeError: Cannot read property 'match' of null at Function.parse (DirectoryPicker.js:42) at Function.uploadToFoundryV3 (utils.js:162) at index.js:72

I'm having this error too, can't save any image on the token.

Reddlar commented 3 years ago

DirectoryPicker.js:42 Uncaught (in promise) TypeError: Cannot read property 'match' of null at Function.parse (DirectoryPicker.js:42) at Function.uploadToFoundryV3 (utils.js:162) at index.js:72 Keep Getting this as well- would have to uncheck the module just to even save character art

wleung85 commented 3 years ago

I was getting this when I had changed the save directory for the tokens/images and then changed it back to nothing to save in the default location. It changed the default string to nothing and is null. I fixed this by having a check in the parse function (DirectoryPicker line 42) to see if the str is null, then use "".