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

in lsl_get_dll.m, calls to websave should first check for local file #26

Open
cboulay opened this issue Apr 18, 2021 · 0 comments
Open

Comments

@cboulay
Copy link
Contributor

cboulay commented Apr 18, 2021

A user in Slack encountered an error where the liblsl archive had already been downloaded. Maybe the download was interrupted or something else errored out before the library was extracted into the correct location.

Subsequent calls to lsl_get_dll sees that the library binary was missing so it attempts to download the archive again, but the archive is already present so this raises an error.

We can't handle all different error possibilities, so maybe the calls to websave should first check for the presence of the archive in the intended destination and if it's present then raise an error with a helpful message that they should try to download and unpack manually.

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

No branches or pull requests

1 participant