You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This failure is caused when authentication has failed. Currently, if we change the passed token so that it's valid, and then immediately rerun the scraper, it'll use the existing page.html file from when the request failed, and the problem won't be fixed until we restart the heroku dyno (which resets the ephemeral filesystem).
Add code to the failing case to delete the page.html file.
The text was updated successfully, but these errors were encountered:
ErikBoesen
changed the title
If no people were found on page and we abort scraping, delete the saved page file
If no people were found on face book page and we abort scraping, delete the saved page file
Feb 21, 2021
This failure is caused when authentication has failed. Currently, if we change the passed token so that it's valid, and then immediately rerun the scraper, it'll use the existing
page.html
file from when the request failed, and the problem won't be fixed until we restart the heroku dyno (which resets the ephemeral filesystem).Add code to the failing case to delete the
page.html
file.The text was updated successfully, but these errors were encountered: