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

acceptContactRequest URI changed? #117

Open
Eskof opened this issue May 24, 2019 · 0 comments
Open

acceptContactRequest URI changed? #117

Eskof opened this issue May 24, 2019 · 0 comments

Comments

@Eskof
Copy link

Eskof commented May 24, 2019

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant