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

[branch: admin-changes] SSL SYSCALL error: EOF detected #3081

Open
officialasishkumar opened this issue Mar 20, 2025 · 6 comments · May be fixed by #3084
Open

[branch: admin-changes] SSL SYSCALL error: EOF detected #3081

officialasishkumar opened this issue Mar 20, 2025 · 6 comments · May be fixed by #3084

Comments

@officialasishkumar
Copy link

officialasishkumar commented Mar 20, 2025

Description:

this issue is specific to admin-changes branch

When i go to /dashboard page it works the first time and i can see all the stuffs there that is implemented till now. But as soon as i refresh, i get a reloading text. I'm providing the logs link.

I have to stop augur and restart the backend to make it work again.

How to reproduce:

  1. Go to /dashboard
  2. Reload the page

Screenshots

Image

Log files
https://paste.opensuse.org/pastes/7b35c5a3d46f

Software versions:

  • Augur: 0.85.1
  • OS: Linux Mint
  • Browser: chrome
@officialasishkumar
Copy link
Author

cc: @Ulincsys

@cdolfi
Copy link
Contributor

cdolfi commented Mar 20, 2025

Why are you working off of the admin-changes branch?

@officialasishkumar
Copy link
Author

I'm working on #3041 which requires this branch

@Ulincsys
Copy link
Contributor

I have not run into this one before. I'll have to see if I can repro locally 🤔

@officialasishkumar
Copy link
Author

were you able to replicate the error?

@officialasishkumar
Copy link
Author

officialasishkumar commented Mar 21, 2025

engine = create_database_engine(url=url, poolclass=StaticPool)

changed this line to

        engine = create_database_engine(
            url=url, 
            pool_pre_ping=True, 
            pool_recycle=600
        )

and it is now working. fix in #3084

cc: @Ulincsys

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

Successfully merging a pull request may close this issue.

3 participants