Skip to content

[Bug]: Failed to access entity #378

@timcov

Description

@timcov

What happened?

When i run the following code:

import os
import fastdup

data_dir = os.path.abspath("./data")
work_dir = os.path.abspath("./work_dir")   # change this per dataset

fd = fastdup.create(input_dir=data_dir, work_dir=work_dir)
fd.run(overwrite=True)

fd.vis.duplicates_gallery()
fd.vis.outliers_gallery()
# fd.vis.component_gallery()  # optional (wrap in try/except)
fd.vis.stats_gallery()
fd.vis.similarity_gallery()

fd.explore()  # prefer the object method

The ui starts, i login to my account and then i get the following error

Image

What did you expect to see?

The normal UI

What version of fastdup were you runnning on?

2.50

What version of Python were you running on?

Python 3.9

Operating System

Ubuntu 24.04

Reproduction steps

No response

Relevant log output

Attach a screenshot [Optional]

No response

Contact Details [Optional]

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions