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

can't open tree popup with chrome 124.0.6367.201 #327

Open
clemtaylor opened this issue May 13, 2024 · 4 comments
Open

can't open tree popup with chrome 124.0.6367.201 #327

clemtaylor opened this issue May 13, 2024 · 4 comments
Labels
support User requests for support, as opposed to features target-chrome Chrome-specific issues

Comments

@clemtaylor
Copy link

TabFern was working with 123.0.x but I accidentally upgraded to 124.0. and now clicking on the tab fern icon does not bring up the window tree. Right click shows "Can't read or change site's data". It still has the 'Read your browsing history' permission.

I'm still trying to find a 123.0.x chrome package to revert to.

Also, I don't seem to be able to build tabfern anymore. npm looks for python3 when building node-gyp v3.8.0 and then fails trying to run "import sys; print "%s.%s.%s" % sys.version_info[:3];" which fails. Not sure which of the deps is depending on node-gyp.

@clemtaylor
Copy link
Author

I reverted to 123.0 and TabFern still isn't allowed to view my history. I guess 124.0 restricted the 'read your browsing history' permission to chrome://favicon/* & file:///* and that setting is still present when I switched back to the previous version.

@cxw42
Copy link
Owner

cxw42 commented May 17, 2024

Sorry you're having trouble!! What OS type and version? I'll try to repro if I can.

Re. building, do you have Python 3 installed but npm can't find it, or is Python not installed at all? Edit and could you post your console log showing the commands you ran and the output you got that included the error?

@cxw42 cxw42 added target-chrome Chrome-specific issues support User requests for support, as opposed to features labels May 17, 2024
@cxw42
Copy link
Owner

cxw42 commented May 17, 2024

I unfortunately can't repro on main on my home system --- it loads fine for me there (Ubuntu x86_64 with Chromium 124.0.6367.155 (Official Build) snap (64-bit)).

Re. building, I just pushed the results of npm update to main.

@cxw42
Copy link
Owner

cxw42 commented May 17, 2024

By the way, if you haven't, would you please try double-clicking the tabfern icon? If your TF window somehow wound up off-screen, double-clicking will summon it to the current window.

can't read or change site data

I don't think this is probably the cause of the issue. The manifest specifically asks for some host permissions but not all (since it doesn't need all), and that message appears on sites not listed in the host permissions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
support User requests for support, as opposed to features target-chrome Chrome-specific issues
Projects
None yet
Development

No branches or pull requests

2 participants