-
Notifications
You must be signed in to change notification settings - Fork 4
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
AcceleratedAbstractGPU: Can't download file #5
Comments
As the error is in AbstractGPU project, I googled it and tried the loading snippet from the README and there wasn't any error in that case:
But didn't dig deeper |
This seems to be a Zinc error while following a redirect. The following snippet can be used for replicating the issue: ZnClient new
accept: 'application/octet-stream'; "Required by GitHub"
url: 'https://api.github.com/repos/ronsaldo/abstract-gpu/releases/assets/49144132';
followRedirects: true;
downloadTo: 'agpu.tar.gz' |
I reported the issue on the Zinc bug tracker. See: svenvc/zinc#69 |
Super!!!!. I reported the issue to the mailing-list!!! |
The workaround provided in the Zinc issue works, and I have integrated. This should now load properly by doing: Metacello new
baseline: 'FormSceneGraph';
repository: 'github://ronsaldo/form-scene-graph';
onConflictUseIncoming;
load: #AcceleratedAbstractGPU. I added the ZincHTTPComponents as a baseline dependency onto https://github.com/ronsaldo/phanapi, which is the utility that I made for automating the download of precompiled native libraries from GitHub release assets. Once the Zinc changes are backported onto Pharo 9, I will remove it from the baseline. |
Great. I loaded in a P100 and it works well after reopening the image. |
Should we close this issue? |
Hi!
I get a loading error... I tried in Pharo 9 and 10 (MacBook from 2018):
There is this URI:
https://api.github.com/repos/ronsaldo/abstract-gpu/releases/assets/49144800
In the debugger that's shown.
During load I only get a visual popup with the download error that dissapears, but when I try to open the system preferences I get the debugger (apparently of the same error, didn't check).
I tried to debug or find a fix but failed.
For example, use variations of the parameters to the download sentence, but even rewriting it to use the Iceberg helper which should use my credentials*, but didn't succeed. And I didn't find an announcement from GitHub such a change in the REST API.
*:
The stack in the debugger is:
The text was updated successfully, but these errors were encountered: