foxyproxy / browser-extension

Version 8 and above. Browser extension source code for Firefox, Chrome, and other Chromium-based browsers
GNU General Public License v2.0
227 stars 33 forks source link

Lost all settings and proxy list #69

Closed annaparker closed 9 months ago

annaparker commented 9 months ago

Hello! The v8.2 vanished my settings and all proxies. How to restore them easily? Thank you.

erosman commented 9 months ago

Please note https://github.com/foxyproxy/browser-extension/issues/53#issuecomment-1848282804

0xquad commented 9 months ago

Hi. I've followed the refered comments and tried the one-liner. What if it returns nothing? I don't have any Sync feature enabled (on purpose). How is it possible to export the settings in the older 7.x format? Thanks!

annaparker commented 9 months ago

Didn't help me, but downgrade worked and all settings back to track: https://addons.mozilla.org/firefox/downloads/file/3616824/foxyproxy_standard-7.5.1.xpi

Also I suggest to disable auto update of that extension.

erosman commented 9 months ago

Hi. I've followed the refered comments and tried the one-liner. What if it returns nothing? I don't have any Sync feature enabled (on purpose). How is it possible to export the settings in the older 7.x format? Thanks!

Did you try it from the Dev Tools in the FoxyProxy Options page (not a normal tab page)?

BrandtnerKPW commented 9 months ago

I'm using FoxyProxy Standard in Firefox Nightly 122.0a1. After update to version 8.2 it lost all settings and didn't want to use config file from version 7.5.1. I checked browser log and found an error about unable to use something with "null" value. I opened config file in text editor, found a single line with "null" - "logging": null, After I removed this line this config file successfully applied to version 8.2.

erosman commented 9 months ago

@BrandtnerKPW That was a very good catch. Thank you. There is an oversight in migrating the data from the older version. I will prepare an update.