Ozaik

Results 3 comments of Ozaik

> Try listening for the `error` event like this: > > ```js > const client = require('discord-rich-presence')('180984871685062656'); > > client.on('error', err => { > console.log(`Error: ${err}`); > }); > ```...

We had the same problem (with a lot of duplicate coordinate), we set the cluster maxZoom to 30 and everything works.

**To reproduce** the error : - Just click on the cluster with 2 points on the same place, this throws an error. **To fix it** adjust the maxZoom to a...