Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Google Meet "You can't join this video call" as a guest user

  • 7 uphendule
  • 0 zinale nkinga
  • 2 views
  • Igcine ukuphendulwa ngu jonzn4SUSE

more options

I am using Firefox as a browser to scrape data from Google Meet. However, while it works fine on Google Chrome, I encounter an error when using Firefox, which states: 'You can't join this video call.'

I am using Firefox as a browser to scrape data from Google Meet. However, while it works fine on Google Chrome, I encounter an error when using Firefox, which states: 'You can't join this video call.'
Ama-screenshot ananyekiwe

All Replies (7)

more options

Scraping data... what is involved in this process? What OS? What Version of Firefox? Is that regular or premium google meet? Were you invited to that meeting? Can you replicate the issue? Can we replicate the issue? Meet works for me. see screenshot

Okulungisiwe ngu jonzn4SUSE

Helpful?

more options

Are you saying it's a browser issue because you couldn't join that meeting? Can you start an instant meeting? see screenshot

Okulungisiwe ngu jonzn4SUSE

Helpful?

more options

I am using Selenium to scrape a caption from Google Meet using Google Chrome, and it's working fine. However, when I use Firefox, it is giving an error.

!pip install selenium==4.16.0

from selenium import webdriver driver = webdriver.Firefox() driver.switch_to.new_window('tab') driver.get('XXXX') # meeting link

OS: mac or linux Version of Firefox: 123.0 (64-bit) Is that regular or premium google meet?: regular

Helpful?

more options
If Selenium is giving you an error

Abhishek Negi said

I am using Selenium to scrape a caption from Google Meet using Google Chrome, and it's working fine. However, when I use Firefox, it is giving an error.

So Selenium is not working with Firefox now? Is that not a Selenium issue?

Helpful?

more options

I have already raised this issue with Selenium support, but they mentioned that the problem is originating from the Firefox browser.

Helpful?

more options

You can check for issues with Total Cookie Protection.

If you use extensions ("3-bar" menu button or Tools -> Add-ons -> Extensions) that can block content (Adblock Plus, NoScript, DuckDuckGo PE, Disconnect, Ghostery, Privacy Badger, uBlock Origin), always make sure such extensions do not block content.


You can try these steps in case of issues with webpages:

You can reload webpage(s) and bypass the cache to refresh possibly outdated or corrupted files.

  • hold down the Shift key and left-click the Reload button
  • press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
  • press "Command + Shift + R" (Mac)

Clear the Cache and remove the Cookies for websites that cause problems via the "3-bar" Firefox menu button (Settings), click the padlock icon (Clear cookies and site data) for the domain in the selected tab.

"Remove the Cookies" for websites that cause problems:

  • Settings -> Privacy & Security
    Cookies and Site Data: "Manage Data"

"Clear the Cache":

  • Settings -> Privacy & Security
    Cookies and Site Data -> Clear Data -> [X] Cached Web Content -> Clear

Start Firefox in Troubleshoot Mode to check if one of the extensions ("3-bar" menu button or Tools -> Add-ons -> Extensions) or if hardware acceleration or if userChrome.css/userContent.css is causing the problem.

  • switch to the Default System theme: "3-bar" menu button or Tools -> Add-ons -> Themes
  • do NOT click the "Refresh Firefox" button on the Troubleshoot Mode start window

You can check for issues with Enhanced Tracking Protection. Firefox shows a purple shield instead of a gray shield at the left end of the location/address bar in case Enhanced Tracking Protection is blocking content.

  • click the shield icon for more detail and possibly disable the protection

You can check the Web Console for relevant-looking messages like blocked content.

Helpful?

more options

Abhishek Negi said

I have already raised this issue with Selenium support, but they mentioned that the problem is originating from the Firefox browser.

You have not shown any errors related to that 3rd party app. All you've shown is a message about not being able to join a meeting. If you're getting errors with Selenium, do the needful and post a screenshot(s) showing it and provide steps to replicate the error. Not sure how Firefox browser support is going to help make a 3rd party app work, but let's get the basic info and go from there.

Helpful?

Buza umbuzo

You must log in to your account to reply to posts. Please start a new question, if you do not have an account yet.