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

Data explorer image gallery errors when no images in dataset #844

Open
RobbeSneyders opened this issue Feb 5, 2024 · 0 comments
Open

Data explorer image gallery errors when no images in dataset #844

RobbeSneyders opened this issue Feb 5, 2024 · 0 comments
Labels
bug Something isn't working Data explorer

Comments

@RobbeSneyders
Copy link
Member

The image gallery view of the data explorer fails when there are no images in the dataset.

TypeError: load_pandas_dataframe() missing 1 required keyword-only argument: 'selected_fields'
Traceback:
File "/usr/local/lib/python3.8/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 534, in _run_script
exec(code, module.dict)
File "/app/pages/images.py", line 37, in
df, _ = app.load_pandas_dataframe(dask_df=dask_df, field_mapping=field_mapping)

@RobbeSneyders RobbeSneyders added bug Something isn't working Data explorer labels Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Data explorer
Projects
Status: Backlog
Development

No branches or pull requests

1 participant