-
-
Notifications
You must be signed in to change notification settings - Fork 1
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]: Error when setting image cover #40
Comments
Noted! working on it |
@bumper314 This issue is fixed now! can you get the latest binary and have a look |
I wasn't sure where to find the binary, so I setup the dev environment with poetry and ran:
|
@bumper314 , This is weird, It seems to work for me, let me look into it |
@bumper314 The image column, are they just link or do you have images in your directory? |
@bumper314 I am able to reproduce the error, will fix it at the soonest! |
@bumper314 Fixed! acb8083 Try and let me know |
@arjunprakash027 Ok, it runs without errors now, but I'm seeing the image as a block in the note, not as a cover image I was expecting.
|
@bumper314 - Noted, ill look into it |
@bumper314 - Should Work now! |
Looks good! Thank you for getting this fixed! I did some testing with both However, I'm not sure about the following behavior: My CSV has a "Thumbnail" field with the URL of the image I'm setting as the cover. When I use |
@bumper314 - The software is written in such a way that all columns are created first, then later decided based on flags to populate it or not. Can you send me the command you are using so it would be easy for me to replicate? |
@bumper314 Thank you providing feedback in resolving the issue. As for the behaviour If the user wants to keep the values of image column, in your case |
CSV2Notion Neo Version?
1.3.1
What OS are you using?
MacOS
OS Version or Linux distribution
macOS 10.14
Bug Description
Perhaps related to issue #32, I'm getting an error when when trying to set the cover image with URLs (I did not try local files).
csv2notion_neo --verbose --workspace "Workspace" --token "$token" --randomize-select-colors --image-column Thumbnail --image-column-mode cover "youtube2csv_spanishboost.csv"
Log excerpt
The text was updated successfully, but these errors were encountered: