solved jrCore_load_url: invalid URL received

hammondegs
@hammondegs
9 years ago
80 posts
I have been getting the following error for some time:
[Walter Wall]: jrCore_load_url: invalid URL received: d2921d31546c.rest.akismet.com/1.1/comment-check

Today I looked at the logs and some errors now have an info button on the right with the following info:
URL  /mailgun/browse_bounces
Memory 	14.3MB
Data 	
Array ( [0] => jrUser [1] => Array ( [search] => Array ( [0] => user_email in ) [return_keys] => Array ( [0] => _user_id [1] => user_name [2] => user_email [3] => profile_name [4] => profile_url ) [include_jrProfile_keys] => 1 [exclude_jrProfile_quota_keys] => 1 [limit] => 0 [module] => jrUser ) ) 
I figure the invalid URL is "/mailgun/browse_bounces" as I have uninstalled mailgun.
I have done the usual integrity check, I have searched the database and did not find any trace of that URL (except in the debug log), I have checked and rechecked my server MX entry and DNS Zones and there is no trace of mailgun.
I have even searched the entire site files and find no refference to the offending URL.

Your thoughts please.
updated by @hammondegs: 04/10/15 04:08:09AM
michael
@michael
9 years ago
7,715 posts
akismet.com is the spam protection service. Do you have the jrAkismet module installed?

"Akismet Spam Detection"
https://www.jamroom.net/the-jamroom-network/networkmarket/82/akismet-spam-detection
hammondegs
@hammondegs
9 years ago
80 posts
michael:
akismet.com is the spam protection service. Do you have the jrAkismet module installed?
Yes I do.
brian
@brian
9 years ago
10,148 posts
The error is telling us that the URL to Akismet is wrong:

Quote:
invalid URL received: xxx.rest.akismet.com/1.1/comment-check

So it sounds like they may have changed their URL structure - I can check it out.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net

updated by @brian: 03/04/15 12:35:46PM
brian
@brian
9 years ago
10,148 posts
I've pushed a small update to this module that hopefully fixes the URL issue - let me know if you see any issues.

Thanks!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
hammondegs
@hammondegs
9 years ago
80 posts
Okay thanks.

Tags