Open MajidAmin112 opened 1 year ago
I have the same issue with bookID "3476307"
I had the same Error. It was fixed when i added the line 'executablePath': 'C:\Program Files\Google\Chrome\Application\chrome.exe', in line 174. It looks like this now:
# start headless chrome
browser = await launch(options={
'headless': True,
'autoClose': False,
'executablePath': 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe',
'args': [
'--no-sandbox',
'--disable-setuid-sandbox',
'--disable-dev-shm-usage',
'--disable-accelerated-2d-canvas',
'--no-first-run',
'--no-zygote',
'--single-process',
'--disable-gpu',
'--disable-web-security',
'--webkit-print-color-adjust',
'--disable-extensions'
],
},
)
Hello Team,
There is an error during merger pdf files, A blank pdf file generated in folder. what to do now?
Please resolve the issue.