Skip to content
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

Adding more details to startup instructions #97

Merged
merged 8 commits into from
Jul 13, 2021
Merged

Adding more details to startup instructions #97

merged 8 commits into from
Jul 13, 2021

Conversation

evelinag
Copy link
Contributor

Addresses issue #96

@tjdodwell
Copy link

tjdodwell commented Mar 25, 2021

Following your instructions I get the following error when I navigate to http://0.0.0.0:5001/

The current API prefix ('/api/v2') was not found in your request. Please check that you are running the expected version of BlueBird.


In following new instructions, for me at least it looks like two requirements for blueSky are not included in install. Note needs

pip install pyopengl pyopengl-accelerate


A minor comment

cd ../bluebird is incorrect as you will be in a new terminal, rather than in a parallel folder /bluesky

@thobson88
Copy link
Contributor

Following your instructions I get the following error when I navigate to http://0.0.0.0:5001/

The current API prefix ('/api/v2') was not found in your request. Please check that you are running the expected version of BlueBird.

This is the (rather unhelpful) error when an API request is malformed. A valid request looks like, e.g., http://0.0.0.0:5001/api/v2/siminfo. I've updated the README to clarify this.

@evelinag
Copy link
Contributor Author

Regarding the missing requirements - they shouldn't be necessary for the Bluesky headless install?

@thobson88
Copy link
Contributor

That's right. If Bluesky is installed with the --headless flag then the pyopengl packages aren't required.

@radka-j radka-j merged commit de7c23b into master Jul 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants