[Pharo-dev] Re: Zinc redirect?

2021-12-13 Thread Sven Van Caekenberghe
There is now a solution described in the issue:

 https://github.com/svenvc/zinc/issues/69


> On 10 Dec 2021, at 10:58, Sven Van Caekenberghe  wrote:
> 
> There is an issue that Ronie created, I am looking into it:
> 
> https://github.com/svenvc/zinc/issues/69
> 
>> On 10 Dec 2021, at 08:25, stephane ducasse  wrote:
>> 
>> FYI
>> 
>> 
>> running catching my train.
>> from 
>> https://github.com/ronsaldo/form-scene-graph/issues/5#issuecomment-990353154
>> 
>> 
>> 
>> 
>> 
>> 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'
>> 
> 


[Pharo-dev] Re: Zinc redirect?

2021-12-10 Thread Sven Van Caekenberghe
There is an issue that Ronie created, I am looking into it:

https://github.com/svenvc/zinc/issues/69

> On 10 Dec 2021, at 08:25, stephane ducasse  wrote:
> 
> FYI
> 
> 
> running catching my train.
> from 
> https://github.com/ronsaldo/form-scene-graph/issues/5#issuecomment-990353154
> 
> 
> 
> 
> 
> 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'
>