Matt
Matt
Can we add proper instructions on the overwrite workaround? This would be very helpful.
Getting a similar error ``` profile = Profile(url_path) # header session_id = os.environ['INSTAGRAM_SESSIONID'] headers = { "user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36", "cookie":...
I've been combing through this code, and I think I've officially gone mad. https://github.com/chris-greening/instascrape/blob/master/instascrape/core/_static_scraper.py ``` if webdriver is None: try: if "sessionid" not in headers["cookie"]: warnings.warn( "Session ID not in...
I get the same error and posted about it at https://github.com/chris-greening/instascrape/issues/89#issuecomment-801495835
> I fixed it by passing cookies to Selenium before going to the profile. I do this by exporting the cookies from instagram with the chrome extension Cookie-Editor. And then...
I've been combing through the code. Looks like you have to pass your driver to the scrape method as well. I mention it here https://github.com/chris-greening/instascrape/issues/89#issuecomment-805394041 but I'm still getting the...
Just noting that this issue has made it pretty much impossible for me to use instascrape for my use case. Due to this issue and https://github.com/chris-greening/instascrape/issues/89 at this point I've...
None of this really worked for me, but once I reduced the batch sizes, completely fixed the problem. :-) https://stackoverflow.com/questions/42495930/tensorflow-oom-on-gpu