Zielin0 / hypicle

Hypixel API Client
https://hypicle.zielinus.xyz
MIT License
2 stars 0 forks source link

Cannot destructure property 'displayname'. #2

Closed Zielin0 closed 1 year ago

Zielin0 commented 1 year ago
/home/ziel/dev/hypicle/api/player/player.handler.ts:219
    const { displayname, playername } = (await this.getPlayerData()).player;
            ^
TypeError: Cannot destructure property 'displayname' of '(intermediate value).player' as it is null.

This error occurs when the player object from Hypixel API is just null.

Zielin0 commented 1 year ago

Fixed in v1.0.1.