There are 3 bugs with the current version:
1. Addthis.com has made some changes to their api. Seems you must include pubid=YOURADDTHISPUBID, where YOURADDTHISPUBID = your addthis.com pub id. The API documentation states that you dont need this if you have a default profile setup, however it does not work until you specify the pubid query param.

2. The dimension "content" is no longer supported, this is now "url".

3. The username is not being set in the 'addthis_username'

As a result of these three bugs the url being constructed by Most Popular is missing pubid and username, as well as asking for a dimension that is not supported. All of these result in various error messages from the Addthis.com api. The Most Popular module is set to fail without the username so its hard to get to the other errors until you have either hard coded it or fixed the missing variable.

Comments

markie’s picture

Status: Active » Fixed

Updated 6.x module to show new api changes and give the ability to add the username and password and pubid in the configuration. Please test the dev build when it releases (probably tomorrow) and let me know if this resolves your issues.

Status: Fixed » Closed (fixed)

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