medariox / scrapeer

Essential PHP library that scrapes HTTP(S) and UDP trackers for torrent information.
93 stars 29 forks source link

Error Socket #9

Closed ValenokPC closed 7 years ago

ValenokPC commented 7 years ago
Warning:  socket_read(): unable to read from socket [10060]: ������ ��������� ���������� ��� ����������, �.�. �� ������� �������� �� ��������� ���� �� ������ ����� ������, ��� ��� ��������� ��� ������������� ���������� ��-�� ��������� ������� ��� ����������� ��������.
 in ...\scraper.php on line 351

Warning:  socket_read(): unable to read from socket [10060]: ������ ��������� ���������� ��� ����������, �.�. �� ������� �������� �� ��������� ���� �� ������ ����� ������, ��� ��� ��������� ��� ������������� ���������� ��-�� ��������� ������� ��� ����������� ��������.
 in ...\scraper.php on line 351

Warning:  socket_connect(): Host lookup failed [11001]: ���� ���� ����������.
 in ...\scraper.php on line 317

Warning:  socket_write(): unable to write to socket [10057]: ������ �� �������� ��� �������� ����  (when sending on a datagram socket using a sendto call) no address was supplied.
 in ...\scraper.php on line 333

Warning:  socket_read(): unable to read from socket [10022]: ������ ����������� ��������.
 in ...\scraper.php on line 351
medariox commented 7 years ago

Please test the new version, it should suppress that kind of warnings.

medariox commented 7 years ago

Fixed in the current version.