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

Untab doesn’t find an open tab #91

Closed
sinewave opened this issue Feb 21, 2023 · 2 comments
Closed

Untab doesn’t find an open tab #91

sinewave opened this issue Feb 21, 2023 · 2 comments

Comments

@sinewave
Copy link

I often run into the scenario where untab doesn’t always find a tab that I know is open. If I use Chrome's built in tab finder I see it?

Not sure what would be helpful to share here to help debug here as I haven't come across any pattern to the missing tabs?

Ideas

  • Is there a limit on how many tabs untab will remember - perhaps it's that?
  • Does untab do any kind of deduping? The most recent tab that caused me to create this issue was the same google slide that was open twice but I can only find one in untab.

Tony

@blenderskool
Copy link
Owner

The tabs query logic might not be fetching all tabs. It does not fetch suspended tabs right now - #62
The query needs to be updated to fetch all tabs.
In some cases, UnTab might not have permission to fetch certain tabs - eg. tabs in incognito windows cannot be retrieved if UnTab is not "allowed on Incognito windows".

Does untab do any kind of deduping? The most recent tab that caused me to create this issue was the same google slide that was open twice but I can only find one in untab.

This might be because UnTab does not show the current tab you are on (as why would you switch to the same tab you are on). If this is not the case, then there might be some other issue.

@blenderskool
Copy link
Owner

Closing this as there's no actionable items here. Feel free to open if there's anything.

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

No branches or pull requests

2 participants