bridge.list_pop_communities is failing with 500 (Internal Server Error)
when attempting to query popular communities via api.syncad.com, call is failing with 500 (Internal Server Error)
hive.api.call('bridge.list_pop_communities', {limit: 25}, (err, comms) => {
if (err) console.log(err) else console.log(comms)
});