SkypeWebSDKSamples
SkypeWebSDKSamples copied to clipboard
TypeError: Cannot read property '1' of null
Hello!
When using your code and signing in (I also tried your demo) I get the alert message: "TypeError: Cannot read property '1' of null".
There seems to be something wrong with your implementation
Used this resource: http://blog.thoughtstuff.co.uk/2015/04/learn-skype-web-sdk-day-1-logging-in/ and this demo: http://code.skypewebsdk.com/Login/Getting%20Logged%20In/index.htm
I had the same problem, just now
This is an issue with Skype's API; an issue is logged here:
https://github.com/OfficeDev/skype-docs/issues/338
The problem is that Skype's SDK is expecting a username of the format name@domain
, and doesn't handle any other case.