Simone Gabbriellini

Results 3 issues of Simone Gabbriellini

I have no previous experience with BatchRunner, so maybe I am missing something, but I have this params: variable_params = { "population": [1000], "network" : ["random"], "average_degree": [4, 8, 16],...

bug
2 - WIP

Hello, I am getting this error when I try to process this English text: > I'm getting a bit confused by tech companies' thinking around the future of remote working,...

``` def parse_hotel(self, response): try: list_url = response.xpath('//a[@class="show_all_reviews_btn"]/@href') url = response.urljoin(list_url[0].extract()) return scrapy.Request(url, callback=self.parse_score_scrape) except: return scrapy.Request(url, callback=self.parse) ``` I think this point is problematic: if the spider except, it...