Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SkypeWeb] Friend requests are not received #732

Closed
LittleVulpix opened this issue Mar 5, 2017 · 3 comments
Closed

[SkypeWeb] Friend requests are not received #732

LittleVulpix opened this issue Mar 5, 2017 · 3 comments
Assignees

Comments

@LittleVulpix
Copy link
Contributor

One needs to log in from the skype application to see a new contact request. I think this is a very core functionality which should be fixed; currently nobody is able to approve contact request or even see that one was made.

@LittleVulpix
Copy link
Contributor Author

LittleVulpix commented Mar 6, 2017

I think this is the reason; the api resource seems to have been deprecated.

[10:54:17 1DD0] [WebSkypix] (04FD5390:3760) Data sent
GET /users/self/contacts/auth-request HTTP/1.1
X-Skypetoken: <censored>
Accept: application/json
User-Agent: Miranda/0.95.6.17821
Accept-Encoding: deflate, gzip
Host: api.skype.com
Connection: Keep-Alive
Proxy-Connection: Keep-Alive


[10:54:17 1DD0] [WebSkypix] (04FD5390:3760) Data received
HTTP/1.1 404 Not Found

Server: nginx/1.7.8
Date: Mon, 06 Mar 2017 09:54:17 GMT
Content-Type: application/json; ver=1.0; charset=utf-8
Content-Length: 62
Connection: keep-alive
X-Stratus-Processing-Time: 0.0577
X-Skype-Request-Id: a17a8309
X-Stratus-Request-Id: a17a8309
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;

{"status":{"code":40444,"text":"Feature has been deprecated"}}

[10:54:17 1DD0] [WebSkypix] (04FD5390:3760) Data received
{"status":{"code":40444,"text":"Feature has been deprecated"}}

The line in the reply prompts us to "Switch to http://aka.ms/contactsservice"

@Robyer
Copy link
Member

Robyer commented Mar 11, 2017

@aunsane Perhaps you can look at this some day? :)

@smolskimo
Copy link

smolskimo commented Apr 16, 2017

I wanted to say that this problem is solved in the skype4pidgin plugin for the pidgin messenger
In pidgin come to offline requests for addition to friends, and messages come in offline from unauthorized users
https://github.com/EionRobb/skype4pidgin
You can check it yourself
I ask developers to look at the source code and add this option. There it somehow is realized and works. I hope someone will be able to fix it and the already made example for pidgin will help to implement in this plugin

@MikalaiR MikalaiR self-assigned this Aug 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants