On Sunday, May 24, 2020 at 10:57:44 PM UTC-7, Matthias Köppe wrote:
>
> I believe this is not due to changes in Sage but is caused by a server 
> misconfiguration on files.sagemath.org. 
>
>
With python2 on macOS:

>>> from sage_bootstrap.compat import urllib, urlparse

>>> f = urllib.urlopen('http://www.sagemath.org/mirror_list', data=None)

>>> str(f.info())

'Date: Mon, 25 May 2020 05:51:22 GMT\r\nContent-Type: text/plain; 
charset=UTF-8\r\nContent-Length: 16\r\nConnection: 
close\r\nX-Frame-Options: SAMEORIGIN\r\nCache-Control: private, max-age=0, 
no-store, no-cache, must-revalidate, post-check=0, pre-check=0\r\nExpires: 
Thu, 01 Jan 1970 00:00:01 GMT\r\nSet-Cookie: 
__cfduid=d963869c5cafb922acb708178f83381b61590385882; expires=Wed, 
24-Jun-20 05:51:22 GMT; path=/; domain=.sagemath.org; HttpOnly; 
SameSite=Lax; Secure\r\nServer: cloudflare\r\nCF-RAY: 
598cfbf71f320fc7-SJC\r\ncf-request-id: 02ebfbce7000000fc7dd3f3200000001\r\n'

>>> f.read()

'error code: 1010'


-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/c31da072-ec60-4ece-90ab-bedea8a0441d%40googlegroups.com.

Reply via email to