-
Notifications
You must be signed in to change notification settings - Fork 12
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
can not use ,or maybe i'm wrong #18
Comments
I get the same error when I try to connect:
It even happens when I just run expresso without parameters:
With verbose information at "Trace" level:
So something is suddenly fundamentally wrong, with a version of expresso that I believe previously worked fine. It seems like expresso doesn't work at all now. I guess ExpressVPN made an update that changed something. I am using ExpressVPN version "12.26.0 (68)". I have been seeing this bug for at least a week, maybe longer, but I didn't get around to filing a bug report until now. |
I looked a bit more into it, and I'm thinking ExpressVPN might have changed the name "com.expressvpn.helper.firefox" to just "com.expressvpn.helper" on Windows. It seems like that was the name on other platforms before at least:
(https://github.com/sttz/expresso/blob/master/ExpressVPNClient.cs#L218) The file C:\Program Files (x86)\ExpressVPN\services\com.expressvpn.helper.firefox.json now says:
So my guess (not tested!) is that changing the lines 218-220 in ExpressVPNClient.cs:
to
could solve the problem, at least for the newest versions of ExpressVPN. But again, I'm just guessing here without actually testing, and pretty much also without knowing what I am talking about. |
I tried this now, but that did not work:
|
Found the culprit: The ExpressVPN developers seem to have renamed the folder "/ExpressVPN/expressvpnd" to "/ExpressVPN/services" or moved the relevant files into that folder. When I change this code:
(https://github.com/sttz/expresso/blob/master/NativeMessagingClient.cs#L35) into
the error goes away and I just get the usual
which is related to another bug. |
Hmm yes, I am having this same issue :(. Could you send me the fixed Version jhertel? |
The problem is that it didn't really make expresso work again, because now I just constantly get "Reached end of stream but expected 4 more bytes" no matter what command I try to send and how many times I do it; before I only got that error message quite often, but not always. Now I always get it, so nothing works. :-( I forgot to mention that here – sorry about that. ExpressVPN must have changed something that needs more investigation. They seem to have both changed the name of the helper and something else in their client. Perhaps downgrading ExpressVPN to an earlier version before that change can "solve" it temporarily until expresso is fixed, but then you'll probably lose your ExpressVPN settings, so I haven't tried that. |
Ah okay- Thank you for the help. I do hope this does get fixed soon. |
Oh, and how can I revert/downgrade ExpresssVPN To an Earlier version? |
Hm, yeah, you have to find some place where you can find old versions. Not so easy as I thought it would be... But there are some here, although the dates are wrong; I would check them for viruses before running them: https://filehippo.com/download_expressvpn/history/ |
I found a 1 month old version on the Official expressvpn site. I'm going to test this and see if it works, I will let you know. EDIT: I just tested this and it works fine! You can contact ExpressVPN Support and they will give you an older version installer. |
Super! Thanks for telling me (and others reading this)! :-) |
Thanks brother |
This is still broken 4/10/2023. I actually contacted ExpressVPN customer service and made a request for them to release a commandline support for Windows. They provide command line support for Linux. |
when i do command
C:\expresso>expresso locations
i get this message
No manifest found with name: com.expressvpn.helper.firefox
what's wrong ??
The text was updated successfully, but these errors were encountered: