ToxicFrog / bltool

A tool for command line interaction with backloggery.com
Apache License 2.0
78 stars 9 forks source link

Unable to log in to Backloggery #27

Closed GotSka81 closed 7 years ago

GotSka81 commented 7 years ago

When attempted to run a custom command or using the pre-built batch file, attempts to log into Backloggery fail. After the return "Logging into Backloggery as X" the error "Unable to log in to Backloggery. Please check your username and password" is shown. I quadruple-checked and made sure that the correct login info is set in the designated variables and confirmed that my account is not locked.

I don't know if you're using an API or a webscraper, but perhaps Backloggery changed something and now the login functionality is broken? I know this is sort of an abandoned project at this point (no offense or disrespect intended, I loved BLTool when I could get it to work!). backloggery

ToxicFrog commented 7 years ago

I'll take a look. It uses a web scraper because backloggery doesn't have an API, so it's kind of fragile.

ToxicFrog commented 7 years ago

Fixed -- when I wrote this backloggery didn't support https login. Now it not only supports it, it requires it, so the old http login was failing. v0.2.3 should work.

GotSka81 commented 7 years ago

Thanks! I'm glad it was a relatively simple fix, and https use is always good.