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

CRITICAL - Proxy settings lost during recent update #1248

Closed
PrabakaranSK opened this issue Oct 13, 2017 · 5 comments
Closed

CRITICAL - Proxy settings lost during recent update #1248

PrabakaranSK opened this issue Oct 13, 2017 · 5 comments

Comments

@PrabakaranSK
Copy link

After recent update, SwitchyOmega plugin is now showing only below 2 profiles (even tried to restore from earlier backup which had my custom proxy profiles but they didn't show up)-

  1. "proxy"
  2. "auto switch"

PFA screenshot.

Hence auto proxy switching is not working for us, rendering the plugin completely unusable. Please look into it and resolve on priority.

switchyomega_issue

@EcoleKeine
Copy link

same problem with my chrome and chromium

@FelisCatus
Copy link
Owner

@PrabakaranSK @EcoleKeine Would you mind uploading your profile backups? That would help greatly on reproducing the problem here. Make sure you edit those backup files using a text editor and change the proxy server to dummy IP/ports though.

Also, you can also try importing the backup and then right click on the icon and select "Save error log".

@EcoleKeine
Copy link

EcoleKeine commented Oct 14, 2017

I fix it myself

我自己解决了
导入失败的原因是OmegaOptions.bak里-quickSwitchProfiles中包含了null

@FelisCatus @PrabakaranSK
solution:
remove "null" in "-quickSwitchProfiles" prop
in OmegaOptions.bak file :
"-quickSwitchProfiles": ["proxy",null]
to
"-quickSwitchProfiles": ["proxy"]

@FelisCatus
Copy link
Owner

Let me add a check for that.

@FelisCatus
Copy link
Owner

Fixed in v2.5.6. I have no idea how the null values got there though.

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

3 participants