WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

acceptContactRequest URI changed? #117

@Eskof

Description

@Eskof

Hello, I keep getting
(node:16828) UnhandledPromiseRejectionWarning: net: Failed to accept contact

after using

const invites = await api.getContactInvites() console.log(${invites.length} pending invitation) await api.acceptContactRequest(invites[0].mri)

invites[0].mri is valid name, I added a console.log on accept-request-contact.js, its seems it retourn 404 page

Edit :
console.log(apiUri.authRequestAccept(apiContext.username, contactUsername))

is returning

https://api.skype.com/users/<myskype>/contacts/auth-request/<invites[0].mri id>/accept

so url seems correctly formated, but not working anymore?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions