pmartin / plop-reader

A Wallabag application for Pocketbook / TEA Touch Lux ereaders

Home Page:http://plop-reader.pascal-martin.fr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Segfault if server requires HTTP-Basic but no login/password is sent when creating OAuth token

pmartin opened this issue · comments

If the server requires HTTP-Basic but the application doesn't send such information, the application segfaults.

I suppose it gets an HTML 401 page from the server instead of a JSON string when trying to create the OAuth token, and doesn't know how to handle that.

Not tried: it probably does the exact same thing if HTTP-Basic login/password in je JSON config file are wrong?