Coffee-fueled-deadlines / osrs-hiscores

OSRS-Hiscores is a python based Old School Runescape (OSRS) Hiscores library for integrating user skills into your applications easily!

Home Page:https://pypi.org/project/OSRS-Hiscores/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Player name given not found

Moelanz opened this issue · comments

When looking for a username in N hiscores it doesn't find the user

user = Hiscores('moelanz', 'N')

Error occurred: Player name given not found in account type provided. Valid account types are, 'N' (Normal), 'IM' (Iron Man), 'UIM' (Ultimate Iron Man), 'HIC' (Hardcore Iron Man)

This particular library is no longer supported. In general, OSRSBytes (https://github.com/Coffee-fueled-deadlines/OSRSBytes) is a more robust library. However, while attempting this with the OSRS_Hiscores Library, I was unable to duplicate.

What version of Python are you running?