vermiculus / sx.el

Stack Exchange for Emacs
http://stackapps.com/q/3950
711 stars 40 forks source link

browser can't open the link from `sx-authentica`. But I can visit Stack Overflow. #301

Closed stardiviner closed 9 years ago

stardiviner commented 9 years ago

I use command sx-authentica to get verify code, but browser can't open the link. I have proxy enabled in Firefox, and I can visit Stack Overflow website. This is weird, why I can't open the link?

xuchunyang commented 9 years ago

What is the link that you can't open?

the link for me is something like http://seanallred.com/sx.el/auth/auth.htm#access_token=xoxo, it works fine and is not belong to Stack Overflow (so not blocked in China), so you can disable proxy in Firefox temporarily and try again. Maybe it is your proxy issue.

vermiculus commented 9 years ago

Does it work if you don't use a proxy? (And just making sure, but you do mean sx-authenticate, right?)

stardiviner commented 9 years ago

This link here which opened by sx-authentica is https://stackexchange.com/oauth/dialog?key=<<private key censored>>&client_id=3291&scope=read_inbox,no_expiry,private_info,write_access&redirect_uri=http%253A%252F%252Fseanallred.com%252Fsx.el%252Fauth%252Fauth.htm

After disable proxy, still does not work.

I install sx.el from MELPA, and version is : 0.3, and MELPA installed latest version as in README shows.

Malabarba commented 9 years ago

That link opens fine for me. The redirect uri is http, so it might be that your proxy doesn't play nice with http or with an https page redirecting to http.

stardiviner commented 9 years ago

@Malabarba No, my proxy can have other similar https page redirecting, like handle GitHubs authoerication, Google's too. If only me have this issue, then must be network probelm. maybe keep this issue open for a while to wait for other maybe have same reason.

stardiviner commented 9 years ago

seems no people has same issue, so this mostly is my network problem. close it now.