While testing this module and i got a 403 error when trying to access the wikipedia service.
I found the reason was that the user_agent wasn't set before the 'simplexml_load_file' call
ini_set( 'user_agent', 'drupal bot' ); seems to solve this problem

Comments

davyvdb’s picture

Status: Active » Fixed

fixed in head. thx

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.