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] CloseSession Event is never triggered on Chrome and Firefox #5079

Open
JRGit4UE opened this issue Nov 8, 2024 · 0 comments
Open

[BUG] CloseSession Event is never triggered on Chrome and Firefox #5079

JRGit4UE opened this issue Nov 8, 2024 · 0 comments
Labels
bug Bug fixes

Comments

@JRGit4UE
Copy link

JRGit4UE commented Nov 8, 2024

With FiftyOne 1.0.1 on my Windows 10 with Python 3.10 I want to continue my script after closing the browser session. Unfortunately, the CloseSession event is never triggered, hence session.wait(1) waits forever.

Code to reproduce issue

Chrome v130.0.6723.117 is set to default browser with
image

import fiftyone as fo
dataset = fo.Dataset()
if __name__ == '__main__':
    print("Launch...")
    session = fo.launch_app(dataset)  # , browser=r"C:\Program Files\Google\Chrome\Application\chrome.exe %s")
    session.wait(1)
    print("Yipee")

Same with Firefox v132.0.1

System information

  • OS Platform and Distribution Windows 10 Pro 22H2:
  • Python version (python --version): Python 3.10.9
  • FiftyOne version (fiftyone --version): FiftyOne v1.0.1, Voxel51, Inc.
  • FiftyOne installed from (pip or source):

Can anyone please give me some hint what's missing?

@JRGit4UE JRGit4UE added the bug Bug fixes label Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug fixes
Projects
None yet
Development

No branches or pull requests

1 participant