Bug 395941

Summary: AdBlock fails to load subscriptions
Product: [Applications] Falkon Reporter: Altguard <altguard>
Component: extensionsAssignee: David Rosca <nowrep>
Status: RESOLVED NOT A BUG    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: Terminal output

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.