spacemandev-git / fvtt-card-support

Adds programmatic deck support to FoundryVTT
MIT License
10 stars 10 forks source link

Unable to draw cards as a player #56

Open tmtabor opened 3 years ago

tmtabor commented 3 years ago

When logged in as a player, I am always unable to draw cards into my hand, although I should have full permissions for that player and deck. When I try, I am prompted with the Draw Cards dialog, but when I click Draw I get the following error message:

Uncaught Error: TypeError: game.users.find(...) is null

Let me know if you need any further information. I am using Foundry 0.7.8, Card Support 1.5.2, Firefox 83.0.

CharlesRampant commented 3 years ago

I am having the same issue, albeit with a different error message.

image

This is happening with both of the decks I have installed. The permissions are set up for allowed on all of the options in module settings; when I turn them off the player gets a refusal, so presumably this is the right setting. The cards have Observer permission set on them for all players.

CharlesRampant commented 3 years ago

image