checkvist-backup icon indicating copy to clipboard operation
checkvist-backup copied to clipboard

request to https://checkvist.com/checklists.json failed at checkvist_backup.pl line 27

Open bs27975 opened this issue 10 years ago • 2 comments

request to https://checkvist.com/checklists.json failed at checkvist_backup.pl line 27

Yet when called in chrome, seems to give a viable list / output.

  • Suggestions?

Tried:

21: http -> https 24: ':80' -> ''

No joy.

Thoughts?

bs27975 avatar Oct 30 '14 19:10 bs27975

  • looks like https is needed. Running via wget returns 301 redirect to https.
  • One error in my testing is checkvist seems to indicate in some places that use of the user name instead of the e-mail address is acceptable. Doesn't look like it here - manual browser tests with (screen) name instead of e-mail address fail. (auth/curr_user). So ... note to self, use e-mail address with --login.

wget equivalents get good output, however this script seems to get an error even out of 'my $login_result = $chv->get('auth/login.json', { username => $login , remote_key => $remotekey});' which is a showstopper.

This seems to be a lib issue, not a checkvist or script issue.

Suggestions?

bs27975 avatar Oct 30 '14 21:10 bs27975

Late, but: I got the same error and was about to build one in python when I realized my password was wrong. Just a thought.

KeelyHill avatar Jul 26 '15 21:07 KeelyHill