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

Replace requestBlockedFriendList to BLMEMBER packet #85

Closed
storycraft opened this issue Jan 3, 2021 · 0 comments · Fixed by #111
Closed

Replace requestBlockedFriendList to BLMEMBER packet #85

storycraft opened this issue Jan 3, 2021 · 0 comments · Fixed by #111
Labels
dev Issue related to development branch

Comments

@storycraft
Copy link
Owner

storycraft commented Jan 3, 2021

requestFriendList is fixed. requestBlockedFriendList replacement will move to another issue.

Describe the bug
client.service.requestFriendList() succeeds but response is { status: -500 } and
client.service.requestBlockedFriendList() fails with Request failed with status code 403

To Reproduce

client.login(email, pw, true)
  .then(() => {
    client.service.requestFriendList()
    .then((res) => { console.log(res) })
    .catch(err => { console.error(err); });

    client.service.requestBlockedFriendList()
      .then((res) => { console.log(res) })
      .catch(err => { console.error(err); });
  });

Expected behavior
Expected to get list.json and blocked.json response.

Refer: #81

@storycraft storycraft added the dev Issue related to development branch label Jan 3, 2021
@storycraft storycraft mentioned this issue Jan 31, 2021
4 tasks
storycraft added a commit that referenced this issue Feb 1, 2021
Add blockUser to OpenChannelSession.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev Issue related to development branch
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant