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

Error when selecting a file #795

Closed
romicolman opened this issue Mar 26, 2025 · 3 comments
Closed

Error when selecting a file #795

romicolman opened this issue Mar 26, 2025 · 3 comments
Assignees

Comments

@romicolman
Copy link
Collaborator

I ingested the following file into the ODE:

ODE_KR1_zagreb-01.2019-06.2024-potrosnje-i-troskovi-po-omm-mjesecno.xlsx

When I tried to select it, I get this error on the console:

    self.table_model = FrictionlessTableModel(data, errors)
  File "/Users/holahola2/Repos/opendataeditor/ode/panels/data.py", line 66, in __init__
    self.errors = self._get_errors(errors)
  File "/Users/holahola2/Repos/opendataeditor/ode/panels/data.py", line 103, in _get_errors
    row = error.row_number - 1
AttributeError: 'HashCountError' object has no attribute 'row_number'  ```
@romicolman romicolman moved this to Backlog in ODE 2025 Mar 26, 2025
@romicolman
Copy link
Collaborator Author

@rustico I think this issue could be also linked to #766

@rustico rustico moved this from Backlog to In progress in ODE 2025 Apr 3, 2025
@rustico
Copy link
Collaborator

rustico commented Apr 3, 2025

@romicolman can you share with me the metadata file? We can check it out together because I cannot reproduce it.

@rustico rustico moved this from In progress to Blocked in ODE 2025 Apr 3, 2025
@rustico
Copy link
Collaborator

rustico commented Apr 4, 2025

We checked, we think is an issue with the metadata file between differences branches with different schemas.

We cannot reproduce it.

@rustico rustico closed this as completed Apr 4, 2025
@github-project-automation github-project-automation bot moved this from Blocked to Done in ODE 2025 Apr 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants