Open arnishbaruah opened 1 year ago
Can you share the Log files, please?
Can you share a screenshot of the issue? Because the logs are almost the same and don't contain any issues.
This error happens when the selected browser is not installed in your system. Please ensure you have installed Chrome.
If you've please check the availability of this file.
C:\Users\[username]\AppData\Local\Google\Chrome\User Data\Default\History
Chrome is my primary browser however the Default directory doesn't exist.
Default directory doesn't exist.
This is the issue, but I'm wondering why the Default
dir is not available. There should be a dir named Default
which contained all user data with a cache, accounts, extensions, etc.
Please make sure that Chrome is up-to-date and that you can access history through the Chrome application itself.
Chrome is up-to-date and I can see the browser history at chrome://history/
In a recent update for chrome the Default folder got removed.
Your welcome.
In a recent update for chrome the Default folder got removed.
- Enter chrome://version in the address bar and press Enter.
- Get the last segment of the 'Profile Path' field e.g. 'Profile 4'.
- Go to the plugin folder and replace 'Default' with 'Profile [number]' at the 13th line of browser-history-path\pluginbrowsers.py file as shown here:
Your welcome.
Is this for new installations? I can't reproduce this issue.
I might need to add a profile selection to the Plugin's settings 🤔
In a recent update for chrome the Default folder got removed.
- Enter chrome://version in the address bar and press Enter.
- Get the last segment of the 'Profile Path' field e.g. 'Profile 4'.
- Go to the plugin folder and replace 'Default' with 'Profile [number]' at the 13th line of browser-history-path\pluginbrowsers.py file as shown here:
Your welcome.
Is this for new installations? I can't reproduce this issue.
I might need to add a profile selection to the Plugin's settings 🤔
Sadly I don't know python that much, but it's only chrome that needs an automatic way of getting the user default/current Profile since the recent update.
Works with brave but not with chrome.