PHP Warning: file_get_contents(http://somehost:80/scrape?info_hash=somehash): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in other words, my original address was replaced to the domain root
http://somehost:80/announce
Other trackers, that stores theirs announce listeners in the root - works well, suppose that's get_passkey issue where parser confuses by regex at line
I'm getting following error for one of my trackers, that has announce/scrape listener placed in sub-folder like
http://somehost:80/directory/announce
after enable
file_get_contents
get outputin other words, my original address was replaced to the domain root
http://somehost:80/announce
Other trackers, that stores theirs announce listeners in the root - works well, suppose that's
get_passkey
issue where parser confuses by regex at line