t3rm1n4l / megacmd

A command-line client for mega.co.nz storage service
456 stars 74 forks source link

Invalid json config #27

Closed javitolin closed 10 years ago

javitolin commented 10 years ago

I'm getting the error "invalid json config" even when I configured the .megacmd.json exactly as mentioned in the readme file..: { "User": "javitolin@gmail.com", "Password": "MY_PASSWORD", "DownloadWorkers": 4, "UploadWorkers": 4, "SkipSameSize": true, "Verbose": 1 } What can be the issue? Thanks

t3rm1n4l commented 10 years ago

Try fixing your indentation.

t3rm1n4l commented 10 years ago

Try fixing your indentation.

t3rm1n4l commented 10 years ago

Try fixing your indentation.

javitolin commented 10 years ago

I tried every indentation existing and still doesn't work.. even compact indentation..

t3rm1n4l commented 10 years ago

Try download and use this file, https://mega.co.nz/#!qY8USQCY!ez8HoC-LS4lb9mQOfc_UUjZahYFX6dGGDuYpyUXI0Ok

javitolin commented 10 years ago

Great! That worked! Thanks!