facebook-scraper
facebook-scraper copied to clipboard
Getting None post_id for some posts.
I get failure on printing post_id for some posts(not all) from a page:
for post in get_posts(account, pages=3, cookies=cookies_file):
index += 1
print('Post ' + str(index) + " Post ID: " + post['post_id'])
TypeError: can only concatenate str (not "NoneType") to str
Is there anything I can do to fix this? or is it expected?
me too. i get some post id like this id":"pfbid0359e2GyNoQjVZqSKTjd6UYscE3SwPWuPa3SdZyKsyg4q4WfWV475x3eTNmvNjFGFcl"
Hello, can you find a solution? I have the same problem