-
Notifications
You must be signed in to change notification settings - Fork 57
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
loading 0 people #6
Comments
same here |
Hello, Thanks for the screenshot. Have you pasted the script before scrolling on the members tab? Can you share a screenshot with the "Console" tab visible from the Developer Tools? |
Thanks Florian, I fixed it myself. It was the changed structure of how
graphql returns data. Remapped it and all is good now
…On Tue, Jun 20, 2023 at 6:23 PM FlorianPou ***@***.***> wrote:
Hello,
Thanks for the screenshot. Have you pasted the script before scrolling on
the members tab? Can you share a screenshot with the "Console" tab visible
from the Developer Tools?
—
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AX4HOVYRYWU6BGB3DZEVDRDXMG6A7ANCNFSM6AAAAAAZMKNGM4>
.
You are receiving this because you commented.Message ID:
***@***.***
com>
|
Thx @MartianDominic Can you share the changes you made? |
Did anyone find out what is going wrong with the script? I have the same problem. It works with some groups and not others. |
I haven't used it in a while, but these are the changes I made to fetch members with things in common back then. Here's the full script:
} var members_list = [ function buildCTABtn() {
} function processResponse(dataGraphQL) {
} function parseResponse(dataRaw) {
} function main() {
} function scrollToBottomSlowly(delay) { main(); ` |
Thanks - I'm afraid it still doesn't grab group members for me - I guess Meta changed things... |
The code pasted above works for me if I go to the group, navigate to the Members tab, paste the code, hit enter, and then go back into the members are and scroll my mouse down. Once scrolling is triggered, the code starts working. |
hello, I have a group with 16k usersm and the code loading zero of them :(
The text was updated successfully, but these errors were encountered: