alenpaulvarghese / Web-Screenshot-Bot

A simple telegram bot to take screenshot of a given website and upload it to telegram
GNU Affero General Public License v3.0
82 stars 77 forks source link

Not Getting Screenshot #9

Closed AbirHasan2005 closed 3 years ago

AbirHasan2005 commented 3 years ago

I am facing this kind of error:

2020-12-17T16:45:20.254676+00:00 heroku[worker.1]: State changed from starting to up
2020-12-17T16:45:24.202016+00:00 app[worker.1]: Pyrogram v1.0.7, Copyright (C) 2017-2020 Dan <https://github.com/delivrance>
2020-12-17T16:45:24.202061+00:00 app[worker.1]: Licensed under the terms of the GNU Lesser General Public License v3 or later (LGPLv3+)
2020-12-17T16:45:24.202062+00:00 app[worker.1]: 
2020-12-17T16:46:04.735544+00:00 app[worker.1]: 17-Dec-20 16:46:04 - plugins.downloader - [ LINK_RCV --> link received -> @AbirHasan2005 >> waiting for settings confirmation ]
2020-12-17T16:46:20.355974+00:00 app[worker.1]: 17-Dec-20 16:46:20 - plugins.tool_bundle - [ WEB_SCRS:574 --> new request >> processing settings ]
2020-12-17T16:46:20.995996+00:00 app[worker.1]: 17-Dec-20 16:46:20 - plugins.tool_bundle - [ WEB_SCRS:574 --> setting confirmation >> (pdf|False) ]
2020-12-17T16:46:20.996112+00:00 app[worker.1]: 17-Dec-20 16:46:20 - plugins.tool_bundle - [ WEB_SCRS:574 --> LOG GROUP FOUND >> sending log ]
2020-12-17T16:46:22.527399+00:00 app[worker.1]: 17-Dec-20 16:46:22 - plugins.tool_bundle - [ WEB_SCRS:574 --> no browser object exists >> creating new ]
2020-12-17T16:46:24.991949+00:00 app[worker.1]: 
2020-12-17T16:46:28.985305+00:00 app[worker.1]: 17-Dec-20 16:46:28 - plugins.tool_bundle - [ WEB_SCRS --> request failed -> Excepted BadStatusLine >> retrying... ]
2020-12-17T16:47:00.518311+00:00 app[worker.1]: 17-Dec-20 16:47:00 - plugins.tool_bundle - [ Browser closed unexpectedly:
2020-12-17T16:47:00.518346+00:00 app[worker.1]:  ]
alenpaulvarghese commented 3 years ago

I suppose you are missing a buildpack, add this to your buildpack list

AbirHasan2005 commented 3 years ago

I suppose you are missing a buildpack, add this to your buildpack list

Thanks I will try ♥️♥️♥️