Gallery-dl: Not parsing

Created on 13 Jan 2020  路  2Comments  路  Source: mikf/gallery-dl

Could not parse 'C:\Users\\gallery-dl.conf': Expecting ',' delimiter: line 28 column 31 (char 688)

I moved the config file to my user profile so gallery-dl would detect it but every time I try to use it I keep getting the aforementioned error. I've even already gotten my whole oauth client stuff going and a few of my logins in so I am very confused.

Most helpful comment

Your config file must be a valid JSON file, and there is an unexpected character at line 28, column 31.

You can test your config file with any decent text editor that has proper support for JSON, or use one of these online tools here, where you can simply paste the content of the file:
https://jsonlint.com/
https://zaa.ch/jsonlint/
https://jslint.com/

All 2 comments

Your config file must be a valid JSON file, and there is an unexpected character at line 28, column 31.

You can test your config file with any decent text editor that has proper support for JSON, or use one of these online tools here, where you can simply paste the content of the file:
https://jsonlint.com/
https://zaa.ch/jsonlint/
https://jslint.com/

Yo, thank you! everything is working perfectly now!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Nippey picture Nippey  路  4Comments

indrakaw picture indrakaw  路  4Comments

TestPolygon picture TestPolygon  路  3Comments

kattjevfel picture kattjevfel  路  6Comments

Lin-Buo-Ren picture Lin-Buo-Ren  路  6Comments