You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: