question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Skype API; feature has been deprecated

See original GitHub issue

Getting this error starting today;

node_modules/skyweb/dist/src/utils.js:9
        throw message;
        ^
Failed to get auth requests.null/{"statusCode":404,"body":"{\"status\":{\"code\":40444,\"text\":\"Feature has been deprecated\"}}","headers":{"server":"nginx/1.7.8","date":"Thu, 16 Feb 2017 00:02:14 GMT","content-type":"application/json; ver=1.0; charset=utf-8","content-length":"62","connection":"close","x-stratus-processing-time":"0.0247","x-skype-request-id":"0963ce31","x-stratus-request-id":"0963ce31","x-stratus-deprecated":"Switch to http://aka.ms/contactsservice","pragma":"no-cache","cache-control":"no-store, no-cache, must-revalidate","expires":"Thu, 01 Jan 1970 00:00:01 +0000","x-frame-options":"SAMEORIGIN","x-content-type-options":"nosniff","x-xss-protection":"1; mode=block","strict-transport-security":"max-age=31536000; includeSubdomains;"},"request":{"uri":{"protocol":"https:","slashes":true,"auth":null,"host":"api.skype.com","port":443,"hostname":"api.skype.com","hash":null,"search":null,"query":null,"pathname":"/users/self/contacts/auth-request","path":"/users/self/contacts/auth-request","href":"https://api.skype.com/users/self/contacts/auth-request"},"method":"GET","headers":{"X-Skypetoken":"PRIVATE-REMOVED","cookie":"SC=CC=:CCY=:LC=en:LIM=:TM=1487203211:TS=1487203211:TZ=:VAT=:VER=; skplet=1487289611"}}}

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
ShyykoSerhiycommented, Feb 17, 2017

“Fixed” in 0.3.0. and on/un were added

Skyweb = require('skyweb');
var skyweb = new Skyweb();
const errorListener = (eventName: string, error: string) => {
    console.log(`${errorCount} : Error occured : ${error}`);
    errorCount++;
    if (errorCount === 10) {
        console.log(`Removing error listener`);
        skyweb.un('error', errorListener); // Removing error listener
    }
};
skyweb.on('error', errorListener); //Adding error listener
0reactions
findelcommented, Feb 20, 2017

Neat, thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

What's deprecated from Skype for Business Server 2019
The following features and functionality have been deprecated in Skype for Business Server 2019. XMPP Gateways for Skype for Business Server.
Read more >
Authorization has been denied for this request (Skype REST ...
This issue appears to be specific to Skype, most likely with the https://smba.trafficmanager.net endpoint. Skype deprecated bots on their ...
Read more >
Removed or deprecated platform features - GitHub
Skype for Business Online support ; Product areas affected, Web client ; Deployment option, All ; Status, Deprecated. The Skype enabled setting has...
Read more >
Deprecated features of Power Apps and ... - Dogma Group
Skype integration with customer engagement apps was deprecated in July 2021 and the support was terminated at the same time. And with the ......
Read more >
Skype Terminating Desktop API - I Programmer
Now that news of the imminent closure of the Desktop API has surfaced, ... why Skype has to close the API - simply...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found