• Dear BP Registration Colleagues,

    Before and after updating the plugin to 4.4.2, I’m getting the following error messages: https://jumpshare.com/v/XPIyX5FNH0Lf57slu2Gz

    URL: https://freegeoip.app/json/167.249.19.66 !! Redirected to: https://api.ipbase.com/v1/json/167.249.19.66

    Status: !! 401 Unauthorized
    HTTP API Transport: curl
    DNS Resolution Time: 0.0296
    Connection Time: 0.0303
    Transfer Start Time (TTFB): 0.1414
    Response Size: 45 B
    Response Content Type: application/json; charset=utf-8
    IP Address: 104.21.28.190

    Caller: bp_registration_options_ip_data()

    Component: Plugin: bp-registration-options

    I welcome your expertise in resolving this issue.

    Thanks,
    Nate

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Michael Beckwith

    (@tw2113)

    The BenchPresser

    Looks like the service we were using for some IP address information lookup changed again. Not the first time we’ve had to change services and whatnot. I’m almost thinking it’s not worth doing the lookups, as I’m not sure any more how helpful the information is, outside of maybe identifying the user registration originating from a specific location.

    You should be able to get rid of the errors in Query Monitor by adding this to your functions.php file:

    remove_action( 'bpro_hook_member_item_additional_data', 'bp_registration_options_ip_data', 10, 1 );
    

    This will basically just unhook our lookup attempts and remove the information from that table cell.

    Thread Starter Nate Walker

    (@1791delegates)

    Thank you for your quick and thoughtful reply. I’ll try that.

    Take care,
    Nate

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘401 Unauthorized HTTP API Transport’ is closed to new replies.