The site IP is 162.252.100
Thanks,
Rob
--
You received this message because you are subscribed to the Google Groups "browscap" group.
To unsubscribe from this group and stop receiving emails from it, send an email to browscap+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/browscap/632e171b-89d1-41b4-9faa-5340d23e6911%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi James,
OK. Sorry about that. Should have read 162.252.87.100
All the logs are telling me is there is a data error since the updated file (following the download request) cannot be found.
Thanks,
Rob
--
You received this message because you are subscribed to the Google Groups "browscap" group.
To unsubscribe from this group and stop receiving emails from it, send an email to browscap+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/browscap/b97c28d8-7f26-4da0-8dcc-8f59f59045d7%40googlegroups.com.
I'm using Drupal v7 and browscap module.
No onscreen message when I manually trigger the retrieval. I have automatic retrieval turned off until I resolve this.
The server log has this:
104.230.156.159 - - [19/Jul/2018:12:49:35 -0400] "GET /admin/config/system/browscap HTTP/1.1" 200 23277 "https://www.xxxxxxx.org/admin/config" "Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.9) Gecko/20100101 Goanna/3.4 Firefox/52.9 PaleMoon/27.9.4"
104.230.156.159 - - [19/Jul/2018:12:49:39 -0400] "POST /admin/config/system/browscap HTTP/1.1" 302 - "https://www.xxxxxxx.org/admin/config/system/browscap" "Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.9) Gecko/20100101 Goanna/3.4 Firefox/52.9 PaleMoon/27.9.4"
104.230.156.159 - - [19/Jul/2018:12:49:41 -0400] "GET /admin/config/system/browscap HTTP/1.1" 200 23277 "https://www.xxxxxxx.org/admin/config/system/browscap" "Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.9) Gecko/20100101 Goanna/3.4 Firefox/52.9 PaleMoon/27.9.4"
Not sure if this helps. If it's not a ban or failed retrieval, then it's internal to Drupal.
-Rob
--
You received this message because you are subscribed to the Google Groups "browscap" group.
To unsubscribe from this group and stop receiving emails from it, send an email to browscap+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/browscap/6c702be3-751c-4e8f-a00c-b61b93f23b94%40googlegroups.com.
Hi James,
OK, found this in the Drupal log:
Warning: gzdecode(): data error in _browscap_import() (line 80 of /home/xxxxxx/public_html/sites/all/modules/browscap/import.inc).
This is the line of code referenced, no other error I can find:
// Decompress the downloaded data if it is compressed
if (function_exists('gzdecode')) {
$browscap_data->data = gzdecode($browscap_data->data);
}
From the code, it appears to be retrieving the file here:
http://www.browscap.org/stream?q=PHP_BrowsCapINI
--
You received this message because you are subscribed to the Google Groups "browscap" group.
To unsubscribe from this group and stop receiving emails from it, send an email to browscap+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/browscap/5d4489b7-0527-466e-b036-e21c451a824c%40googlegroups.com.