Alexander Batischev
Alexander Batischev
Can someone please run this: ``` curl -d '{"op":"login","user":"USERNAME","password":"PASSWORD"}' URL/api/ ``` (substituting values that are in caps accordingly) and show me the output? Please make sure that `URL` part is...
I see. Well, I'll have to add an option, then. Thanks for checking, @dave4th!
If the problem really lies in self-signed SSL certificate, it's expected for HTTP to work while HTTPS doesn't.
@goodevilgenius, you should specify `ttrss-url` in your config; otherwise, Newsbeuter just doesn't know where your server is. I guess I need to make Newsbeuter fail if this setting is not...
You had? Weird. `debug.log` shows every line of the config when it parses it, and I didn't see `ttrss-url` there. Can you check if it's shown in the log now?...
Dropping the milestone as there's noone to assist in debugging.
Weird: apparently TT-RSS returns a result to you but an empty string to Newsbeuter. I'll get back to you after I re-read the TT-RSS docs and looked a bit into...
Finally got around to working on this and immediately noticed that the URL in your debug.txt and in your `curl` invocation don't match: it's "https://rssjludwig.net" in the log but "https://rss.jludwig.net/api/"...
You're welcome! No, building from that branch is no longer necessary.
I ran a bisect and the bug first showed up in e0f9100. Even if I trim the command in the macro down to "mpv %u", it still sometimes fail, which...