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
Although the error implies that you have some media type in your entries that my script doesn't support. You might get a better result using one of the forks, where some people significantly improved on my code.
Unsure if the script completed the function fully. I can see some folders created but the terminal displayed this:
Traceback (most recent call last):
File "/Users/zakirjaafar/Downloads/temp 3 DayOne-JSON-to-MD-main/app.py", line 175, in
ProcessZips(inpath, outpath)
File "/Users/zakirjaafar/Downloads/temp 3 DayOne-JSON-to-MD-main/app.py", line 166, in ProcessZips
processJson("temp/" + zipnameClean + "/" + jsonname ,jsonnameClean, zipnameClean, outpath)
File "/Users/zakirjaafar/Downloads/temp 3 DayOne-JSON-to-MD-main/app.py", line 98, in processJson
momentIn = entry['photos']
KeyError: 'photos'
Anything I should check with the file output?
The text was updated successfully, but these errors were encountered: