ricardorodrigues-ca / zoom-recording-downloader

Downloads and organizes all cloud recordings from your Zoom Business account
MIT License
127 stars 65 forks source link

Help please to start app #48

Closed abel1534 closed 8 months ago

abel1534 commented 8 months ago

Hello

Thank You so much for putting together this app. I was thinking I needed to write the code myself before I stumbled upon your repo. It is soooo helpful. Thank You

I am on a Windows machine and I am getting this error when trying to run the app(I have masked credentials). Any thoughts? I appreciate your help. Thank you

image

behanw commented 8 months ago

On line 9 of your file you've ended the line with a comma. Sadly your configuration isn't valid JSON as written.

I suggest using json lint or https://jsonformatter.curiousconcept.com/ to validate your JSON.

I hope this helps.

jmsapps commented 8 months ago

Yes, as behanw pointed out, there is a typo on line 9. Since the configuration template is valid JSON I am going to close this issue as completed.