Ok, i took a look at that PR. Yep, looks like it should fix the TypeError: '>' not supported between instances of 'int' and 'NoneType' issue, although it looks like a CI build failed for that PR.
How long does it take to update the docker image: ghcr.io/open-webui/open-webui:dev after the PR is checked into main?
<!-- gh-comment-id:2838189245 -->
@jamesyc commented on GitHub (Apr 29, 2025):
Ok, i took a look at that PR. Yep, looks like it should fix the `TypeError: '>' not supported between instances of 'int' and 'NoneType'` issue, although it looks like a CI build failed for that PR.
How long does it take to update the docker `image: ghcr.io/open-webui/open-webui:dev` after the PR is checked into main?
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @jamesyc on GitHub (Apr 29, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/13324
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v.0.6.6 latest docker image: ghcr.io/open-webui/open-webui:dev
Ollama Version (if applicable)
No response
Operating System
ubunutu 24.04 LTS
Browser (if applicable)
Firefox latest
Confirmation
README.md.Expected Behavior
Not get logged out when i refresh the page
Actual Behavior
I get logged out randomly
Steps to Reproduce
docker compose pull && docker compose up -dto get latest version and clear the logsLogs & Screenshots
Additional Information
No response
@athoik commented on GitHub (Apr 29, 2025):
PR https://github.com/open-webui/open-webui/pull/13313
@jamesyc commented on GitHub (Apr 29, 2025):
Ok, i took a look at that PR. Yep, looks like it should fix the
TypeError: '>' not supported between instances of 'int' and 'NoneType'issue, although it looks like a CI build failed for that PR.How long does it take to update the docker
image: ghcr.io/open-webui/open-webui:devafter the PR is checked into main?@tjbck commented on GitHub (Apr 29, 2025):
Addressed.