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

[Bug]: TypeError: unhashable type: 'list' #23

Closed
IAmVigneswaran opened this issue Jan 24, 2024 · 0 comments
Closed

[Bug]: TypeError: unhashable type: 'list' #23

IAmVigneswaran opened this issue Jan 24, 2024 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@IAmVigneswaran
Copy link
Contributor

CSV2Notion Neo Version?

1.2.1

What OS are you using?

MacOS

OS Version or Linux distribution

macOS

Bug Description

@samplue Reports an error when uploading CSV Data Set.

Log excerpt

INFO: CSV2Notion Neo version 1.2.1
INFO: Validating csv & csv2notion_neo.notion DB schema
Traceback (most recent call last):
  File "csv2notion_neo/main.py", line 5, in <module>
  File "csv2notion_neo/cli.py", line 95, in main
  File "csv2notion_neo/cli.py", line 52, in cli
  File "csv2notion_neo/cli_steps.py", line 53, in convert_csv_to_notion_rows
  File "csv2notion_neo/notion_preparator.py", line 43, in prepare
  File "csv2notion_neo/notion_preparator.py", line 103, in _handle_missing_columns
  File "csv2notion_neo/notion_preparator.py", line 234, in _get_missing_columns
TypeError: unhashable type: 'list'
[37529] Failed to execute script 'main' due to unhandled exception!
@IAmVigneswaran IAmVigneswaran added the bug Something isn't working label Jan 24, 2024
@IAmVigneswaran IAmVigneswaran added this to the 1.2.2 milestone Jan 24, 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
Projects
None yet
Development

No branches or pull requests

2 participants