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
INFO: Validating CSV & Notion DB schema
Traceback (most recent call last):
File "csv2notion/__main__.py", line 4, in<module>
File "csv2notion/cli.py", line 82, in main
File "csv2notion/cli.py", line 24, in cli
File "csv2notion/csv_data.py", line 43, in __init__
File "csv2notion/csv_data.py", line 75, in _column_types
File "csv2notion/csv_data.py", line 76, in<dictcomp>
File "csv2notion/notion_type_guess.py", line 7, in guess_type_by_values
TypeError: unhashable type: 'list'
[14671] Failed to execute script '__main__' due to unhandled exception!
INFO: Validating CSV & Notion DB schema
Traceback (most recent call last):
File "csv2notion/__main__.py", line 4, in<module>
File "csv2notion/cli.py", line 82, in main
File "csv2notion/cli.py", line 24, in cli
File "csv2notion/csv_data.py", line 43, in __init__
File "csv2notion/csv_data.py", line 75, in _column_types
File "csv2notion/csv_data.py", line 76, in<dictcomp>
File "csv2notion/notion_type_guess.py", line 7, in guess_type_by_values
TypeError: unhashable type: 'list'
[14770] Failed to execute script '__main__' due to unhandled exception!
INFO: Validating CSV & Notion DB schema
Traceback (most recent call last):
File "csv2notion/__main__.py", line 4, in<module>
File "csv2notion/cli.py", line 82, in main
File "csv2notion/cli.py", line 24, in cli
File "csv2notion/csv_data.py", line 43, in __init__
File "csv2notion/csv_data.py", line 75, in _column_types
File "csv2notion/csv_data.py", line 76, in<dictcomp>
File "csv2notion/notion_type_guess.py", line 7, in guess_type_by_values
TypeError: unhashable type: 'list'
[14810] Failed to execute script '__main__' due to unhandled exception!
The text was updated successfully, but these errors were encountered:
You have inconsistent number of columns in your CSV. I fixed the bug, it will give you warning now instead of crashing. Please check out the new version. Homebrew version will be updated in ~30 minutes.
csv2notion version
csv2notion 0.3.0
What OS are you using?
MacOS
OS Version / Linux distribution
macOS 12.4
Bug description
Error when attempting to do:
CSV Data:
Log excerpt
The text was updated successfully, but these errors were encountered: