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

error when uninstalling app while watching its logs in the console #80

Open
Yay295 opened this issue Jul 21, 2024 · 0 comments
Open

error when uninstalling app while watching its logs in the console #80

Yay295 opened this issue Jul 21, 2024 · 0 comments
Labels
bug synced This issue has been added to our internal tracker

Comments

@Yay295
Copy link

Yay295 commented Jul 21, 2024

unhandled error if you uninstall an app while watching its logs in the console:

/home/Yay295/.bun/install/global/node_modules/rxjs/dist/cjs/internal/util/reportUnhandledError.js:13
            throw err;
            ^

CLIError: error while fetching logs: Error: gRPC-web code 5 (NotFound); unable to locate app version
    at onEnd (file:///home/Yay295/.bun/install/global/node_modules/@devvit/cli/dist/util/grpc-web-rpc.js:89:46)
    at /home/Yay295/.bun/install/global/node_modules/@improbable-eng/grpc-web/dist/grpc-web-client.js:1:11011
    at Array.forEach (<anonymous>)
    at e.rawOnEnd (/home/Yay295/.bun/install/global/node_modules/@improbable-eng/grpc-web/dist/grpc-web-client.js:1:10973)
    at e.onTransportEnd (/home/Yay295/.bun/install/global/node_modules/@improbable-eng/grpc-web/dist/grpc-web-client.js:1:10131)
    at IncomingMessage.<anonymous> (/home/Yay295/.bun/install/global/node_modules/@improbable-eng/grpc-web-node-http-transport/lib/index.js:38:27)
    at IncomingMessage.emit (node:events:526:35)
    at endReadableNT (node:internal/streams/readable:1376:12)
    at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
    at Object.error (/home/Yay295/.bun/install/global/node_modules/@oclif/core/lib/errors/index.js:27:15)
    at Logs.error (/home/Yay295/.bun/install/global/node_modules/@oclif/core/lib/command.js:139:23)
    at AppLogObserver.error (file:///home/Yay295/.bun/install/global/node_modules/@devvit/cli/dist/util/app-logs/app-log-observer.js:60:67)
    at ConsumerObserver.error (/home/Yay295/.bun/install/global/node_modules/rxjs/dist/cjs/internal/Subscriber.js:124:33)
    at Subscriber._error (/home/Yay295/.bun/install/global/node_modules/rxjs/dist/cjs/internal/Subscriber.js:84:30)
    at Subscriber.error (/home/Yay295/.bun/install/global/node_modules/rxjs/dist/cjs/internal/Subscriber.js:60:18)
    at Subscriber._error (/home/Yay295/.bun/install/global/node_modules/rxjs/dist/cjs/internal/Subscriber.js:84:30)
    at Subscriber.error (/home/Yay295/.bun/install/global/node_modules/rxjs/dist/cjs/internal/Subscriber.js:60:18)
    at /home/Yay295/.bun/install/global/node_modules/rxjs/dist/cjs/internal/operators/retry.js:60:36
    at OperatorSubscriber._this._error (/home/Yay295/.bun/install/global/node_modules/rxjs/dist/cjs/internal/operators/OperatorSubscriber.js:43:21) {
  oclif: { exit: 2 },
  code: undefined
}
@pl00h pl00h added bug synced This issue has been added to our internal tracker labels Aug 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug synced This issue has been added to our internal tracker
Development

No branches or pull requests

2 participants