Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

steamAuth errorException #12

Open
BALTO245 opened this issue May 19, 2019 · 0 comments
Open

steamAuth errorException #12

BALTO245 opened this issue May 19, 2019 · 0 comments

Comments

@BALTO245
Copy link

hy,

i want to start a website which requires you to login in into steam...but then i get this error:

ErrorException in SteamAuth.php line 206:
Undefined offset: 1

it has something to do with the following code:

public function parseSteamID()
{
    preg_match("#^http://steamcommunity.com/openid/id/([0-9]{17,25})#", $this->request->get('openid_claimed_id'), $matches);
    $this->steamId = is_numeric($matches[1]) ? $matches[1] : 0;
}

at first i thought it had something to do with my steam API...but i tried switching accounts and the same error came up.

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

No branches or pull requests

1 participant