no output
sbiermanlytle opened this issue · 5 comments
I followed the instructions and installed ical2json without errors.
When I run ical2json [filename] > c:/output.txt
, the program runs without error and the output file is created, but it is empty. I am certain I have the proper path to my ics file and I know it has data in it.
Why is nothing happening?
Thanks for submitting the issue.
The problem is with win32 pathing. I wrote this on Linux and didn't add in the code to normalize win32 paths. I'll update the code later tonight.
@sbiermanlytle, the package currently writes a .json
file back into the same directory. You don't need to pipe it to another file. Can you check if there is a .json
file with the same name as your .ics
in the same directory.
@sbiermanlytle, were you able to find the .json
file?
Thanks for the support and sorry for the delay. I originally ran the code without piping and could not find the json file. I just moved the ics file to another location and tried again and it worked just fine - maybe I didn't refresh the folder I was using before.
No problem. I'm glad it worked for you.