-
Notifications
You must be signed in to change notification settings - Fork 55
Activation Agent Issues #4872
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
Comments
Does https://support.typora.io/activation/#error-message-failed-to-access-the-license-server-please-check-your-network-or-try-gain-later help? Which requires you to remove HTTP_PROXY and HTTPS_PROXY from your system environment variables. For proxy, Typora uses system proxy, and can also be configured independently (on Windows / Linux) (refer https://www.sxj.xyz/set-proxy-for-typora.html) |
I have the same issue. Our corporation has no internet access without a proxy. The following has been tried. [1] With/Without --proxy-server flag. [2] With/Without HTTP_PROXY and HTTPS_PROXY. Is there any other help? |
I found my problem, my company's firewall software blocked the typora activation request. |
i am the same as them |
the same |
I have to use a VPN to visit store.typora.io. I tried all ways you mentioned, but it didn't work. The error message "Failed to access the license server. Please check your network or try gain later." still appears when I activate. Can Typora make the activation more easy and convenient? Sorry, I know very little about network proxy. |
@abnerlee |
This paid model is hot trash. Requires internet, and has the gall to ask for "Usage Info". This is not the open source way. You will not be getting my money. And you have lost a loyal user. |
In my enviroment, I can do like this:
and I can't do like this:
To use my proxy, it's unable to verify certificate. And, this is also unuseful:
It may be necessary to add an option to prevent typora from verifying the certificate |
The activation agent is completely in-appropriate. Not only the activation server won't be accepted by many modern day IT department, but also the license has to be repeatedly verified every time the application is opened. Would the developers really care about piracy that much that they would rather lose a big chuck of potential industrial users? This is Markdown editor for Christ sake... |
Same here. typora.log (I hide timestmap)
Should provide one of the below,
|
One hour and counting trying to activate my license behind a proxy. I have tried basically every possible combination of options ( Thanks to @kyet I realized I could look at the
I guess I could read the 79 messages on nodejs/node#5436 to try to understand if there's a way around this error but I'm not sure I want to! Now I strongly regret having updated from the beta version. ☹ Given there are so many users reporting issues to activate their license you should really consider an offline mechanism (#4903). @kyet You may try to set the |
@0xced Many Thanks! NODE_TLS_REJECT_UNAUTHORIZED trick works! |
What eventually worked for me was to remove all proxy-related environment variables before launching Typora. set HTTP_PROXY=
set HTTPS_PROXY=
set NO_PROXY=
Typora.exe Then I was finally able to activate Typora! |
Same on Windows. All ways here didn't work for me. I am a huge fan of Typora but, I now regret buying it.
|
Please try 1.1.0-dev (https://typora.io/releases/dev) and check https://support.typora.io/Offline-Activation/ |
Great! Thank you for your quick support. |
In 1.1.0-dev, offline activation has succeeded in my proxy network as below. However, I cannot see my license in https://store.typora.io/my. How can I check my offline activations? |
@kai2nenobu could you send us ([email protected]) the email or license code you use? |
close since offline activation is now supported |
I activated typora on a machine that had to use a proxy. I make sure I can access https://www.typora.io/ on my browser, but the error message "Failed to access the license server. Please check your network or try gain later." still appears when I activate. Can Typora use the built-in proxy of the computer or manually set the proxy?
The text was updated successfully, but these errors were encountered: