Closed perrycyl closed 4 months ago
Hey @perrycyl many thanks for trying out IBeam and reporting this 👍 The Google Messages handler has been contributed by another user, hence I don't get a chance to keep taps on it until someone else reports some issues as my setup uses a different type of 2FA.
I've just pushed voyz/ibeam:0.5.4-rc3
fixing both of your issues with the Google Messages handler - let me know if it works.
RC3 fixes the issues. Awesome.
I'm going to close this Issue as it is now fixed in voyz/ibeam:0.5.4
. Let me know if you'd like to reopen it and continue the discussion. Thanks for contributing 👍
Describe the bug When the str method is invoked on
google_msg_handler
it is unable to referencedriver_path
since it does not exist.To Reproduce Steps to reproduce the behavior:
Expected behavior The Google message QR code pairing statement and link should be displayed at some point.
Environment IBeam version: 0.5.4-rc2 Docker image or standalone: docker image Python version (standalone users only): - OS: MacOS
Additional context Env.list:
Error message:
Suggest a Fix
Identifies the issue, which seems to be that self.driver_path is not readily available but doesn't seem to be needed.