Skip to content

TIME_OUT error #20

@KekOrbit

Description

@KekOrbit

Hello! I have an error that I always get and cant solve. The error is that when I call any API callbacks I only get ex.: rank TIME_OUT and then the program stops. Anyway to solve this issue?

code:

`const R6 = require('r6s-stats-api');

let platform = 'PC';
let name = 'Kek_Orbit';

async function main() {
let rank = await R6.rank(platform, name);
console.log('rank', rank);
}
main();`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions