Skip to content

History: click to open but delete instead #710

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

Closed
chenjiayi8 opened this issue Feb 1, 2025 · 9 comments
Closed

History: click to open but delete instead #710

chenjiayi8 opened this issue Feb 1, 2025 · 9 comments
Labels
needs scoping Needs up-front scoping to be actionable

Comments

@chenjiayi8
Copy link

Which version of the app are you using?

v3.3.7

Which API Provider are you using?

OpenAI Compatible

Which Model are you using?

N/A

What happened?

Regardless of the model being used, I often find that when I try to open an old session from History, it ends up getting deleted.

Steps to reproduce

  1. click old sessions

Relevant API REQUEST output

Additional context

No response

@chenjiayi8 chenjiayi8 added the bug Something isn't working label Feb 1, 2025
@hannesrudolph
Copy link
Collaborator

hannesrudolph commented Feb 1, 2025

You are the second person I have heard talk about this. What OS are you running and what IDE?

@jayrinaldime
Copy link

Seems related to #722

@mikes-bowden
Copy link

mikes-bowden commented Feb 5, 2025

I have the same issue. Something froze, stalled, or whatever. I couldn't cancel the currently running request. This has happened before, and restarting VSCode normally resolved the issue. This time, I cannot click into the session that stalled before, and every time I click on another session, it deletes it instead of opening it.

Clicking the history tab will cause the same thing to happen. The frozen session cannot be clicked; when clicked, it brings you back to the default tab, but clicking others deletes them. Deleting the frozen session does not resolve the issue. I clear all sessions and start a new one before it resolves itself.

Running macOS Sequoia and VSCode, whatever the most current versions for everything are. I mainly use my local server "remotely" via remote SSH from my workstation.

Edit: This happened while I was waiting for the failed command output to be pushed back to the session chat for the AI to process. It was never sent to the API and stalled there.

@chenjiayi8
Copy link
Author

chenjiayi8 commented Feb 5, 2025

You are the second person I have heard talk about this. What OS are you running and what IDE?
@hannesrudolph
VS Code 1.96.4 under Ubuntu 22.04/24.04

@mikes-bowden
Copy link

I believe this issue is due to Roo trying to handle too much data at once. I found the JSON files on the server for the broken sessions. The ui_messages.json was empty on all of them. A similar bug on Cline, Issue #4028, relates here.

It also freezes when commands take longer than a minute or two. For instance, I'm launching a custom TensorFlow Docker Container and installing several packages. After about five minutes, it's frozen. If I click Proceed While Running fairly early, it ignores the running command and continues with something else, and it would be fine. If I leave it alone, after about three minutes, it freezes, and that's that—you can't get it unstuck.

Hopefully this helps. I'm kinda dead in the water with big projects.

@mikes-bowden
Copy link

I just noticed that my ui_messages.json file for the currently frozen session jumped up to 2MB in size and then back down to 0.

I was able to get some of the output. This looks like it's saving/storing ALL of the second steps for the interactive console status output while deploying a Docker Container, and probably with other similar tasks. It's the same status message, same text, with time increments counting up .10 of a second at a time.

I guess that explains why it's overloading it, it's adding a log entry for every 10th of a second.

@manyfranks
Copy link

Echo-ing this. I've had 2 tasks deleted now while trying to access them. In both instances, Roo-Code was in a frozen-like state due to handling too much data at once.

VSCode 1.96.4
Windows 10 19041.388

@nissa-seru nissa-seru added needs scoping Needs up-front scoping to be actionable and removed bug Something isn't working labels Feb 7, 2025
@nissa-seru
Copy link

Optimistically marking this as ready for scoping - if you have any additional info that may be helpful to diagnose or fix this issue, please share to improve likelihood of scoping yielding actionable fix.

@hannesrudolph hannesrudolph moved this to To triage in Roo Code Roadmap Mar 4, 2025
@hannesrudolph hannesrudolph moved this from To triage to Backlog in Roo Code Roadmap Mar 4, 2025
@hannesrudolph
Copy link
Collaborator

This should be fixed as it relates to the search tool but still may stand related to #1383

@hannesrudolph hannesrudolph closed this as not planned Won't fix, can't repro, duplicate, stale Mar 5, 2025
@github-project-automation github-project-automation bot moved this from Backlog to Done in Roo Code Roadmap Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs scoping Needs up-front scoping to be actionable
Projects
Archived in project
Development

No branches or pull requests

6 participants