API doesn't work anymore
AlexBarbulescu opened this issue · 6 comments
Unity might have pushed another security update. The API no longer work.
'Fetching publisher data failed, error code 401 (Unauthorized)'
Alex Barbulescu
Authentication for Publisher Administration has been changed to use the centralized Unity ID authentication used throughout Unity services.
https://id.unity.com/
A temporary fix for login with token, till an update is available. Change the lines to :
line 7 : const LOGIN_URL = 'https://id.unity.com/';
line 33 : $this->cookies['kharma_session'] = $this->GetXUnitySessionCookie();
line 51 : unset($this->cookies['kharma_session']);
Ugh... Thanks for letting me know, I guess this one will be much harder to
fix, but I'll start ASAP.
On Sep 28, 2016 11:47 AM, "Alex Barbulescu" notifications@github.com
wrote:
Unity might have pushed another security update. The API no longer work.
'Fetching publisher data failed, error code 401 (Unauthorized)'
Alex Barbulescu
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#7, or mute
the thread
https://github.com/notifications/unsubscribe-auth/AA4rJpON3OYe-K6L7qSOm5lo1oRpR7C6ks5quje7gaJpZM4KIno_
.
eagerly waiting for your Update .
This took the whole day... Fixed in 2a1e0f4.
:D thank you for the fix.