aflaldf

Results 6 issues of aflaldf

All of a sudden all of my users are removed by fb permanantly after getting such error `Post Using Cookie extraction has issue, post row id is 2543406`

``` def extract_individual_post(self, post_url, cookie): start_url = None def handle_pagination_url(url): global start_url start_url = url posts_df_list = [] comments_df_list = [] replies_df_list = [] fbpage_id = post_url pi=0 all_posts =...

``` raise AnticaptchaException( python_anticaptcha.exceptions.AnticaptchaException: [ERROR_NO_SUCH_CAPCHA_ID:16]Task you are requesting does not exist in your current task list or has been expired. Could not find appropriate task, make sure it had no...

When setting proxy like ``` instagram-scraper profile_name --proxies {"https":"https://:"} ``` I get the following error ``` ERROR: Text is not json: {https:https://xxx:yyyy@zzz:12345} ERROR: Check is valid json type. Traceback (most...

`get_posts(forum, pages=4, timeout=90, cookies=set_cookie, options={'reactors': True})` Getting the following error sometimes when scraping with the above code. `('Connection broken: IncompleteRead(9436 bytes read, 804 more expected)', IncompleteRead(9436 bytes read, 804 more...

We are using the scraper to scrape facebook pages for a long time and now I cannot scrape posts from many pages these days, we are using user cookies and...