Bug 395941 - AdBlock fails to load subscriptions
Summary: AdBlock fails to load subscriptions
Status: RESOLVED NOT A BUG
Alias: None
Product: Falkon
Classification: Applications
Component: extensions (show other bugs)
Version: unspecified
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: David Rosca
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-27 23:33 UTC by Altguard
Modified: 2018-06-28 12:16 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Terminal output (3.58 KB, text/plain)
2018-06-28 10:43 UTC, Altguard
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Altguard 2018-06-27 23:33:40 UTC
AdBlock doesn't appear to be filtering out ads from subscriptions at all. Oftentimes subscriptions display "(Error: Cannot load subscription!)" after their title either when initially adding them, or after attempting to update subscriptions. Whether the error is displayed or not though, there appears to be no filtering happening based on subscriptions; individual custom rules work, but not subscriptions.
Comment 1 David Rosca 2018-06-28 07:48:33 UTC
Please post terminal output and what subscriptions you are trying to add/update. Most likely it fails to download it due to url being no longer available.
Comment 2 Altguard 2018-06-28 10:43:29 UTC
Created attachment 113622 [details]
Terminal output
Comment 3 Altguard 2018-06-28 10:45:19 UTC
I am attempting to add EasyList (from URL: https://easylist.to/easylist/easylist.txt) and Peter Lowe's List (from URL: http://pgl.yoyo.org/adservers/serverlist.php?hostformat=adblockplus&mimetype=plaintext)
Comment 4 David Rosca 2018-06-28 10:46:33 UTC
Looks like Qt (QNetworkAccessManager) thinks you are offline, not sure why though.
Comment 5 Altguard 2018-06-28 12:09:54 UTC
Ah, ok that was the problem. QNetworkAccessManager was attempting to connect to a different network interface that I once used months ago, but is no longer installed. Everything seemed to be working though, so I never noticed. Clearing that up fixed the AdBlock issue.

Sorry to bother you with that.
Comment 6 Christoph Feck 2018-06-28 12:16:42 UTC
Thanks for the update; changing status.