Jump to content
Jud

Problem downloading GetIt package from GitHub

Recommended Posts

I have Delphi 10.4.1.  I've used GetIt to download patches (worked very well).  Now I'm trying to download a package from GetHub.  I have a GitHub account.  When I try to use GetIt to install a package, I get the message:

 

Loading EULAS...

 (X) Cannot load data from the server: "RADStudio.josn" metadata file does not exist.

(X) Setup cannot continue due to a corrupted installation file

(I) - A problem occurred during the process.

 

Is there something that I'm not doing correctly, or haven't done?

Share this post


Link to post

Try this:

 

pushd \Program Files (x86)\Embarcadero\Studio\21.0\bin
rsvars.bat
GetItCmd.exe -c=useonline
bds.exe

Share this post


Link to post
3 hours ago, Jud said:

(X) Cannot load data from the server: "RADStudio.josn" metadata file does not exist.

Is that a typo?  Shouldn't it be "json" instead of "josn"?

Share this post


Link to post
2 hours ago, BruceTTTT said:

Try this:

 

pushd \Program Files (x86)\Embarcadero\Studio\21.0\bin
rsvars.bat
GetItCmd.exe -c=useonline
bds.exe

 

That did it!  Does this has to be done only once?

 

---------------------

And, yes, a typo - I couldn't copy and paste.

Edited by Jud

Share this post


Link to post

I'm amazed this problem is not fixed yet. 

 

It happens if you install a new release from an ISO image or DVD which used to be a separate installer, but now uses GetIt in offline mode pointing to a massive file locally. 

 

This all works fine, except once it completes GetIt continues to look in that massive file for all the components you now need to re-install instead of looking online. 

 

The important line is 'GetItCmd.exe -c=useonline' which is used once.

 

Angus

 

Share this post


Link to post

Well, several things did get fixed in 10.4.1.   I had so many problems with 10.4 that I went back to 10.3.3.  Now I'm on 10.4.1.

 

Share this post


Link to post

@Jud My Getit does not work on D10.2.3 it shows error.

Is what you showed will work here in my case ?

What exactly the above mean?

Share this post


Link to post

If GetIt says it's trying to open a file on your local PC, that will be fixed by changing to online mode.  It should be intelligent enough to recognise that error on it's and use online mode.

 

Angus

  • Like 1

Share this post


Link to post
On 9/13/2020 at 9:54 AM, limelect said:

@Jud My Getit does not work on D10.2.3 it shows error.

Is what you showed will work here in my case ?

What exactly the above mean?

Someone above gave me some command-line stuff that fixed my problem.  You could try it.

 

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×