<div dir="ltr">Jupiter,<div><br></div><div>Whenever I see an EOCD error I immediately think SERVER ERROR and try again ...<br></div><div><br></div><div>The EOCD error occurs while trying to unzip a "corrupted" zip file. The EOCD error most often occurs during the download of an mcz file that was truncated or did not complete successfully in some way ... </div><div><br></div><div>I don't recall seeing an EOCD error showing up when downloading a zip file from GitHub, but I have noticed in recent years that once in a while downloads from github has failed as well as http requests ... </div><div><br></div><div>At the end of the day, there's not much to be done about an EOCD error....</div><div><br></div><div>Dale</div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Mar 28, 2022 at 8:50 PM Jupiter Jones via Glass <<a href="mailto:glass@lists.gemtalksystems.com">glass@lists.gemtalksystems.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="overflow-wrap: break-word;"><div>Loading a project (that I’ve loaded many times) and today started having a problem loading one of the dependencies of a dependency...</div><div><br></div><div><font face="Courier New" size="1">--transcript--'gofer repository error: ''GoferRepositoryError: UserDefinedError: Error during download: ''''UserDefinedError: can''''''''t find EOCD position''''. Error could have been caused by: ''''  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current<br>                                 Dload  Upload   Total   Spent    Left  Speed<br>100   105  100   105    0     0   7500      0 --:--:-- --:--:-- --:--:--  7500<br>''''''...ignoring'<br>--transcript--'...FAILED->BaselineOfBuoy'<br>ERROR 2710 , a MetacelloPackageSpecResolutionError occurred (error 2710), Could not resolve: BaselineOfBuoy [BaselineOfBuoy] in cache <a>github://brunobuzzi/Buoy:v3.1.1/source</a> ERROR: 'GoferRepositoryError: UserDefinedError: Error during download: ''UserDefinedError: can''''t find EOCD position''. Error could have been caused by: ''  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current<br>                                 Dload  Upload   Total   Spent    Left  Speed<br>100   105  100   105    0     0   7500      0 --:--:-- --:--:-- --:--:--  7500<br>‘''</font><br></div><div><font face="Courier New" size="1"><br></font></div><div>I have seen this before when the URL is incorrect, usually when I’ve made a typo. So I tried directly in a workspace:</div><div><br></div><div><div><font face="Courier New" size="1">Metacello new</font></div><div><font face="Courier New" size="1"><span style="white-space:pre-wrap">      </span>baseline: 'Buoy';</font></div><div><font face="Courier New" size="1"><span style="white-space:pre-wrap">       </span>repository: '<a>github://brunobuzzi/Buoy:v3.1.1/source</a>';</font></div><div><font face="Courier New" size="1"><span style="white-space:pre-wrap">        </span>get</font></div></div><div><br></div><div>Same error…</div><div><br></div><div><font face="Courier New" size="1"><span style="font-style:normal">...RETRY->BaselineOfBuoy<br>...RETRY->BaselineOfBuoy<br>gofer repository error: 'GoferRepositoryError: UserDefinedError: Error during download: ''UserDefinedError: can''''t find EOCD position''. Error could have been caused by: ''  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current<br>                                 Dload  Upload   Total   Spent    Left  Speed<br><br>  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0<br>100   105  100   105    0     0   6176      0 --:--:-- --:--:-- --:--:--  6176<br>'''...ignoring<br>...FAILED->BaselineOfBuoy</span></font></div><div><br></div><div>So I tried cloning the project in a terminal and checking out branch v3.1.1</div><div><br></div><div><div style="margin:0px;font-stretch:normal;line-height:normal;background-color:rgba(255,255,255,0.85)"><span style="font-variant-ligatures:no-common-ligatures"><font face="Courier New" size="1">jupiter@puppy Desktop % git clone <a href="mailto:git@github.com" target="_blank">git@github.com</a>:brunobuzzi/Buoy           </font></span></div><div style="margin:0px;font-stretch:normal;line-height:normal;background-color:rgba(255,255,255,0.85)"><span style="font-variant-ligatures:no-common-ligatures"><font face="Courier New" size="1">Cloning into 'Buoy'...</font></span></div><div style="margin:0px;font-stretch:normal;line-height:normal;background-color:rgba(255,255,255,0.85)"><span style="font-variant-ligatures:no-common-ligatures"><font face="Courier New" size="1">remote: Enumerating objects: 1737, done.</font></span></div><div style="margin:0px;font-stretch:normal;line-height:normal;background-color:rgba(255,255,255,0.85)"><span style="font-variant-ligatures:no-common-ligatures"><font face="Courier New" size="1">remote: Total 1737 (delta 0), reused 0 (delta 0), pack-reused 1737</font></span></div><div style="margin:0px;font-stretch:normal;line-height:normal;background-color:rgba(255,255,255,0.85)"><span style="font-variant-ligatures:no-common-ligatures"><font face="Courier New" size="1">Receiving objects: 100% (1737/1737), 211.62 KiB | 360.00 KiB/s, done.</font></span></div><div style="margin:0px;font-stretch:normal;line-height:normal;background-color:rgba(255,255,255,0.85)"><span style="font-variant-ligatures:no-common-ligatures"><font face="Courier New" size="1">Resolving deltas: 100% (762/762), done.</font></span></div><div style="margin:0px;font-stretch:normal;line-height:normal;background-color:rgba(255,255,255,0.85)"><span style="font-variant-ligatures:no-common-ligatures"><font face="Courier New" size="1">jupiter@puppy Desktop % cd Buoy </font></span></div><div style="margin:0px;font-stretch:normal;line-height:normal;background-color:rgba(255,255,255,0.85)"><span style="font-variant-ligatures:no-common-ligatures"><font face="Courier New" size="1">jupiter@puppy Buoy % git checkout -b v3.1.1</font></span></div><div style="margin:0px;font-stretch:normal;line-height:normal;background-color:rgba(255,255,255,0.85)"><span style="font-variant-ligatures:no-common-ligatures"><font face="Courier New" size="1">Switched to a new branch 'v3.1.1'</font></span></div></div><div><span style="font-variant-ligatures:no-common-ligatures"><br></span></div><div><span style="font-variant-ligatures:no-common-ligatures">No problem with downloading at all.</span></div><div><span style="font-variant-ligatures:no-common-ligatures"><br></span></div><div><span style="font-variant-ligatures:no-common-ligatures">Has anyone seen this issue loading with Metacello? Any pointers on what to check?</span></div><div><span style="font-variant-ligatures:no-common-ligatures"><br></span></div><div><span style="font-variant-ligatures:no-common-ligatures">Cheers,</span></div><div><span style="font-variant-ligatures:no-common-ligatures"><br></span></div><div><span style="font-variant-ligatures:no-common-ligatures">J</span></div><div><span style="font-variant-ligatures:no-common-ligatures"><br></span></div></div>_______________________________________________<br>
Glass mailing list<br>
<a href="mailto:Glass@lists.gemtalksystems.com" target="_blank">Glass@lists.gemtalksystems.com</a><br>
<a href="https://lists.gemtalksystems.com/mailman/listinfo/glass" rel="noreferrer" target="_blank">https://lists.gemtalksystems.com/mailman/listinfo/glass</a><br>
</blockquote></div>