Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Third party code endpoint returns 404 not found. #84

Closed
exzib opened this issue Jun 29, 2020 · 2 comments
Closed

Third party code endpoint returns 404 not found. #84

exzib opened this issue Jun 29, 2020 · 2 comments

Comments

@exzib
Copy link

exzib commented Jun 29, 2020

Code to reproduce:

    public function getCode($region, $summoner_id) {
      $region_finder = new Region();
      $api = new LeagueAPI([
        LeagueAPI::SET_KEY    => $this->riotKey,
        //  Target region (you can change it during lifetime of the library instance)
        LeagueAPI::SET_REGION => $region_finder->getRegionName($region),
      ]);

      $code = $api->getThirdPartyCodeBySummonerId($summoner_id);

      dd($code);
    }
@dolejska-daniel
Copy link
Owner

That actually shouldn't be problem of the library itself, this endpoint is still proving to be unreliable and quite broken most of the time - even when client reports that third party code has been successfully saved, it is quite often impossible to retreive the code through the API.

Please check output at official developer portal.

@dolejska-daniel
Copy link
Owner

I'm closing the issue since it has been inactive for a long time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants