Furry / amino

An API wrapper around the Amino app
4 stars 2 forks source link

Api outdated ? #2

Closed Senior-S closed 3 years ago

Senior-S commented 3 years ago

Error: { 'api:timestamp': '2021-07-23T06:35:23Z', 'api:statuscode': 218, 'api:duration': '0.000s', 'api:message': 'Error! Your device is currently not supported, or the app is out of date. Please update to the latest version.' }

Code: ` import * as Amino from "amino";

const client = new Amino.Client();

client.login("main@gmail.com", "password") .then(async () => { const test = await client.searchCommunities("Roleplay")[0] console.log(test); }) `