Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: authuser parameter missing in Google Meet links #456

Closed
jeffgreco opened this issue May 17, 2022 · 5 comments
Closed

Bug: authuser parameter missing in Google Meet links #456

jeffgreco opened this issue May 17, 2022 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@jeffgreco
Copy link

App version
4.0.4

Installation source

  • AppStore

Describe the bug
Copying or opening a meeting link no longer redirects to the proper Google account automatically if a user is logged into multiple.

To Reproduce
Steps to reproduce the behavior:

  1. Log into multiple Google accounts
  2. Create an event in the account in the second position
  3. Trigger "Join Current Meeting"

Expected behavior
The meet.google.com link opens up with the correct authuser URL parameter included.

Desktop (please complete the following information):

  • macOS version 12.3.1
@jeffgreco jeffgreco added the bug Something isn't working label May 17, 2022
@jeffgreco
Copy link
Author

This is when using MacOS Calendar as the input source -- Google Account works properly.

@leits
Copy link
Owner

leits commented May 18, 2022

@jeffgreco , thanks for the report!
Looks like I found out where the problem was and fixed it.
Can you try this version? https://github.com/leits/MeetingBar/releases/tag/v4.0.5

GitHub
Fix crash on start Fix authUser for MacOS Calendar Fix advanced event filter

@jeffgreco
Copy link
Author

Back in business! Great work :)

@jeffgreco
Copy link
Author

Hi! This issue has reemerged.

@jeffgreco jeffgreco reopened this Jan 3, 2023
@cjohnson78
Copy link

cjohnson78 commented Jan 20, 2023

@jeffgreco If you primarily Meet with a certain Google User (I primarily use authuser=1 for work, for example), this is a temporary workaround: https://chrome.google.com/webstore/detail/redirector/ocgpenflpmgnfapjedencafcfakcekcd?hl=en

I created a RegEx to append ?authuser=1 to any Meet URLs that try to load:

Redirect: ^(https://meet.google.com/[^\?]+)$
to: $1?authuser=1

Automatically redirect content based on user-defined rules.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants