-
Notifications
You must be signed in to change notification settings - Fork 176
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
Hanging on 'Downloading library build "*" (might take a while)' #968
Comments
Did some checking around: Lines 393 to 400 in c2528f6
b'' != '' ).Fixed in #969. |
Internal Jira reference: https://jira.arm.com/browse/IOTBTOOL-648 |
For everyone still encountering this issue after 2022:
edit mbed/mbed.py and change line 397 to:
and line 294 to:
then you should be able to download the libraries |
led to this error on my machine (Ubuntu 22.04):
so I changed it back to the original, then it worked successfully. |
This worked but without editing line 294 on Ubuntu (editing the line gave another error when creating the project). Thanks a lot, I have been going crazy over this |
On the current master branch of
mbed-cli
:I've tried this three times now, each time keeping it open for more than 24 hours -- and it still hangs.
If I visit the above url (https://mbed.org/users/mbed_official/code/mbed/builds) and click on the first build (
65be27845400
), it takes me to an invalid page:https://os.mbed.com/users/mbed_official/code/mbed//builds/65be27845400/
Note there are two slashes (
//
) in the URL. If I remove one of the slashes then the link becomes valid. Is there a fix or work-around? Thanks.The text was updated successfully, but these errors were encountered: