Anirudh
Anirudh

Reputation: 3358

Error talking to the Parse servers;please try again Windows 7

I'm using 64 bit Windows 7. I have downloaded the latest version of Parse.exe and ParseConsole.exe into a folder. When I run ParseConsole.exe and key in parse new command I'm getting this error:

Error talking to the parse servers;please try again

When I key in the command parse help I'm getting info.

Am I missing something? Do I need to install any other plugins? How should I get it to run without errors?

Upvotes: 0

Views: 368

Answers (1)

Vishesh
Vishesh

Reputation: 167

I also struggled a lot facing the same issue.

I was however able to solve the same.

  1. Download the CLI from the website.
  2. Go here and check if you have same version of parse.exe as downloaded or else replace the older one with this.
  3. copy both of the files ( parse.exe and parseconsole.exe) into c:\windows\system32 for 32 bit operating system and into c:\windows\syswow64 for 64 bit operating system
  4. open windows power shell and run it as administrator , test all your commands.

It should be working fine now :)

Upvotes: 1

Related Questions