vaurelios / QSubber

OpenSubtitles.org Qt5 download client written in C++, supporting search by hash, detailed search, download, and other features.
3 stars 0 forks source link

SubDownloader Error: "Protocol \"\" is unknown" #1

Open AndydeCleyre opened 7 years ago

AndydeCleyre commented 7 years ago

Lately, subtitles fail to download, with the error in the subject. The output may indicate a parsing mistake.

One example query that leads to this problem is, by name:

Name: Travelers Season: 1 Episode: 1

"Travelers.2016.S01E01.HDTV.x264-KILLERS.srt" : ""
SubDownloader Error: "Protocol \"\" is unknown"
vaurelios commented 7 years ago

The output may indicate a parsing mistake.

Yeah! it's a parsing problem, my implementation of XML parser is a bit buggy I'm thinking in rewrite it, in mean time you can use the -gtk variant as it uses other parser.

vaurelios commented 5 years ago

I'm moving QSubber to the new REST API, so this problem should be solved along.

rest-api