Skip to content

scrapy splash gets stuck #299

@maxwill-max

Description

@maxwill-max
function main(splash)                
splash:set_user_agent('Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36')
splash:go{splash.args.url,headers=splash.args.headers,}      
assert(splash:wait{60})  
  return { 
    png = splash:png(),   
    }
end

website link https://www.oscaro.es

I have tried enabling/disabling everything(including http2,private mode) and every proxy there is but it gets stuck at checking your browser

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions