Shaozhong SHI wrote:
The following is used in a loop to get response code for each url.
print (urllib.request.urlopen(url).getcode())
However, error message says: URLError:
11001 == WSAHOST_NOT_FOUND.
Look in any 'winsock.h' header:
#define WSAHOST_NOT_FOUND (WSABASEERR+1001)
--
--gv
--
On Sun, 13 Feb 2022 at 07:17, Shaozhong SHI wrote:
>
> The following is used in a loop to get response code for each url.
>
> print (urllib.request.urlopen(url).getcode())
>
> However, error message says: URLError: getaddrinfo failed>
>
> Python 3.6.5 is being used to test whether url is live or
On 2022-02-12 20:15:43 +, Shaozhong SHI wrote:
> The following is used in a loop to get response code for each url.
>
> print (urllib.request.urlopen(url).getcode())
>
> However, error message says: URLError: getaddrinfo failed>
>
> Python 3.6.5 is being used to test whether url is live or
On 2022-02-11 18:20:19 -0500, Dennis Lee Bieber wrote:
> On Fri, 11 Feb 2022 20:37:57 +0100, "Peter J. Holzer"
> declaimed the following:
>
> >Interestingly, Excel did have the ability for multiple users editing the
> >same file at some time (maybe early 2000s? Way before Google docs or
The following is used in a loop to get response code for each url.
print (urllib.request.urlopen(url).getcode())
However, error message says: URLError:
Python 3.6.5 is being used to test whether url is live or not.
Can anyone shed light on this?
Regards,
David
--
https://mail.python.org/mai
Jorge Conforte wrote:
>
> I'm starting run the LSTM to forecast future values for time serie data.
>
> please can someone give me some information
> on how i can predict future values
> for my time series using LSTM. Thanks, Conrado
I cannot personlly help but a google search
using