Allen-Kwan

Results 13 comments of Allen-Kwan

So I'm just getting started and got this error on the very first account I tried to scrape, causing a temporary lockout of my account. Are there any other settings...

Experiencing the same issue on 3.7n. Is there a fix or an older version that works?

Just wanted to say thanks for the work you've put into the extension over the past while - the fact that you had to remove the bulk downloader is a...

Bulk downloading seems to be webp for more recent posts and jpg for older posts. Perhaps something on Instagram's end?

I've seen a couple of projects use this but I don't know what it looks like for you when receiving money: https://ko-fi.com/ For Paypal, I don't know if you can...

It's because of an API change, so it can't download video anymore.

I assume it's something here, but hopefully someone can maybe make a PR or something to fix it. ` const accountName: HTMLHeadingElement | null = document.querySelector(QuerySelectors.accountName); const downloadMessage: DownloadMessage =...

I believe the bulk download/download all option had been removed a while ago due to change in the API. Not sure if anyone is actively working on this now though....

> meanwhile, as posted on the bug portal, you can start chrome with --disable-features=AvoidEarlyExtensionScriptContextCreation command line arg as an emergency fix. I tested it and now the extension is working...

Ah, interesting that something like that would be enough to do that - but I'm glad there's a relatively easy fix.