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]: list indices must be integers or slices, not str #37

Closed
IAmVigneswaran opened this issue Apr 26, 2024 · 0 comments
Closed

[Bug]: list indices must be integers or slices, not str #37

IAmVigneswaran opened this issue Apr 26, 2024 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@IAmVigneswaran
Copy link
Contributor

Airlift Version?

1.0.9

What OS are you using?

MacOS

OS Version or Linux distribution

macOS Sonoma

Bug Description

On some complex .json data, there is an error during upload.

Log excerpt

2024-04-26 10:45:03,044 [INFO    ] Airlift version 1.0.9
2024-04-26 10:45:03,045 [INFO    ] Created a Dropbox Client
2024-04-26 10:45:03,653 [WARNING ] The folder Marker Data already exists.
2024-04-26 10:45:04,368 [DEBUG   ] Airtable Client Created
2024-04-26 10:45:04,368 [INFO    ] Validating BRS.json and Airtable Schema
2024-04-26 10:45:04,371 [INFO    ] Validation done!
2024-04-26 10:45:06,552 [WARNING ] Column Icon Image would be skipped!
2024-04-26 10:45:06,553 [INFO    ] Uploding data now!
2024-04-26 10:45:13,521 [ERROR   ] list indices must be integers or slices, not str
2024-04-26 10:45:13,522 [ERROR   ] list indices must be integers or slices, not str
2024-04-26 10:45:26,901 [ERROR   ] list indices must be integers or slices, not str
2024-04-26 10:45:30,319 [ERROR   ] list indices must be integers or slices, not str
2024-04-26 10:45:33,556 [ERROR   ] list indices must be integers or slices, not str
2024-04-26 10:45:33,556 [ERROR   ] list indices must be integers or slices, not str
2024-04-26 10:45:33,907 [ERROR   ] list indices must be integers or slices, not str
2024-04-26 10:45:35,575 [ERROR   ] list indices must be integers or slices, not str
2024-04-26 10:45:47,863 [INFO    ] Done!
2024-04-26 10:49:31,471 [INFO    ] Airlift version 1.0.9
2024-04-26 10:49:31,472 [INFO    ] Created a Dropbox Client
2024-04-26 10:49:32,034 [WARNING ] The folder Marker Data already exists.
2024-04-26 10:49:32,569 [DEBUG   ] Airtable Client Created
2024-04-26 10:49:32,570 [INFO    ] Validating BRS.json and Airtable Schema
2024-04-26 10:49:32,577 [INFO    ] Validation done!
2024-04-26 10:49:34,016 [INFO    ] All the columns are verified and present in both the file and Airtable!
2024-04-26 10:49:34,016 [INFO    ] Uploding data now!
2024-04-26 10:49:40,182 [ERROR   ] list indices must be integers or slices, not str
2024-04-26 10:49:40,182 [ERROR   ] list indices must be integers or slices, not str
2024-04-26 10:49:52,645 [ERROR   ] list indices must be integers or slices, not str
2024-04-26 10:49:56,935 [ERROR   ] list indices must be integers or slices, not str
2024-04-26 10:49:59,556 [ERROR   ] list indices must be integers or slices, not str
2024-04-26 10:49:59,556 [ERROR   ] list indices must be integers or slices, not str
2024-04-26 10:49:59,717 [ERROR   ] list indices must be integers or slices, not str
2024-04-26 10:50:00,863 [ERROR   ] list indices must be integers or slices, not str
2024-04-26 10:50:12,955 [INFO    ] Done!
@IAmVigneswaran IAmVigneswaran added the bug Something isn't working label Apr 26, 2024
@IAmVigneswaran IAmVigneswaran added this to the 1.1.0 milestone Apr 26, 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

1 participant