Picture of Rajesh S
unable to create my first course
by Rajesh S - Wednesday, 5 March 2014, 11:18 AM
 

While using CLI i'm getting error at the end of downloading. Error: oh dear, something went wrong. I'm terribly sorry. Please let me know what should i do.

Aniket Dharia
Re: unable to create my first course
by Aniket Dharia - Wednesday, 5 March 2014, 11:24 AM
 

Hi Rajesh - 

 

Can you make sure that Git is installed and is in the PATH variable? There is a guide here http://blog.countableset.ch/2012/06/07/adding-git-to-windows-7-path/

Let me know.

 

Cheers! 

Aniket

Picture of Rajesh S
Re: unable to create my first course
by Rajesh S - Wednesday, 5 March 2014, 11:35 AM
 

I got error something like oh dear, something went wrong. I'm terribly sorry.


Aniket Dharia
Re: unable to create my first course
by Aniket Dharia - Wednesday, 5 March 2014, 11:40 AM
 

I had faced the same issue earlier & setting the path variables helped. Can you let me know if it worked for you?

Picture of Rajesh S
Re: unable to create my first course
by Rajesh S - Wednesday, 5 March 2014, 12:43 PM
 

I got the message which i attached with the reply


Aniket Dharia
Re: unable to create my first course
by Aniket Dharia - Wednesday, 5 March 2014, 11:41 AM
 

Check this trail...https://github.com/adaptlearning/adapt_framework/issues/183

Picture of Chris Jones
Re: unable to create my first course
by Chris Jones - Wednesday, 5 March 2014, 1:07 PM
 

Rajesh, Do you have the full error message? We might be able to help.

From your screenshot it looks like the error occurred during the download.

Picture of Adam Laird
Re: unable to create my first course
by Adam Laird - Wednesday, 5 March 2014, 1:21 PM
 

I think I had that error message once (looks like gits ok so its not that nor the firewall) and it was just i'd forgotton to adapt install or npm install or somthing before creating a course

Picture of Rajesh S
Re: unable to create my first course
by Rajesh S - Thursday, 6 March 2014, 8:33 AM
 

Here is the error message i got while creating the course.


Picture of Chris Jones
Re: unable to create my first course
by Chris Jones - Thursday, 6 March 2014, 9:20 AM
 

First can you make sure you have the latest version of the adapt-cli by running:

         npm ls adapt-cli -g

If you don't see adapt-cli@0.0.10

run :

         npm update adapt-cli -g

If this still doesn't work can you define an environment variable, $HOME that points to your user profile (c:\Users\uagnass\)

 

Picture of Rajesh S
Re: unable to create my first course
by Rajesh S - Thursday, 6 March 2014, 9:31 AM
 

Chris, i got adapt-cli@0.0.10.

Picture of Rajesh S
Re: unable to create my first course
by Rajesh S - Thursday, 6 March 2014, 11:45 AM
 

Thanks Chris, HOME variable did the trick.

Picture of Chris Jones
Re: unable to create my first course
by Chris Jones - Thursday, 6 March 2014, 12:27 PM
 

That's good.

For reference the cli prefers $HOME, $USERPROFILE then $HOMEDRIVE + $HOMEPATH to locate the users home.