ocilo / skype-http

Unofficial Skype API for Node.js via HTTP
https://ocilo.github.io/skype-http
MIT License
51 stars 24 forks source link

Unable to login with MicrosoftAccount #120

Closed devk1d closed 4 years ago

devk1d commented 4 years ago

node:3103) UnhandledPromiseRejectionWarning: MicrosoftAccountLogin: Unable to login with MicrosoftAccount.
  caused by GetLiveToken: Unable to get the Live token for Skype
  caused by LiveTokenNotFound: Unable to find the Live token. This token is normally found in the HTML response as the value of the element with the id "t". This error may be caused by a change in the Microsoft login workflow. HTML page: "<!-- Copyright (C) Microsoft Corporation. All rights reserved. --><!DOCTYPE html><!-- ServerInfo: BY1PPF45C32AC58 2019.12.11.17.32.58 Live1 Unknown LocVer:0 --><!-- PreprocessInfo: azbldrun:AzBuildCU-Ha11, 2019-12-11T17:27:10.0518177-08:00 - Version: 16,0,28426,6 --><!-- RequestLCID: 1033, Market:EN-US, PrefCountry: US, LangLCID: 1033, LangISO: EN --><html dir=\"ltr\" lang=\"EN-US\"><head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/><meta http-equiv=\"X-U
dmitryuk commented 3 years ago

Have you found a solution?

sushmita-soni commented 2 years ago

Hello @devk1d

Did you found any solution for the below error when we are using Skype-HTTP in our node js application -

UnhandledPromiseRejectionWarning: MicrosoftAccountLogin: Unable to login with MicrosoftAccount.
caused by GetLiveToken: Unable to get the Live token for Skype caused by LiveTokenNotFound: Unable to find the Live token. This token is normally found in the HTML response as the value of the element with the id "t". This error maybe caused by a change in the Microsoft login workflow.