medariox / scrapeer

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

Couldn't write/connect to socket. #12

Closed RonnyDT closed 7 years ago

RonnyDT commented 7 years ago

Hi medariox,

Since today i've not been able to get any seed/peer data because of socket issues on my live webhosting/domain. Localwebhost works fine. This issue probably lies at my hoster's end I suppose? Note: all the "couldn't write/connect to socket" trackers are UDP.

Array ( [0] => Invalid scrape connection (explodie.org:6969). [1] => Invalid scrape response (tracker.tfile.me:80). [2] => Invalid scrape connection (bigfoot1942.sektori.org:6969). [3] => Couldn't write to socket. [4] => Couldn't write to socket. [5] => Couldn't write to socket. [6] => Couldn't write to socket. [7] => Couldn't connect to socket. [8] => Couldn't write to socket. [9] => Couldn't write to socket. [10] => Couldn't write to socket. [11] => Couldn't write to socket. [12] => Couldn't connect to socket. [13] => Couldn't write to socket. )

Any ideas?

medariox commented 7 years ago

Sounds like your provider is blocking outgoing UDP requests. Your best bet would be to ask them directly.

RonnyDT commented 7 years ago

Ok just what I thought. Thanks for confirming!