mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
RSS cookies don't work #2 #3787
Labels
No labels
Accessibility
AppImage
Bounty
Build system
CI
Can't reproduce
Code cleanup
Confirmed bug
Confirmed bug
Core
Crash
Data loss
Discussion
Docker
Documentation
Duplicate
Feature
Feature request
Feature request
Feature request
Filters
Flatpak
GUI
Has workaround
I2P
Invalid
Libtorrent
Look and feel
Meta
NSIS
Network
Not an issue
OS: *BSD
OS: Linux
OS: Windows
OS: macOS
PPA
Performance
Project management
Proxy/VPN
Qt bugs
Qt6 compat
RSS
Search engine
Security
Temp folder
Themes
Translations
Triggers
Waiting diagnosis
Waiting info
Waiting upstream
Waiting web implementation
Watched folders
WebAPI
WebUI
autoCloseOldIssue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/qBittorrent#3787
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@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?
@Vladof commented on GitHub (Jan 20, 2016):
When i double-clicked on the particular item in "torrents double-click to download"
@sledgehammer999 commented on GitHub (Jan 20, 2016):
I don't understand you. I asked something else.
@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):
@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?
@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):
If you need i created account for test, try:
uid 4826240
pass ca7b509efb4b1d6d60dc5b059138929f
usess 155e13fb9fb7d2c3cc3154db55842158
I checked, it works on 3.2.5 ^^
@glassez commented on GitHub (Jan 21, 2016):
Oh, thank you very much! I'll do it tomorrow.
@glassez commented on GitHub (Jan 23, 2016):
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.