You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
time=" 38.621" type="debug" -> feed-downloader: Starting feed updates from worker in thread '0x12cc'.
time=" 38.621" type="debug" -> feed-downloader: All caches synchronized.
time=" 38.621" type="debug" -> database: SQLite database connection 'db_connection_4812' to file 'C:/Users/rsstest/AppData/Local/RSS Guard 4/database/database.db' seems to be established.
time=" 38.623" type="debug" -> feed-downloader: Downloading new messages for feed ID '34' URL: 'https://share.dmhy.org/topics/rss/rss.xml?keyword=药屋少女的呢喃&sort_id=0&team_id=657&order=date-desc' title: 'LoliHouse-動漫花園資源網' in thread '23568'.
time=" 38.623" type="debug" -> database: SQLite database connection 'db_connection_23568' to file 'C:/Users/rsstest/AppData/Local/RSS Guard 4/database/database.db' seems to be established.
time=" 38.624" type="debug" -> core: Downloading URL 'https://share.dmhy.org/topics/rss/rss.xml?keyword=药屋少女的呢喃&sort_id=0&team_id=657&order=date-desc' to obtain feed data.
time=" 38.624" type="debug" -> network: Settings of BaseNetworkAccessManager loaded.
time=" 40.460" type="debug" -> core: Delaying scheduled feed auto-downloads and message state synchronization for some time due to another running update.
time=" 45.100" type="debug" -> network: Destroying Downloader instance.
time=" 45.100" type="debug" -> network: Destroying SilentNetworkAccessManager instance.
time=" 45.523" type="debug" -> feed-downloader: Downloaded 500 messages for feed ID '34',operation took 6899771 microseconds.
time=" 45.526" type="debug" -> database: SQLite connection 'db_connection_23568' is already active.
time=" 45.526" type="debug" -> database: SQLite database connection 'db_connection_23568' to file 'C:/Users/rsstest/AppData/Local/RSS Guard 4/database/database.db' seems to be established.
time=" 45.526" type="debug" -> core: Updating messages in DB.
time=" 45.526" type="debug" -> database: Checking if message with feed-specific custom ID 'http://share.dmhy.org/topics/view/663937_LoliHouse_Chiyu_Mahou_no_Machigatta_Tsukaikata_-_09_WebRip_1080p_HEVC-10bit_AAC.html' is present in DB.
time=" 45.527" type="debug" -> database: Message with custom ID 'http://share.dmhy.org/topics/view/663937_LoliHouse_Chiyu_Mahou_no_Machigatta_Tsukaikata_-_09_WebRip_1080p_HEVC-10bit_AAC.html' is already present in DB and has DB ID '4876'.
[……]
time=" 45.695" type="debug" -> database: Checking if message with feed-specific custom ID 'http://share.dmhy.org/topics/view/657402_LoliHouse_Saihate_no_Paladin_S2_-_09_WebRip_1080p_HEVC-10bit_AAC.html' is present in DB.
time=" 45.695" type="debug" -> database: Message with custom ID 'http://share.dmhy.org/topics/view/657402_LoliHouse_Saihate_no_Paladin_S2_-_09_WebRip_1080p_HEVC-10bit_AAC.html' is already present in DB and has DB ID '4869'.
time=" 45.702" type="debug" -> feed-downloader: Updating messages in DB took 175894 microseconds.
time=" 45.702" type="debug" -> feed-downloader: 0 unread messages and 0 total messages for feed '34' stored in DB.
time=" 45.703" type="debug" -> feed-downloader: Made progress in feed updates, total feeds count 1/1 (id of feed is 34).
time=" 45.771" type="debug" -> feed-downloader: Finished feed updates in thread '0x12cc'.
time=" 45.774" type="debug" -> core: Saved data with auto-saver for 'CookieJar' and method 'saveCookies'.
time=" 45.789" type="debug" -> CTRL is NOT pressed while sorting articles - sorting with standard mode.
time=" 45.795" type="debug" -> message-model: Repopulated model, SQL statement is now:
'SELECT Messages.id, Messages.is_read, Messages.is_important, Messages.is_deleted, Messages.is_pdeleted, Messages.feed, Messages.title, Messages.url, Messages.author, Messages.date_created, Messages.contents, Messages.enclosures, Messages.score, Messages.account_id, Messages.custom_id, Messages.custom_hash, Feeds.title, Feeds.is_rtl, CASE WHEN LENGTH(Messages.enclosures) > 10 THEN 'true' ELSE 'false' END AS has_enclosures, (SELECT GROUP_CONCAT(Labels.name) FROM Labels WHERE Messages.labels LIKE "%." || Labels.custom_id || ".%") as msg_labels, Messages.labels FROM Messages LEFT JOIN Feeds ON Messages.feed = Feeds.custom_id AND Messages.account_id = Feeds.account_id WHERE Feeds.custom_id IN ('34') AND Messages.is_deleted = 0 AND Messages.is_pdeleted = 0 AND Messages.account_id = 1 ORDER BY Messages.date_created DESC;'.
time=" 45.795" type="debug" -> gui: Reloading of msg selections took 7 miliseconds.
Operating system and version
OS: windows 11
RSS Guard version: 4.6.3
The text was updated successfully, but these errors were encountered:
Brief description of the issue
Chinese characters in the RSS URL will be ignored, resulting in incorrect results.
How to reproduce the bug?
step 1:
Add an encoded RSS URL:
https://share.dmhy.org/topics/rss/rss.xml?keyword=%E8%8D%AF%E5%B1%8B%E5%B0%91%E5%A5%B3%E7%9A%84%E5%91%A2%E5%96%83&sort_id=0&team_id=657&order=date-desc,
or a raw RSS URL:
https://share.dmhy.org/topics/rss/rss.xml?keyword=药屋少女的呢喃&sort_id=0&team_id=657&order=date-desc,
step 2:
Fetch selected.
What was the expected result?
Only obtain the results related to "药屋少女的呢喃", the count of message will less then 100
What actually happened?
The request link does not appear to contain Chinese characters: https://share.dmhy.org/topics/rss/rss.xml?keyword=&sort_id=0&team_id=657&order=date-desc, the count of message is 500, it is the max count of limit.
Debug log
time=" 38.621" type="debug" -> feed-downloader: Starting feed updates from worker in thread '0x12cc'.
time=" 38.621" type="debug" -> feed-downloader: All caches synchronized.
time=" 38.621" type="debug" -> database: SQLite database connection 'db_connection_4812' to file 'C:/Users/rsstest/AppData/Local/RSS Guard 4/database/database.db' seems to be established.
time=" 38.623" type="debug" -> feed-downloader: Downloading new messages for feed ID '34' URL: 'https://share.dmhy.org/topics/rss/rss.xml?keyword=药屋少女的呢喃&sort_id=0&team_id=657&order=date-desc' title: 'LoliHouse-動漫花園資源網' in thread '23568'.
time=" 38.623" type="debug" -> database: SQLite database connection 'db_connection_23568' to file 'C:/Users/rsstest/AppData/Local/RSS Guard 4/database/database.db' seems to be established.
time=" 38.624" type="debug" -> core: Downloading URL 'https://share.dmhy.org/topics/rss/rss.xml?keyword=药屋少女的呢喃&sort_id=0&team_id=657&order=date-desc' to obtain feed data.
time=" 38.624" type="debug" -> network: Settings of BaseNetworkAccessManager loaded.
time=" 40.460" type="debug" -> core: Delaying scheduled feed auto-downloads and message state synchronization for some time due to another running update.
time=" 45.100" type="debug" -> network: Destroying Downloader instance.
time=" 45.100" type="debug" -> network: Destroying SilentNetworkAccessManager instance.
time=" 45.523" type="debug" -> feed-downloader: Downloaded 500 messages for feed ID '34',operation took 6899771 microseconds.
time=" 45.526" type="debug" -> database: SQLite connection 'db_connection_23568' is already active.
time=" 45.526" type="debug" -> database: SQLite database connection 'db_connection_23568' to file 'C:/Users/rsstest/AppData/Local/RSS Guard 4/database/database.db' seems to be established.
time=" 45.526" type="debug" -> core: Updating messages in DB.
time=" 45.526" type="debug" -> database: Checking if message with feed-specific custom ID 'http://share.dmhy.org/topics/view/663937_LoliHouse_Chiyu_Mahou_no_Machigatta_Tsukaikata_-_09_WebRip_1080p_HEVC-10bit_AAC.html' is present in DB.
time=" 45.527" type="debug" -> database: Message with custom ID 'http://share.dmhy.org/topics/view/663937_LoliHouse_Chiyu_Mahou_no_Machigatta_Tsukaikata_-_09_WebRip_1080p_HEVC-10bit_AAC.html' is already present in DB and has DB ID '4876'.
[……]
time=" 45.695" type="debug" -> database: Checking if message with feed-specific custom ID 'http://share.dmhy.org/topics/view/657402_LoliHouse_Saihate_no_Paladin_S2_-_09_WebRip_1080p_HEVC-10bit_AAC.html' is present in DB.
time=" 45.695" type="debug" -> database: Message with custom ID 'http://share.dmhy.org/topics/view/657402_LoliHouse_Saihate_no_Paladin_S2_-_09_WebRip_1080p_HEVC-10bit_AAC.html' is already present in DB and has DB ID '4869'.
time=" 45.702" type="debug" -> feed-downloader: Updating messages in DB took 175894 microseconds.
time=" 45.702" type="debug" -> feed-downloader: 0 unread messages and 0 total messages for feed '34' stored in DB.
time=" 45.703" type="debug" -> feed-downloader: Made progress in feed updates, total feeds count 1/1 (id of feed is 34).
time=" 45.771" type="debug" -> feed-downloader: Finished feed updates in thread '0x12cc'.
time=" 45.774" type="debug" -> core: Saved data with auto-saver for 'CookieJar' and method 'saveCookies'.
time=" 45.789" type="debug" -> CTRL is NOT pressed while sorting articles - sorting with standard mode.
time=" 45.795" type="debug" -> message-model: Repopulated model, SQL statement is now:
'SELECT Messages.id, Messages.is_read, Messages.is_important, Messages.is_deleted, Messages.is_pdeleted, Messages.feed, Messages.title, Messages.url, Messages.author, Messages.date_created, Messages.contents, Messages.enclosures, Messages.score, Messages.account_id, Messages.custom_id, Messages.custom_hash, Feeds.title, Feeds.is_rtl, CASE WHEN LENGTH(Messages.enclosures) > 10 THEN 'true' ELSE 'false' END AS has_enclosures, (SELECT GROUP_CONCAT(Labels.name) FROM Labels WHERE Messages.labels LIKE "%." || Labels.custom_id || ".%") as msg_labels, Messages.labels FROM Messages LEFT JOIN Feeds ON Messages.feed = Feeds.custom_id AND Messages.account_id = Feeds.account_id WHERE Feeds.custom_id IN ('34') AND Messages.is_deleted = 0 AND Messages.is_pdeleted = 0 AND Messages.account_id = 1 ORDER BY Messages.date_created DESC;'.
time=" 45.795" type="debug" -> gui: Reloading of msg selections took 7 miliseconds.
Operating system and version
The text was updated successfully, but these errors were encountered: