Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

when scraping 2 api key are being used #445

Open
Melengx78 opened this issue Oct 5, 2016 · 7 comments
Open

when scraping 2 api key are being used #445

Melengx78 opened this issue Oct 5, 2016 · 7 comments

Comments

@Melengx78
Copy link

I'm not sure where the 2nd api key is coming from when there only a single line option in comic vine scraper but according to the site my key got ban for using 2 keys at the same time. has anybody had this issue?

@cbanack
Copy link
Owner

cbanack commented Oct 5, 2016

The default scraper code is definitely not using two keys... Is there any chance you are swapping between multiple keys? I know the idea behind the keys is to limit how much scraping each individual does, so they must have done way to try to detect when a single person is using multiple keys. That said, ComicVine is not infallible. They might have just made a mistake, too.

@boshuda
Copy link

boshuda commented Oct 5, 2016

I'm assuming that you're on the latest version of the scraper. Is it possible you're on a VPN or some other shared IP address?

@Melengx78
Copy link
Author

i don't mind the limitations but I kind figure out my own problem. it was as simple as restarting the machine.

@Melengx78
Copy link
Author

Ok I'm back after doing a fresh install of comic rack and the comic vine scraper I'm still getting same error message on the comic vine website of using multiple keys.

@cbanack
Copy link
Owner

cbanack commented Oct 8, 2016

As I mentioned earlier, I'm quite sure that the Scraper is not actually using two API keys... It only has access to the one key that you provided in the settings dialog. So I don't really know why Comic Vine had decided to ban your API key (and probably they also banned whatever second key they think you're using.)

Your best bet is to go to the Comic Vine (not Comic Rack) website and try to take this up with them. They are the only ones who would know why they are banning your API key. Maybe you could convince them to issue you a new key?

The only other bit of useful information I can offer is that, so far, you are the only person I know of who is experiencing this problem, which means it is not very widespread.

@Melengx78
Copy link
Author

2016-10-30_1506

@cbanack
Copy link
Owner

cbanack commented Oct 31, 2016

You should ask them (on their forums?) how exactly they are determining that you are using more than one API key, because if you really aren't doing that, then they've got a bug.

I would guess that they are looking at your IP address (your computer's address on the internet). Somehow, they are seeing two different keys being used from that same address.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants