You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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, hencesession.wait(1)
waits forever.Code to reproduce issue
Chrome v130.0.6723.117 is set to default browser with
Same with Firefox v132.0.1
System information
python --version
): Python 3.10.9fiftyone --version
): FiftyOne v1.0.1, Voxel51, Inc.Can anyone please give me some hint what's missing?
The text was updated successfully, but these errors were encountered: