RSS cookies don't work #2 #3787

Closed
opened 2026-02-21 16:57:55 -05:00 by deekerman · 9 comments
Owner

Originally created by @Vladof on GitHub (Jan 20, 2016).

qBittorrent: 3.3.2
OS version: win10 x32 pro.

When trying to download torrents from rss with cookie auth I get this error:
"unexpected end of file in bencoded string"
v3.2.5 work fine. All 3.3.+ broken.
It seems the same bug https://github.com/qbittorrent/qBittorrent/issues/4533

Originally created by @Vladof on GitHub (Jan 20, 2016). qBittorrent: 3.3.2 OS version: win10 x32 pro. When trying to download torrents from rss with cookie auth I get this error: "unexpected end of file in bencoded string" v3.2.5 work fine. All 3.3.+ broken. It seems the same bug https://github.com/qbittorrent/qBittorrent/issues/4533
deekerman 2026-02-21 16:57:55 -05:00
  • closed this issue
  • added the
    RSS
    label
Author
Owner

@sledgehammer999 commented on GitHub (Jan 20, 2016):

Are you allowed to share the contents of the RSS? Or maybe the contents of the particular item you're double-clicking?

@sledgehammer999 commented on GitHub (Jan 20, 2016): Are you allowed to share the contents of the RSS? Or maybe the contents of the particular item you're double-clicking?
Author
Owner

@Vladof commented on GitHub (Jan 20, 2016):

When i double-clicked on the particular item in "torrents double-click to download"

@Vladof commented on GitHub (Jan 20, 2016): When i double-clicked on the particular item in "torrents double-click to download"
Author
Owner

@sledgehammer999 commented on GitHub (Jan 20, 2016):

When i double-clicked on the particular item in "torrents double-click to download"

I don't understand you. I asked something else.

@sledgehammer999 commented on GitHub (Jan 20, 2016): > When i double-clicked on the particular item in "torrents double-click to download" I don't understand you. I asked something else.
Author
Owner

@glassez commented on GitHub (Jan 21, 2016):

@sledgehammer999, finally I fully understand, what is the problem here. The fact that RSS Feed URL often does not match the URLs of torrents it included, but we set cookies for feed URL. The solution is to set session cookies for downloaded torrent based on feed cookies. Something similar was implemented in the previous version (3.2.x), but there were other problems. I tried to fix it, but doing this, I introduced a new problem.
Fix will be ASAP.

@glassez commented on GitHub (Jan 21, 2016): @sledgehammer999, finally I fully understand, what is the problem here. The fact that RSS Feed URL often does not match the URLs of torrents it included, but we set cookies for feed URL. The solution is to set session cookies for downloaded torrent based on feed cookies. Something similar was implemented in the previous version (3.2.x), but there were other problems. I tried to fix it, but doing this, I introduced a new problem. Fix will be ASAP.
Author
Owner

@glassez commented on GitHub (Jan 21, 2016):

@Vladof could you provide an example of your feed URL and any its torrent URLs?
And one more question. Where do you usually take cookies for RSS feeds? Do you look in the browser?

@glassez commented on GitHub (Jan 21, 2016): @Vladof could you provide an example of your feed URL and any its torrent URLs? And one more question. Where do you usually take cookies for RSS feeds? Do you look in the browser?
Author
Owner

@Vladof commented on GitHub (Jan 21, 2016):

rss feed https://lostfilm.tv/rssdd.xml
torrent for an example https://www.lostfilm.tv/download.php?id=16619&Marvels.Agent.Carter.S02E01.720p.WEB.rus.LostFilm.TV.mp4.torrent
uid & pass from browser cookies, usess from account on lostfilm.tv (https://lostfilm.tv/my.php)

@Vladof commented on GitHub (Jan 21, 2016): rss feed https://lostfilm.tv/rssdd.xml torrent for an example https://www.lostfilm.tv/download.php?id=16619&Marvels.Agent.Carter.S02E01.720p.WEB.rus.LostFilm.TV.mp4.torrent uid & pass from browser cookies, usess from account on lostfilm.tv (https://lostfilm.tv/my.php)
Author
Owner

@Vladof commented on GitHub (Jan 21, 2016):

If you need i created account for test, try:
uid 4826240
pass ca7b509efb4b1d6d60dc5b059138929f
usess 155e13fb9fb7d2c3cc3154db55842158
I checked, it works on 3.2.5 ^^

@Vladof commented on GitHub (Jan 21, 2016): If you need i created account for test, try: uid 4826240 pass ca7b509efb4b1d6d60dc5b059138929f usess 155e13fb9fb7d2c3cc3154db55842158 I checked, it works on 3.2.5 ^^
Author
Owner

@glassez commented on GitHub (Jan 21, 2016):

Oh, thank you very much! I'll do it tomorrow.

@glassez commented on GitHub (Jan 21, 2016): Oh, thank you very much! I'll do it tomorrow.
Author
Owner

@glassez commented on GitHub (Jan 23, 2016):

The solution is to set session cookies for downloaded torrent based on feed cookies. Something similar was implemented in the previous version (3.2.x), but there were other problems.

Anyway, I decided not to use this workaround. I implemented application wide cookies management dialog (see #4670). So now the user can specify the fully qualified cookies as he receives them from your browser.

@glassez commented on GitHub (Jan 23, 2016): > The solution is to set session cookies for downloaded torrent based on feed cookies. Something similar was implemented in the previous version (3.2.x), but there were other problems. Anyway, I decided not to use this workaround. I implemented application wide cookies management dialog (see #4670). So now the user can specify the fully qualified cookies as he receives them from your browser.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/qBittorrent#3787
No description provided.