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

[Bug]: 1.4.3 errors in the backend: [ERROR] Exception in ASGI application after DB migration #2458

Open
tuehlarsen opened this issue Mar 4, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@tuehlarsen
Copy link

Browsertrix Version

v1.14.3-9466e83

What did you expect to happen? What happened instead?

it looks like the DB migration to 1.4.3 went well and a crawl is running. But collections are still failing with:

Image

There are now errors "Exception in ASGI application" in the log from the 'op' container in the browsertrix-backend pod.
See attached log:

logs-from-op-in-browsertrix-cloud-backend-64d9d56748-m574j.log

Reproduction instructions

see above

Screenshots / Video

No response

Environment

No response

Additional details

No response

@tuehlarsen tuehlarsen added the bug Something isn't working label Mar 4, 2025
@ikreymer
Copy link
Member

ikreymer commented Mar 4, 2025

@tuehlarsen this sounds like two separate issues, the first one seems like a corrupt crawljob object. We've had crawlerChannels for a while. Perhaps its an old crawl job that got stuck?

To solve that for now, you can: kubectl get cjs and view any crawl jobs, and delete them (assuming no crawls should be running). We'll add a fix so that this doesn't result in a crash in a future update.

For collection not showing up, also hard to say, but you can try. Purge Cache + Full Reload.
Is the URL you're trying to load a page, or just some image in a collection? The way collections are set up, you need to start with a page URL first, as its optimized for loading pages.

@tuehlarsen
Copy link
Author

  1. we have no old or new jobs running.
  2. the collection worked ok in 1.13.2, but does not work any more after upgrade to 14.* - also after Purge Cache + Full Reload.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Triage
Development

No branches or pull requests

2 participants