EionRobb / skype4pidgin

Skype Plugin for Pidgin, libpurple and more
https://github.com/EionRobb/skype4pidgin/tree/master/skypeweb#skypeweb-plugin-for-pidgin
625 stars 88 forks source link

On any attempt to accept or decline an invitation plugin receives error 403 Forbidden #668

Open georgehazan opened 3 years ago

georgehazan commented 3 years ago

On next login the same request blinks in the tray again

(23:06:13) http: Performing new request 050B5730 for https://contacts.skype.com/contacts/v2/users/SELF/invites/8:blabla/accept.
(23:06:13) http: Connecting to https://contacts.skype.com/contacts/v2/users/SELF/invites/8:blabla/accept...
(23:06:13) http: locking a (previously used) socket: 044893C8
(23:06:13) http: Generated request headers:
PUT /contacts/v2/users/SELF/invites/8:blabla/accept HTTP/1.1
Host: contacts.skype.com
Connection: Keep-Alive
Accept-Encoding: gzip, deflate
Content-Type: application/x-www-form-urlencoded
Content-Length: 0
X-Skypetoken: blabla
X-Stratus-Caller: swx-skype.com
X-Stratus-Request: abcd1234
Origin: https://web.skype.com
Referer: https://web.skype.com/main
Accept: application/json; ver=1.0;
Accept-Language: en, C

(23:06:13) http: Got main header with code 403
(23:06:13) http: Got header: Content-Length: 0
(23:06:13) http: Got header: Server: Microsoft-HTTPAPI/2.0
(23:06:13) http: Got header: Strict-Transport-Security: max-age=31536000; includeSubDomains
(23:06:13) http: Got header: X-Session: e30=
(23:06:13) http: Got header: Access-Control-Allow-Origin: https://web.skype.com
(23:06:13) http: Got header: Access-Control-Allow-Credentials: true
(23:06:13) http: Got header: Access-Control-Expose-Headers: ETag,Retry-After,X-Succeeded-Prefixes,X-Skype-Continuation-Token
(23:06:13) http: Got header: X-Correlation-Id: 887247bf-be2f-450e-83b6-fdfde2554218
(23:06:13) http: Got header: X-Role-Instance: 0904cf8d5c5f43b5ad30d0e7e4970691/40
(23:06:13) http: Got header: Date: Thu, 05 Nov 2020 20:06:13 GMT
(23:06:13) http: Got headers end
(23:06:13) http: Got response headers: Content-Length: 0
Server: Microsoft-HTTPAPI/2.0
Strict-Transport-Security: max-age=31536000; includeSubDomains
X-Session: e30=
Access-Control-Allow-Origin: https://web.skype.com
Access-Control-Allow-Credentials: true
Access-Control-Expose-Headers: ETag,Retry-After,X-Succeeded-Prefixes,X-Skype-Continuation-Token
X-Correlation-Id: 887247bf-be2f-450e-83b6-fdfde2554218
X-Role-Instance: 0904cf8d5c5f43b5ad30d0e7e4970691/40
Date: Thu, 05 Nov 2020 20:06:13 GMT
(23:06:13) http: releasing a socket: 044893C8
(23:06:13) http: Request 050B5730 performed without success.
lazyest commented 1 year ago

I also see something like (09:38:09) http: Performing new request 0x55d2d6b8e620 to contacts.skype.com. (09:38:09) http: Request 0x55d2d6b8e620 performed without success.

when trying to anyhow react to new buddy request and its still appearing on every start. Is there at least way to remove this request? In official client there is no request :(