Failed to download!
-
Anyone have this problem for update?
pfB_PRI4_v4 - CCT_IP_v4 ] Download FAIL
Almost one full day going this error
-
@Antibiotic
Is the URL available?
Im not sure what you are trying to tell us here. -
@michmoor Main dashboard for pfblockerNG to show all time is failed to download. URL available
-
@Antibiotic
It might have trouble scraping the page but unfortunately I cant test as I'm hitting a nasty behavior problem in the PHP code which makes it impossible to add/delete/modify any IP feeds on 24.03https://redmine.pfsense.org/issues/15365
There is a PR but that was a week ago.
-
@michmoor /usr/local/www/pfblockerng/pfblockerng_category_edit.php
Solution for me
And this line: 391 and 1517
$list = array('Disabled' => 'Disabled') + array_combine(range(1, 17, -1), range(1, 17, -1));
Changing both instances to:$list = array('Disabled' => 'Disabled') + array_combine(range(1, 17, 1), range(1, 17, 1));
Fixed the issue and allows editing, etc, -
@Antibiotic
Thanks for the fix but as i suspected the problem is with the site itself.Its just not formated correctly for pfblocker.
-
@michmoor What to do now ? Delete from pri4
-
should be resolved with the new pfblocker devel update