I've tried both the cloud and local version, and while with the cloud version I can join Zoom meetings, any attempt to join a Google Meet meeting results in a message:
Unable to Join Meeting
Unable to join the meeting. Please verify that your meeting URL is valid.
I've tried running on a docker instance, but there wasn't any useful debugging infromation
[2026-06-09 15:17:43] WARNING joinly.providers.browser.devices.virtual_microphone: Missed 463 mic pacing intervals, adjusting next deadline
[2026-06-09 15:17:55] ERROR joinly.providers.browser.meeting_provider: Failed to perform 'join'.
Traceback (most recent call last):
File "/app/.venv/lib/python3.12/site-packages/joinly/providers/browser/meeting_provider.py", line 185, in _action_guard
yield self._page, self._platform_controller
File "/app/.venv/lib/python3.12/site-packages/joinly/providers/browser/meeting_provider.py", line 260, in join
await controller.join(page, url, name=name, passcode=passcode)
File "/app/.venv/lib/python3.12/site-packages/joinly/providers/browser/platforms/google_meet.py", line 59, in join
raise RuntimeError(msg)
RuntimeError: Join check failed: Failed to join the Google Meet meeting.
[06/09/26 15:17:55] ERROR Error calling tool tool_manager.py:193
'join_meeting'
I've tried both the cloud and local version, and while with the cloud version I can join Zoom meetings, any attempt to join a Google Meet meeting results in a message:
Unable to Join Meeting
Unable to join the meeting. Please verify that your meeting URL is valid.
I've tried running on a docker instance, but there wasn't any useful debugging infromation
[2026-06-09 15:17:43] WARNING joinly.providers.browser.devices.virtual_microphone: Missed 463 mic pacing intervals, adjusting next deadline
[2026-06-09 15:17:55] ERROR joinly.providers.browser.meeting_provider: Failed to perform 'join'.
Traceback (most recent call last):
File "/app/.venv/lib/python3.12/site-packages/joinly/providers/browser/meeting_provider.py", line 185, in _action_guard
yield self._page, self._platform_controller
File "/app/.venv/lib/python3.12/site-packages/joinly/providers/browser/meeting_provider.py", line 260, in join
await controller.join(page, url, name=name, passcode=passcode)
File "/app/.venv/lib/python3.12/site-packages/joinly/providers/browser/platforms/google_meet.py", line 59, in join
raise RuntimeError(msg)
RuntimeError: Join check failed: Failed to join the Google Meet meeting.
[06/09/26 15:17:55] ERROR Error calling tool tool_manager.py:193
'join_meeting'