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

Server app crashing #1

Open
osamabinsaleem opened this issue Aug 21, 2023 · 2 comments
Open

Server app crashing #1

osamabinsaleem opened this issue Aug 21, 2023 · 2 comments

Comments

@osamabinsaleem
Copy link

I'm getting this error:

/Users/osamabinsaleem/Desktop/NativeVideo/development/meetingsdk-web-bot-sample/node_modules/puppeteer-core/lib/cjs/puppeteer/util/assert.js:28
        throw new Error(message);
              ^

Error: No element found for selector: button
    at assert (/Users/osamabinsaleem/Desktop/NativeVideo/development/meetingsdk-web-bot-sample/node_modules/puppeteer-core/lib/cjs/puppeteer/util/assert.js:28:15)
    at IsolatedWorld.click (/Users/osamabinsaleem/Desktop/NativeVideo/development/meetingsdk-web-bot-sample/node_modules/puppeteer-core/lib/cjs/puppeteer/common/IsolatedWorld.js:190:32)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async Promise.all (index 0)
    at async clickJoinMeetingButton (/Users/osamabinsaleem/Desktop/NativeVideo/development/meetingsdk-web-bot-sample/backend/helpers/meetingBot.js:27:3)

Node.js v18.14.0
[nodemon] app crashed - waiting for file changes before starting...
@osamabinsaleem
Copy link
Author

osamabinsaleem commented Aug 22, 2023

in the Readme, it's not very clear with which url should I replace it with? I tried with the meeting url and it is not working.

await page.goto("{Enter local development url or site url}", {
    waitUntil: "load",


  });

@Debabrata47
Copy link

Debabrata47 commented Nov 3, 2023

1.U need set the url which the index.html open up in local pc!
2.Other than that make sure to set up all the creditionals in .env file
3.npm install in just root folder
4.make sure to set up the server to server oauth and its creditionals

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

2 participants