meraki-analytics / orianna

A Java framework for the Riot Games League of Legends API (http://developer.riotgames.com/).
MIT License
181 stars 56 forks source link

[Fatal]: com.robrua.orianna.type.exception.OriannaException: Request to Riot server failed! Report this to the Orianna team. #68

Closed Fataler closed 7 years ago

Fataler commented 7 years ago

Got this error when trying to use API. Is anything changed?

Fataler commented 7 years ago

https://pastebin.com/dh9jqQsY Here is a stack trace.

robrua commented 7 years ago

Hey,

The Riot API just removed the old v1/v2 endpoints, which orianna relied on. It therefore doesn't work right now. Support for the new v3 endpoints is under development on the v3-development branch, and should be done in the new few days. See #66.