firefox-profile-switcher icon indicating copy to clipboard operation
firefox-profile-switcher copied to clipboard

Can't open profiles with the extension on Arch Linux

Open pato-pan opened this issue 1 year ago • 0 comments

The error I get on the extension's console is

Got native response in: 4ms. native.js:118:21
Native error! 
Object { success: false, error: "The version of your browser that is currently running can no longer be found. This is usually because your browser has updated but you haven't restarted your browser recently to apply the update. Please restart your browser to resolve this issue.", debug_msg: null }
native.js:123:25
    reqId moz-extension://a7918ee6-6b55-4592-8962-51e6675b6c54/js/native.js:123
    initNativePort moz-extension://a7918ee6-6b55-4592-8962-51e6675b6c54/js/native.js:37
Internal native request error! 
Object { message: "The version of your browser that is currently running can no longer be found. This is usually because your browser has updated but you haven't restarted your browser recently to apply the update. Please restart your browser to resolve this issue." }
native.js:85:29
Uncaught (in promise) 
Object { message: "The version of your browser that is currently running can no longer be found. This is usually because your browser has updated but you haven't restarted your browser recently to apply the update. Please restart your browser to resolve this issue." }

My browser is up to date. Version 118.0 in 9/28/2023. I had restarted the browser with no effect. Looking at the code, I don't understand the error. I don't understand where the extension is looking to obtain the browser version This may have something to do with my browser not being installed in the default directory for my distro. It's installed on a custom location.

I think this issue could be tied to the native connector instead

pato-pan avatar Sep 28 '23 08:09 pato-pan