Skip to content

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

Open
@JRGit4UE

Description

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?

Metadata

Assignees

No one assigned

    Labels

    bugBug fixes

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions