View Single Post
  #1  
Old 11th April 2020, 19:54
johnhash johnhash is offline
Member
 
Join Date: Apr 2020
Posts: 2
Default Multi Scrape error
I got the following error if the uploaded torrent has no tracker

Fatal error: Call to a member function scrape() on null in C:\Ser\htdocs\include\getscrape_multiscrape.php on line 58

Line 58 : $ret = $scraper->scrape($url_c["scheme"]."://".$url_c["host"].":".$url_c["port"].(($url_c["scheme"]=="udp")?"":"/announce"),array($infohash));

if anybody know the null script please post it
Reply With Quote