Devstack installation: course_discovery.apps.course_metadata.models.DoesNotExist: Course matching query does not exist

Hey,
trying to setup a juniper devstack, I’m getting a set of failures and in the end the process interrupts. I can’t make sure if it’s a kind of docker-network error or my own internet issue.
any help or guess is highly appreciated.

Hey @mahyard can you give me the list steps you are following to setup juniper devstack, because from the logs it looks like you are trying to set up master devstack. Thanks :slight_smile:

Hello @farhaanbukhsh,
you cannot believe how that was happening :slight_smile:
actually, I had these lines in my .bashrc:

export var1=val1
#       var2=val2
       OPENEDX_RELEASE=juniper.master

expecting that it would work fine. I also checked using echo $OPENEDX_RELEASE and got ‘juniper.master’.
but after some trial and error I found that the commented line (var2) caused the problem.
removing that line fixed it and now juniper.master properly provisioned and set up.

Thank you for your answer :pray:

1 Like

@mahyard Ahh, that was tricky, glad you got it to working. :slight_smile:

1 Like