srikanthlogic / google-play-api

Turns google-play-scraper into a RESTful API
https://deta.space/discovery/@cashlessconsumer/googleplayapi
MIT License
1 stars 0 forks source link

Add GraphQL endpoint using openapi-to-graphql #47

Open sweep-ai[bot] opened 1 year ago

sweep-ai[bot] commented 1 year ago

PR Feedback (click)

Summary of Changes

Please review and merge this PR to enable GraphQL support in the API.

Fixes #45.


🎉 Latest improvements to Sweep:


💡 To get Sweep to edit this pull request, you can:

sweep-ai[bot] commented 1 year ago

GitHub actions yielded the following error.

The command that failed is npm start & npx wait-on http://localhost:3000. Here are the relevant lines from the logs:

Error [ERR_MODULE_NOT_FOUND]: Cannot find module '/home/runner/work/google-play-api/google-play-api/lib/graphql' imported from /home/runner/work/google-play-api/google-play-api/lib/index.js
at new NodeError (node:internal/errors:405:5)
at finalizeResolution (node:internal/modules/esm/resolve:327:11)
at moduleResolve (node:internal/modules/esm/resolve:946:10)
at defaultResolve (node:internal/modules/esm/resolve:1132:11)
at nextResolve (node:internal/modules/esm/loader:163:28)
at ESMLoader.resolve (node:internal/modules/esm/loader:835:30)
at ESMLoader.getModuleJob (node:internal/modules/esm/loader:424:18)
at ModuleWrap.<anonymous> (node:internal/modules/esm/module_job:77:40)
at link (node:internal/modules/esm/module_job:76:36) {
code: 'ERR_MODULE_NOT_FOUND'
}

Please note that the operation was canceled, so there might be additional logs or errors related to the cancellation.

This is likely a linting or type-checking issue with the source code. Update the code changed by the PR. Don't modify the existing tests.

I'm getting the same errors 3 times in a row, so I will stop working on fixing this PR.