Sam Davis

Results 35 comments of Sam Davis

I am also having this problem. This also becomes an issue when a video link has GET parameters for authentication purposes such as: `https://domain.com/video.mp4?auth=1234` Vide tries to put the extension...

Ok, I think I worked this out. I've used the following code in my functions.php file to automatically set the posts access to the authors usergroups when the post is...

Here is the updated snippet for compatibility with 2.1.7, tested up to 2.1.10 ```php function set_post_access_to_author_usergroup() { global $userAccessManager; if (isset($userAccessManager)) { $uamUserGroupManager = $userAccessManager->getUserGroupHandler(); $userGroupsForUser = $uamUserGroupManager->getUserGroupsForObject(\UserAccessManager\Object\ObjectHandler::GENERAL_USER_OBJECT_TYPE, get_current_user_id()); $postId...

Thanks for the work put into this so far! In general, I'm a fan. My main point of skepticism is that I would prefer us to not have to alter...

Thanks for the effort on this front! Hopefully helps people more familiar with docker than JS specific stuff get up and running quickly!

This one is really bizarre... thanks for the detailed write up! The only thing I can think of is that your standard browser is logged in with a different user...

Understood — yeah, that was really a shot in the dark. Good luck! Keep me posted if you find out what's going on.

@rycaut I'm glad you solved it for yourself however I don't think we should add anything to the readme with these steps as I suspect they're very specific to your...

This does just seem like something wrong with your puppeteer installation. Unfortunately, there's only so much with I can help on that front. You might have some luck googling for...

Have you done any modifications to the `index.ts` file to change the `executablePath`? This almost seems like you've pointed Puppeteer to an incorrect installation location of Chrome. I get the...