API Request Times out for Certain Queries
- Comic Vine
- Forums
- Bug Reporting
API Request Times out for Certain Queries
- cbanack
- Follow
Forum Posts: 122
Wiki Points: 199
Followed by: 0
Reviews: 0 Lists: 0
#1
Edited by
cbanack
(122 posts)
- 9 months, 6 days ago
- Show Bio
Hi guys,
This week I've been getting a lot of reports from the users of my third party app that say they are suddenly unable to use the Comic Vine API to search for a couple of specific volumes. So I investigated, and I found that when you use the Search API to search for those two volumes, the http request will always time out and you'll get either a 500 or a 502 (bad gateway) error.
This is a new behaviour. It might indicate that some kind of infinite loop or something similar was recently introduced on the server side of Comic Vine's public API. What follows is a specific description of the problem. Note: you will have to substitute your own API key into the URL's I've provided.
-------
Say I'm searching for "Superman" volumes. The API query might look like:
https://comicvine.gamespot.com/api/search/?api_key=[YOUR-API-KEY]&format=xml&limit=20&query=superman&resources=volume
But as of this moment, that query always times out. If you change the search term to something else that will return a lot of volumes ('spiderman' or 'batman') it still works fine and returns results quickly.
What about if I'm searching for "Cyborg"? As of this writing, there's only 26 volumes that should be returned by this http request:
https://comicvine.gamespot.com/api/search/?api_key=[YOUR-API-KEY]&format=xml&limit=100&query=cyborg&resources=volume
But this request times out too! Note that limit=100 and query=cyborg.
If I switch to limit results to 20 volumes instead, it works fine:
https://comicvine.gamespot.com/api/search/?api_key=[YOUR-API-KEY]&format=xml&limit=20&query=cyborg&resources=volume
In fact, if I try anything less than 20 issues, it also works fine. But 21 issues or more, and it always times out. Also, for the first query I mentioned (superman), it times out no matter what I set the limit to.
-------
Hopefully this is enough info to help you guys track down the bug. It is probably related to changes that were made in the last week or so, since my app has a lot of users and they all started noticing problems on Wednesday. The problems have all been related to the same queries I've described above ('cyborg' and 'superman', limit=100).
If I can help verify a fix or provide more information, just let me know.
- solidus0079
- Follow
Forum Posts: 11
Wiki Points: 111
Followed by: 0
Reviews: 0 Lists: 0
#2
Edited by
solidus0079
(11 posts)
- 9 months, 5 days ago
- Show Bio
Here's a link to the Cyborg #18 page, another issue that is causing problems. It can't even be viewed in a browser, I get a "Something's Wrong T_T" error. . https://comicvine.gamespot.com/cyborg-18-singularity-aftermath-the-end/4000-634508/ so this isn't just an API or 3rd party program problem.
- pikahyper
- Follow
Forum Posts: 18188
Wiki Points: 22379295
Followed by: 0
Reviews: 5 Lists: 380
#3
Edited by
pikahyper
(18188 posts)
- 9 months, 5 days ago
- Show Bio
@solidus0079: page is viewable now, the site was having some outage problems through out the week.
- solidus0079
- Follow
Forum Posts: 11
Wiki Points: 111
Followed by: 0
Reviews: 0 Lists: 0
#4
Posted by
solidus0079
(11 posts)
- 9 months, 4 days ago
- Show Bio
Thanks, pkahyper -
But now something else seems to be going on. Scraping any comics at all seems to result in an IP ban. I'm posting via the Tor browser at the moment.
- pezh0re
- Follow
Forum Posts: 2
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#5
Edited by
pezh0re
(2 posts)
- 9 months, 4 days ago
- Show Bio
I'm also seeing an IP ban whenever attempting an API call. Attempting to reach the first url in op (https://comicvine.gamespot.com/api/search/?api_key=[YOUR-API-KEY]&format=xml&limit=20&query=superman&resources=volume) resulted in a page saying site undergoing maintenance... is there an ongoing issue with the API service?
- Crave
- Follow
Forum Posts: 1
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#6
Posted by
Crave
(1 posts)
- 9 months, 4 days ago
- Show Bio
I am also getting IP banned for 30+ minutes for running any API query.
- solidus0079
- Follow
Forum Posts: 11
Wiki Points: 111
Followed by: 0
Reviews: 0 Lists: 0
#7
Posted by
solidus0079
(11 posts)
- 9 months, 3 days ago
- Show Bio
Seems resolved for now at least. :)
- pezh0re
- Follow
Forum Posts: 2
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#8
Posted by
pezh0re
(2 posts)
- 9 months, 3 days ago
- Show Bio
@solidus0079: Yup, looks good on for me too. I wonder what happened....
- admjim
- Follow
Forum Posts: 3
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#9
Posted by
admjim
(3 posts)
- 9 months, 3 days ago
- Show Bio
still having issues with Superman. Although the message I get is different "The Comic Vine online database could not be reached. This may be a temporary technical error with the database, or there may be a problem with your internet connection."
I am able to get info for other comics right after this error. Prior to today I was unable to get info for any book, even though I was able to seemy current api usage showing I was within the limits. BTW this started 3 days ago in the middle of a request for 34 book updates. Let me know if there is any other info you need.
- solidus0079
- Follow
Forum Posts: 11
Wiki Points: 111
Followed by: 0
Reviews: 0 Lists: 0
#10
Posted by
solidus0079
(11 posts)
- 9 months, 3 days ago
- Show Bio
@admjim I was able to scrape that issue just fine after whatever fix was fixed.
- romsnesrom
- Follow
Forum Posts: 11
Wiki Points: 1864
Followed by: 0
Reviews: 0 Lists: 0
#11
Posted by
romsnesrom
(11 posts)
- 9 months, 3 days ago
- Show Bio
@pikahyper said:
@solidus0079: page is viewable now, the site was having some outage problems through out the week.
Is the outage problem solved? I am still having trouble scraping. Not only superman and cyborg, but anything past 20 queries give or take.
- solidus0079
- Follow
Forum Posts: 11
Wiki Points: 111
Followed by: 0
Reviews: 0 Lists: 0
#12
Posted by
solidus0079
(11 posts)
- 9 months, 3 days ago
- Show Bio
@romsnesrom: I just did over 400 scrapes, including the problematic Superman and Cyborg issues. Not one hiccup.
- cbanack
- Follow
Forum Posts: 122
Wiki Points: 199
Followed by: 0
Reviews: 0 Lists: 0
#13
Edited by
cbanack
(122 posts)
- 9 months, 3 days ago
- Show Bio
Just to clarify, the original bug I reported in this thread is still occurring (i.e. can't search for Superman or Cyborg with the API).
People have started discussing a separate, unrelated bug (IP bans) in this thread as well.
- admjim
- Follow
Forum Posts: 3
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#14
Posted by
admjim
(3 posts)
- 9 months, 3 days ago
- Show Bio
Just to clarify my issue is still going on I cannot scrape the Superman Rebirth issues 30-34 however the message I get is as stated earlier it times out and then gives "The Comic Vine online database could not be reached. This may be a temporary technical error with the database, or there may be a problem with your internet connection." I attempted to scrape each issue one at a time and as a group with other books, each time it failed on the Superman Book.
I do not get a either a "500 or a 502 (bad gateway) error.
I am able to scrape other Superman issues from other years as well as other books not related to Superman. Allof this is within the last 15 minutes.
I have not tested the Cyborg issue so I cannot comment on that.
- cbanack
- Follow
Forum Posts: 122
Wiki Points: 199
Followed by: 0
Reviews: 0 Lists: 0
#15
Edited by
cbanack
(122 posts)
- 9 months, 1 day ago
- Show Bio
@admjim said:
"The Comic Vine online database could not be reached. This may be a temporary technical error with the database, or there may be a problem with your internet connection."
<snip>
I do not get a either a "500 or a 502 (bad gateway) error.
That error you are getting in the Comic Vine Scraper application (which is not created by nor directly supported by the comicvine.com) is actually being caused by 500 and 502 errors that Comic Vine Scraper encounters when it tries to access the Comic Vine API.
My original bug report is just showing those failing API calls directly (and taking Comic Vine Scraper out of the equation) but we are actually reporting the same problem.
- steveeasley
- Follow
Forum Posts: 15
Wiki Points: 101
Followed by: 0
Reviews: 0 Lists: 0
#16
Posted by
steveeasley
(15 posts)
- 9 months, 1 day ago
- Show Bio
This should now be resolved, thanks for all the reports. We believe it was being caused by Comic Vine's own network provider misidentifying the CVS app as a threat. They have removed the signature causing the issue.
Let me know if its still a problem.
- Chrishadley
- Follow
Forum Posts: 3
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#17
Posted by
Chrishadley
(3 posts)
- 9 months, 1 day ago
- Show Bio
I have been having severe problems using the Comic Vine scraping script for Comicrack for the past few days. I've been getting the error "The Comic Vine online database could not be reached. This may be due to a temporary technical error with the database, or there may be a problem with your internet connection.". This problem has cleared up today, except for scraping comics with very generic names. For example, I have a copy of "Marvels" that I can't scrape for. It acts like it's working, and when it gets to 500 entries it stops, and gives me the "Cannot Access Online Database" error.
- romsnesrom
- Follow
Forum Posts: 11
Wiki Points: 1864
Followed by: 0
Reviews: 0 Lists: 0
#18
Posted by
romsnesrom
(11 posts)
- 9 months, 1 day ago
- Show Bio
@steveeasley said:
This should now be resolved, thanks for all the reports. We believe it was being caused by Comic Vine's own network provider misidentifying the CVS app as a threat. They have removed the signature causing the issue.
Let me know if its still a problem.
The problem persists for me, Steve. If there is another data I could provide to help diagnose the situation, just ask.
- steveeasley
- Follow
Forum Posts: 15
Wiki Points: 101
Followed by: 0
Reviews: 0 Lists: 0
#19
Posted by
steveeasley
(15 posts)
- 9 months, 1 day ago
- Show Bio
@romsnesrom What are your specific symptoms? The more detail the better.
- steveeasley
- Follow
Forum Posts: 15
Wiki Points: 101
Followed by: 0
Reviews: 0 Lists: 0
#20
Edited by
steveeasley
(15 posts)
- 9 months, 1 day ago
- Show Bio
@chrishadley We found the issue. Its unrelated to the issue we already fixed, but would have the same timeout symptoms. We will get a fix out asap and I will report back. (Thanks for the detail about results after 500 being the issue, that was the magic detail that narrowed it down for us).
@romsnesrom This might be the source of your issue as well.
- solidus0079
- Follow
Forum Posts: 11
Wiki Points: 111
Followed by: 0
Reviews: 0 Lists: 0
#21
Posted by
solidus0079
(11 posts)
- 8 months, 30 days ago
- Show Bio
Thanks for all the help of late, Steve.
- robinsonr74
- Follow
Forum Posts: 5
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#22
Edited by
robinsonr74
(5 posts)
- 8 months, 30 days ago
- Show Bio
Superman, Cyborg, and 'The Order', here, still not working.
- Chrishadley
- Follow
Forum Posts: 3
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#23
Edited by
Chrishadley
(3 posts)
- 8 months, 30 days ago
- Show Bio
I'm still having the issue with items with very generic names, like 'Marvels', 'Marvel Super-Heroes', 'The Cat', and also, amusingly enough, 'Cyborg' and 'The Order'. It looks like it is hitting a limit of number of responses and locking up. I understand there may be a limit of responses on the API? Is there some way to rate-limit Comic Vine Scraper? I found no way to do that without rewriting it. It will let you pause between comics, but there's no way to limit the number of responses on a single comic. Thank you so much for your help so far!
Edit: Also, it's getting to 600 responses before dying now :)
- romsnesrom
- Follow
Forum Posts: 11
Wiki Points: 1864
Followed by: 0
Reviews: 0 Lists: 0
#25
Posted by
romsnesrom
(11 posts)
- 8 months, 30 days ago
- Show Bio
@steveeasley said:
@chrishadley We found the issue. Its unrelated to the issue we already fixed, but would have the same timeout symptoms. We will get a fix out asap and I will report back. (Thanks for the detail about results after 500 being the issue, that was the magic detail that narrowed it down for us).
@romsnesrom This might be the source of your issue as well.
I am happy to report that most of the problem is gone. I am still having problem with the series everyone is already complaining: "Cyborg", "Superman", "The Order", "Armies".
- admjim
- Follow
Forum Posts: 3
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#27
Posted by
admjim
(3 posts)
- 8 months, 28 days ago
- Show Bio
@cbanack: or @steveeasley As of right now (Sunday 11/19/17 11:15am CT) I am still having issues with Superman 30-34 (2017) and Cyborg 17 &18 (2017). I have been using the script on and off for the last 3 days and have never been able to get these books to scrape yet I am able to get 100's of others to wrok with now issue's. Please let me know if there is something I can do to help trace the issue. Maybe setup a Date/Time to test. I know what to do at this point to break it ;)
- jmducat
- Follow
Forum Posts: 4
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#28
Posted by
jmducat
(4 posts)
- 8 months, 28 days ago
- Show Bio
Hi all - I'm having the same issues as @admjim. I can't scrape Cyborg 18 and Superman 34, 35. Just did a bunch of other scraping. I tried linking to those addresses in post #1 with my API key and got the 502 error.
- steveeasley
- Follow
Forum Posts: 15
Wiki Points: 101
Followed by: 0
Reviews: 0 Lists: 0
#29
Posted by
steveeasley
(15 posts)
- 8 months, 27 days ago
- Show Bio
Can you guys try again? We just released the fix I mentioned above related to some timeouts.
- Chrishadley
- Follow
Forum Posts: 3
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#30
Posted by
Chrishadley
(3 posts)
- 8 months, 27 days ago
- Show Bio
It looks like all of the ones that scraping was failing on are now working, I've cleared my whole backlog successfully. You rock!
- jmducat
- Follow
Forum Posts: 4
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#31
Posted by
jmducat
(4 posts)
- 8 months, 27 days ago
- Show Bio
Same here - everything scraped with no issues. Thank so much!
- Comic Vine
- Forums
- Bug Reporting
Browse Boards
- Gen. Discussion
- Bug Reporting
- Delete/Combine Pages
- Artist Show-Off
- Off-Topic
- Contests
- Battles
- Fan-Fic
- RPG
- Comic Book Preview
- API Developers
- Editing & Tools
- Podcast
- Quests
Jump to Top
Jump to Last Read
Please Log In to post.
Wiki
- Characters
- Creators
- Teams
- Volumes
- Issues
- Publishers
- Locations
- Concepts
- Things
- Story Arcs
- Movies
- Series
- Episodes
- Characters
- Creators
- Teams
- Volumes
- Issues
- Publishers
- Locations
- Concepts
- Things
- Story Arcs
- Movies
- Series
- Episodes
Forums
- Gen. Discussion
- Bug Reporting
- Delete/Combine Pages
- Artist Show-Off
- Off-Topic
- Contests
- Battles
- Fan-Fic
- RPG
- Comic Book Preview
- API Developers
- Editing & Tools
- Podcast
- Quests
- Gen. Discussion
- Bug Reporting
- Delete/Combine Pages
- Artist Show-Off
- Off-Topic
- Contests
- Battles
- Fan-Fic
- RPG
- Comic Book Preview
- API Developers
- Editing & Tools
- Podcast
- Quests
Community
- Top Users
- Activity Feed
- User Lists
- Community Promos
- Top Users
- Activity Feed
- User Lists
- Community Promos
Archives
- News
- Reviews
- Videos
- Podcasts
- Previews
- News
- Reviews
- Videos
- Podcasts
- Previews
Wiki
Arcs
Characters
Companies
Concepts
Issues
Locations
Movies
People
Teams
Things
Volumes
Series
Episodes
Editorial
Videos
Articles
Reviews
Features
Community
Users
- Comic Vine
- Forums
- Bug Reporting
API Request Times out for Certain Queries
- cbanack
- Follow
Forum Posts: 122
Wiki Points: 199
Followed by: 0
Reviews: 0 Lists: 0
#1
Edited by
cbanack
(122 posts)
- 9 months, 6 days ago
- Show Bio
Hi guys,
This week I've been getting a lot of reports from the users of my third party app that say they are suddenly unable to use the Comic Vine API to search for a couple of specific volumes. So I investigated, and I found that when you use the Search API to search for those two volumes, the http request will always time out and you'll get either a 500 or a 502 (bad gateway) error.
This is a new behaviour. It might indicate that some kind of infinite loop or something similar was recently introduced on the server side of Comic Vine's public API. What follows is a specific description of the problem. Note: you will have to substitute your own API key into the URL's I've provided.
-------
Say I'm searching for "Superman" volumes. The API query might look like:
https://comicvine.gamespot.com/api/search/?api_key=[YOUR-API-KEY]&format=xml&limit=20&query=superman&resources=volume
But as of this moment, that query always times out. If you change the search term to something else that will return a lot of volumes ('spiderman' or 'batman') it still works fine and returns results quickly.
What about if I'm searching for "Cyborg"? As of this writing, there's only 26 volumes that should be returned by this http request:
https://comicvine.gamespot.com/api/search/?api_key=[YOUR-API-KEY]&format=xml&limit=100&query=cyborg&resources=volume
But this request times out too! Note that limit=100 and query=cyborg.
If I switch to limit results to 20 volumes instead, it works fine:
https://comicvine.gamespot.com/api/search/?api_key=[YOUR-API-KEY]&format=xml&limit=20&query=cyborg&resources=volume
In fact, if I try anything less than 20 issues, it also works fine. But 21 issues or more, and it always times out. Also, for the first query I mentioned (superman), it times out no matter what I set the limit to.
-------
Hopefully this is enough info to help you guys track down the bug. It is probably related to changes that were made in the last week or so, since my app has a lot of users and they all started noticing problems on Wednesday. The problems have all been related to the same queries I've described above ('cyborg' and 'superman', limit=100).
If I can help verify a fix or provide more information, just let me know.
- solidus0079
- Follow
Forum Posts: 11
Wiki Points: 111
Followed by: 0
Reviews: 0 Lists: 0
#2
Edited by
solidus0079
(11 posts)
- 9 months, 5 days ago
- Show Bio
Here's a link to the Cyborg #18 page, another issue that is causing problems. It can't even be viewed in a browser, I get a "Something's Wrong T_T" error. . https://comicvine.gamespot.com/cyborg-18-singularity-aftermath-the-end/4000-634508/ so this isn't just an API or 3rd party program problem.
- pikahyper
- Follow
Forum Posts: 18188
Wiki Points: 22379295
Followed by: 0
Reviews: 5 Lists: 380
#3
Edited by
pikahyper
(18188 posts)
- 9 months, 5 days ago
- Show Bio
@solidus0079: page is viewable now, the site was having some outage problems through out the week.
- solidus0079
- Follow
Forum Posts: 11
Wiki Points: 111
Followed by: 0
Reviews: 0 Lists: 0
#4
Posted by
solidus0079
(11 posts)
- 9 months, 4 days ago
- Show Bio
Thanks, pkahyper -
But now something else seems to be going on. Scraping any comics at all seems to result in an IP ban. I'm posting via the Tor browser at the moment.
- pezh0re
- Follow
Forum Posts: 2
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#5
Edited by
pezh0re
(2 posts)
- 9 months, 4 days ago
- Show Bio
I'm also seeing an IP ban whenever attempting an API call. Attempting to reach the first url in op (https://comicvine.gamespot.com/api/search/?api_key=[YOUR-API-KEY]&format=xml&limit=20&query=superman&resources=volume) resulted in a page saying site undergoing maintenance... is there an ongoing issue with the API service?
- Crave
- Follow
Forum Posts: 1
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#6
Posted by
Crave
(1 posts)
- 9 months, 4 days ago
- Show Bio
I am also getting IP banned for 30+ minutes for running any API query.
- solidus0079
- Follow
Forum Posts: 11
Wiki Points: 111
Followed by: 0
Reviews: 0 Lists: 0
#7
Posted by
solidus0079
(11 posts)
- 9 months, 3 days ago
- Show Bio
Seems resolved for now at least. :)
- pezh0re
- Follow
Forum Posts: 2
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#8
Posted by
pezh0re
(2 posts)
- 9 months, 3 days ago
- Show Bio
@solidus0079: Yup, looks good on for me too. I wonder what happened....
- admjim
- Follow
Forum Posts: 3
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#9
Posted by
admjim
(3 posts)
- 9 months, 3 days ago
- Show Bio
still having issues with Superman. Although the message I get is different "The Comic Vine online database could not be reached. This may be a temporary technical error with the database, or there may be a problem with your internet connection."
I am able to get info for other comics right after this error. Prior to today I was unable to get info for any book, even though I was able to seemy current api usage showing I was within the limits. BTW this started 3 days ago in the middle of a request for 34 book updates. Let me know if there is any other info you need.
- solidus0079
- Follow
Forum Posts: 11
Wiki Points: 111
Followed by: 0
Reviews: 0 Lists: 0
#10
Posted by
solidus0079
(11 posts)
- 9 months, 3 days ago
- Show Bio
@admjim I was able to scrape that issue just fine after whatever fix was fixed.
- romsnesrom
- Follow
Forum Posts: 11
Wiki Points: 1864
Followed by: 0
Reviews: 0 Lists: 0
#11
Posted by
romsnesrom
(11 posts)
- 9 months, 3 days ago
- Show Bio
@pikahyper said:
@solidus0079: page is viewable now, the site was having some outage problems through out the week.
Is the outage problem solved? I am still having trouble scraping. Not only superman and cyborg, but anything past 20 queries give or take.
- solidus0079
- Follow
Forum Posts: 11
Wiki Points: 111
Followed by: 0
Reviews: 0 Lists: 0
#12
Posted by
solidus0079
(11 posts)
- 9 months, 3 days ago
- Show Bio
@romsnesrom: I just did over 400 scrapes, including the problematic Superman and Cyborg issues. Not one hiccup.
- cbanack
- Follow
Forum Posts: 122
Wiki Points: 199
Followed by: 0
Reviews: 0 Lists: 0
#13
Edited by
cbanack
(122 posts)
- 9 months, 3 days ago
- Show Bio
Just to clarify, the original bug I reported in this thread is still occurring (i.e. can't search for Superman or Cyborg with the API).
People have started discussing a separate, unrelated bug (IP bans) in this thread as well.
- admjim
- Follow
Forum Posts: 3
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#14
Posted by
admjim
(3 posts)
- 9 months, 3 days ago
- Show Bio
Just to clarify my issue is still going on I cannot scrape the Superman Rebirth issues 30-34 however the message I get is as stated earlier it times out and then gives "The Comic Vine online database could not be reached. This may be a temporary technical error with the database, or there may be a problem with your internet connection." I attempted to scrape each issue one at a time and as a group with other books, each time it failed on the Superman Book.
I do not get a either a "500 or a 502 (bad gateway) error.
I am able to scrape other Superman issues from other years as well as other books not related to Superman. Allof this is within the last 15 minutes.
I have not tested the Cyborg issue so I cannot comment on that.
- cbanack
- Follow
Forum Posts: 122
Wiki Points: 199
Followed by: 0
Reviews: 0 Lists: 0
#15
Edited by
cbanack
(122 posts)
- 9 months, 1 day ago
- Show Bio
@admjim said:
"The Comic Vine online database could not be reached. This may be a temporary technical error with the database, or there may be a problem with your internet connection."
<snip>
I do not get a either a "500 or a 502 (bad gateway) error.
That error you are getting in the Comic Vine Scraper application (which is not created by nor directly supported by the comicvine.com) is actually being caused by 500 and 502 errors that Comic Vine Scraper encounters when it tries to access the Comic Vine API.
My original bug report is just showing those failing API calls directly (and taking Comic Vine Scraper out of the equation) but we are actually reporting the same problem.
- steveeasley
- Follow
Forum Posts: 15
Wiki Points: 101
Followed by: 0
Reviews: 0 Lists: 0
#16
Posted by
steveeasley
(15 posts)
- 9 months, 1 day ago
- Show Bio
This should now be resolved, thanks for all the reports. We believe it was being caused by Comic Vine's own network provider misidentifying the CVS app as a threat. They have removed the signature causing the issue.
Let me know if its still a problem.
- Chrishadley
- Follow
Forum Posts: 3
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#17
Posted by
Chrishadley
(3 posts)
- 9 months, 1 day ago
- Show Bio
I have been having severe problems using the Comic Vine scraping script for Comicrack for the past few days. I've been getting the error "The Comic Vine online database could not be reached. This may be due to a temporary technical error with the database, or there may be a problem with your internet connection.". This problem has cleared up today, except for scraping comics with very generic names. For example, I have a copy of "Marvels" that I can't scrape for. It acts like it's working, and when it gets to 500 entries it stops, and gives me the "Cannot Access Online Database" error.
- romsnesrom
- Follow
Forum Posts: 11
Wiki Points: 1864
Followed by: 0
Reviews: 0 Lists: 0
#18
Posted by
romsnesrom
(11 posts)
- 9 months, 1 day ago
- Show Bio
@steveeasley said:
This should now be resolved, thanks for all the reports. We believe it was being caused by Comic Vine's own network provider misidentifying the CVS app as a threat. They have removed the signature causing the issue.
Let me know if its still a problem.
The problem persists for me, Steve. If there is another data I could provide to help diagnose the situation, just ask.
- steveeasley
- Follow
Forum Posts: 15
Wiki Points: 101
Followed by: 0
Reviews: 0 Lists: 0
#19
Posted by
steveeasley
(15 posts)
- 9 months, 1 day ago
- Show Bio
@romsnesrom What are your specific symptoms? The more detail the better.
- steveeasley
- Follow
Forum Posts: 15
Wiki Points: 101
Followed by: 0
Reviews: 0 Lists: 0
#20
Edited by
steveeasley
(15 posts)
- 9 months, 1 day ago
- Show Bio
@chrishadley We found the issue. Its unrelated to the issue we already fixed, but would have the same timeout symptoms. We will get a fix out asap and I will report back. (Thanks for the detail about results after 500 being the issue, that was the magic detail that narrowed it down for us).
@romsnesrom This might be the source of your issue as well.
- solidus0079
- Follow
Forum Posts: 11
Wiki Points: 111
Followed by: 0
Reviews: 0 Lists: 0
#21
Posted by
solidus0079
(11 posts)
- 8 months, 30 days ago
- Show Bio
Thanks for all the help of late, Steve.
- robinsonr74
- Follow
Forum Posts: 5
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#22
Edited by
robinsonr74
(5 posts)
- 8 months, 30 days ago
- Show Bio
Superman, Cyborg, and 'The Order', here, still not working.
- Chrishadley
- Follow
Forum Posts: 3
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#23
Edited by
Chrishadley
(3 posts)
- 8 months, 30 days ago
- Show Bio
I'm still having the issue with items with very generic names, like 'Marvels', 'Marvel Super-Heroes', 'The Cat', and also, amusingly enough, 'Cyborg' and 'The Order'. It looks like it is hitting a limit of number of responses and locking up. I understand there may be a limit of responses on the API? Is there some way to rate-limit Comic Vine Scraper? I found no way to do that without rewriting it. It will let you pause between comics, but there's no way to limit the number of responses on a single comic. Thank you so much for your help so far!
Edit: Also, it's getting to 600 responses before dying now :)
- romsnesrom
- Follow
Forum Posts: 11
Wiki Points: 1864
Followed by: 0
Reviews: 0 Lists: 0
#25
Posted by
romsnesrom
(11 posts)
- 8 months, 30 days ago
- Show Bio
@steveeasley said:
@chrishadley We found the issue. Its unrelated to the issue we already fixed, but would have the same timeout symptoms. We will get a fix out asap and I will report back. (Thanks for the detail about results after 500 being the issue, that was the magic detail that narrowed it down for us).
@romsnesrom This might be the source of your issue as well.
I am happy to report that most of the problem is gone. I am still having problem with the series everyone is already complaining: "Cyborg", "Superman", "The Order", "Armies".
- admjim
- Follow
Forum Posts: 3
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#27
Posted by
admjim
(3 posts)
- 8 months, 28 days ago
- Show Bio
@cbanack: or @steveeasley As of right now (Sunday 11/19/17 11:15am CT) I am still having issues with Superman 30-34 (2017) and Cyborg 17 &18 (2017). I have been using the script on and off for the last 3 days and have never been able to get these books to scrape yet I am able to get 100's of others to wrok with now issue's. Please let me know if there is something I can do to help trace the issue. Maybe setup a Date/Time to test. I know what to do at this point to break it ;)
- jmducat
- Follow
Forum Posts: 4
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#28
Posted by
jmducat
(4 posts)
- 8 months, 28 days ago
- Show Bio
Hi all - I'm having the same issues as @admjim. I can't scrape Cyborg 18 and Superman 34, 35. Just did a bunch of other scraping. I tried linking to those addresses in post #1 with my API key and got the 502 error.
- steveeasley
- Follow
Forum Posts: 15
Wiki Points: 101
Followed by: 0
Reviews: 0 Lists: 0
#29
Posted by
steveeasley
(15 posts)
- 8 months, 27 days ago
- Show Bio
Can you guys try again? We just released the fix I mentioned above related to some timeouts.
- Chrishadley
- Follow
Forum Posts: 3
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#30
Posted by
Chrishadley
(3 posts)
- 8 months, 27 days ago
- Show Bio
It looks like all of the ones that scraping was failing on are now working, I've cleared my whole backlog successfully. You rock!
- jmducat
- Follow
Forum Posts: 4
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#31
Posted by
jmducat
(4 posts)
- 8 months, 27 days ago
- Show Bio
Same here - everything scraped with no issues. Thank so much!
- Comic Vine
- Forums
- Bug Reporting
Browse Boards
- Gen. Discussion
- Bug Reporting
- Delete/Combine Pages
- Artist Show-Off
- Off-Topic
- Contests
- Battles
- Fan-Fic
- RPG
- Comic Book Preview
- API Developers
- Editing & Tools
- Podcast
- Quests
Jump to Top
Jump to Last Read
Please Log In to post.
- Comic Vine
- Forums
- Bug Reporting
API Request Times out for Certain Queries
- cbanack
- Follow
Forum Posts: 122
Wiki Points: 199
Followed by: 0
Reviews: 0 Lists: 0
#1
Edited by
cbanack
(122 posts)
- 9 months, 6 days ago
- Show Bio
Hi guys,
This week I've been getting a lot of reports from the users of my third party app that say they are suddenly unable to use the Comic Vine API to search for a couple of specific volumes. So I investigated, and I found that when you use the Search API to search for those two volumes, the http request will always time out and you'll get either a 500 or a 502 (bad gateway) error.
This is a new behaviour. It might indicate that some kind of infinite loop or something similar was recently introduced on the server side of Comic Vine's public API. What follows is a specific description of the problem. Note: you will have to substitute your own API key into the URL's I've provided.
-------
Say I'm searching for "Superman" volumes. The API query might look like:
https://comicvine.gamespot.com/api/search/?api_key=[YOUR-API-KEY]&format=xml&limit=20&query=superman&resources=volume
But as of this moment, that query always times out. If you change the search term to something else that will return a lot of volumes ('spiderman' or 'batman') it still works fine and returns results quickly.
What about if I'm searching for "Cyborg"? As of this writing, there's only 26 volumes that should be returned by this http request:
https://comicvine.gamespot.com/api/search/?api_key=[YOUR-API-KEY]&format=xml&limit=100&query=cyborg&resources=volume
But this request times out too! Note that limit=100 and query=cyborg.
If I switch to limit results to 20 volumes instead, it works fine:
https://comicvine.gamespot.com/api/search/?api_key=[YOUR-API-KEY]&format=xml&limit=20&query=cyborg&resources=volume
In fact, if I try anything less than 20 issues, it also works fine. But 21 issues or more, and it always times out. Also, for the first query I mentioned (superman), it times out no matter what I set the limit to.
-------
Hopefully this is enough info to help you guys track down the bug. It is probably related to changes that were made in the last week or so, since my app has a lot of users and they all started noticing problems on Wednesday. The problems have all been related to the same queries I've described above ('cyborg' and 'superman', limit=100).
If I can help verify a fix or provide more information, just let me know.
- solidus0079
- Follow
Forum Posts: 11
Wiki Points: 111
Followed by: 0
Reviews: 0 Lists: 0
#2
Edited by
solidus0079
(11 posts)
- 9 months, 5 days ago
- Show Bio
Here's a link to the Cyborg #18 page, another issue that is causing problems. It can't even be viewed in a browser, I get a "Something's Wrong T_T" error. . https://comicvine.gamespot.com/cyborg-18-singularity-aftermath-the-end/4000-634508/ so this isn't just an API or 3rd party program problem.
- pikahyper
- Follow
Forum Posts: 18188
Wiki Points: 22379295
Followed by: 0
Reviews: 5 Lists: 380
#3
Edited by
pikahyper
(18188 posts)
- 9 months, 5 days ago
- Show Bio
@solidus0079: page is viewable now, the site was having some outage problems through out the week.
- solidus0079
- Follow
Forum Posts: 11
Wiki Points: 111
Followed by: 0
Reviews: 0 Lists: 0
#4
Posted by
solidus0079
(11 posts)
- 9 months, 4 days ago
- Show Bio
Thanks, pkahyper -
But now something else seems to be going on. Scraping any comics at all seems to result in an IP ban. I'm posting via the Tor browser at the moment.
- pezh0re
- Follow
Forum Posts: 2
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#5
Edited by
pezh0re
(2 posts)
- 9 months, 4 days ago
- Show Bio
I'm also seeing an IP ban whenever attempting an API call. Attempting to reach the first url in op (https://comicvine.gamespot.com/api/search/?api_key=[YOUR-API-KEY]&format=xml&limit=20&query=superman&resources=volume) resulted in a page saying site undergoing maintenance... is there an ongoing issue with the API service?
- Crave
- Follow
Forum Posts: 1
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#6
Posted by
Crave
(1 posts)
- 9 months, 4 days ago
- Show Bio
I am also getting IP banned for 30+ minutes for running any API query.
- solidus0079
- Follow
Forum Posts: 11
Wiki Points: 111
Followed by: 0
Reviews: 0 Lists: 0
#7
Posted by
solidus0079
(11 posts)
- 9 months, 3 days ago
- Show Bio
Seems resolved for now at least. :)
- pezh0re
- Follow
Forum Posts: 2
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#8
Posted by
pezh0re
(2 posts)
- 9 months, 3 days ago
- Show Bio
@solidus0079: Yup, looks good on for me too. I wonder what happened....
- admjim
- Follow
Forum Posts: 3
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#9
Posted by
admjim
(3 posts)
- 9 months, 3 days ago
- Show Bio
still having issues with Superman. Although the message I get is different "The Comic Vine online database could not be reached. This may be a temporary technical error with the database, or there may be a problem with your internet connection."
I am able to get info for other comics right after this error. Prior to today I was unable to get info for any book, even though I was able to seemy current api usage showing I was within the limits. BTW this started 3 days ago in the middle of a request for 34 book updates. Let me know if there is any other info you need.
- solidus0079
- Follow
Forum Posts: 11
Wiki Points: 111
Followed by: 0
Reviews: 0 Lists: 0
#10
Posted by
solidus0079
(11 posts)
- 9 months, 3 days ago
- Show Bio
@admjim I was able to scrape that issue just fine after whatever fix was fixed.
- romsnesrom
- Follow
Forum Posts: 11
Wiki Points: 1864
Followed by: 0
Reviews: 0 Lists: 0
#11
Posted by
romsnesrom
(11 posts)
- 9 months, 3 days ago
- Show Bio
@pikahyper said:
@solidus0079: page is viewable now, the site was having some outage problems through out the week.
Is the outage problem solved? I am still having trouble scraping. Not only superman and cyborg, but anything past 20 queries give or take.
- solidus0079
- Follow
Forum Posts: 11
Wiki Points: 111
Followed by: 0
Reviews: 0 Lists: 0
#12
Posted by
solidus0079
(11 posts)
- 9 months, 3 days ago
- Show Bio
@romsnesrom: I just did over 400 scrapes, including the problematic Superman and Cyborg issues. Not one hiccup.
- cbanack
- Follow
Forum Posts: 122
Wiki Points: 199
Followed by: 0
Reviews: 0 Lists: 0
#13
Edited by
cbanack
(122 posts)
- 9 months, 3 days ago
- Show Bio
Just to clarify, the original bug I reported in this thread is still occurring (i.e. can't search for Superman or Cyborg with the API).
People have started discussing a separate, unrelated bug (IP bans) in this thread as well.
- admjim
- Follow
Forum Posts: 3
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#14
Posted by
admjim
(3 posts)
- 9 months, 3 days ago
- Show Bio
Just to clarify my issue is still going on I cannot scrape the Superman Rebirth issues 30-34 however the message I get is as stated earlier it times out and then gives "The Comic Vine online database could not be reached. This may be a temporary technical error with the database, or there may be a problem with your internet connection." I attempted to scrape each issue one at a time and as a group with other books, each time it failed on the Superman Book.
I do not get a either a "500 or a 502 (bad gateway) error.
I am able to scrape other Superman issues from other years as well as other books not related to Superman. Allof this is within the last 15 minutes.
I have not tested the Cyborg issue so I cannot comment on that.
- cbanack
- Follow
Forum Posts: 122
Wiki Points: 199
Followed by: 0
Reviews: 0 Lists: 0
#15
Edited by
cbanack
(122 posts)
- 9 months, 1 day ago
- Show Bio
@admjim said:
"The Comic Vine online database could not be reached. This may be a temporary technical error with the database, or there may be a problem with your internet connection."
<snip>
I do not get a either a "500 or a 502 (bad gateway) error.
That error you are getting in the Comic Vine Scraper application (which is not created by nor directly supported by the comicvine.com) is actually being caused by 500 and 502 errors that Comic Vine Scraper encounters when it tries to access the Comic Vine API.
My original bug report is just showing those failing API calls directly (and taking Comic Vine Scraper out of the equation) but we are actually reporting the same problem.
- steveeasley
- Follow
Forum Posts: 15
Wiki Points: 101
Followed by: 0
Reviews: 0 Lists: 0
#16
Posted by
steveeasley
(15 posts)
- 9 months, 1 day ago
- Show Bio
This should now be resolved, thanks for all the reports. We believe it was being caused by Comic Vine's own network provider misidentifying the CVS app as a threat. They have removed the signature causing the issue.
Let me know if its still a problem.
- Chrishadley
- Follow
Forum Posts: 3
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#17
Posted by
Chrishadley
(3 posts)
- 9 months, 1 day ago
- Show Bio
I have been having severe problems using the Comic Vine scraping script for Comicrack for the past few days. I've been getting the error "The Comic Vine online database could not be reached. This may be due to a temporary technical error with the database, or there may be a problem with your internet connection.". This problem has cleared up today, except for scraping comics with very generic names. For example, I have a copy of "Marvels" that I can't scrape for. It acts like it's working, and when it gets to 500 entries it stops, and gives me the "Cannot Access Online Database" error.
- romsnesrom
- Follow
Forum Posts: 11
Wiki Points: 1864
Followed by: 0
Reviews: 0 Lists: 0
#18
Posted by
romsnesrom
(11 posts)
- 9 months, 1 day ago
- Show Bio
@steveeasley said:
This should now be resolved, thanks for all the reports. We believe it was being caused by Comic Vine's own network provider misidentifying the CVS app as a threat. They have removed the signature causing the issue.
Let me know if its still a problem.
The problem persists for me, Steve. If there is another data I could provide to help diagnose the situation, just ask.
- steveeasley
- Follow
Forum Posts: 15
Wiki Points: 101
Followed by: 0
Reviews: 0 Lists: 0
#19
Posted by
steveeasley
(15 posts)
- 9 months, 1 day ago
- Show Bio
@romsnesrom What are your specific symptoms? The more detail the better.
- steveeasley
- Follow
Forum Posts: 15
Wiki Points: 101
Followed by: 0
Reviews: 0 Lists: 0
#20
Edited by
steveeasley
(15 posts)
- 9 months, 1 day ago
- Show Bio
@chrishadley We found the issue. Its unrelated to the issue we already fixed, but would have the same timeout symptoms. We will get a fix out asap and I will report back. (Thanks for the detail about results after 500 being the issue, that was the magic detail that narrowed it down for us).
@romsnesrom This might be the source of your issue as well.
- solidus0079
- Follow
Forum Posts: 11
Wiki Points: 111
Followed by: 0
Reviews: 0 Lists: 0
#21
Posted by
solidus0079
(11 posts)
- 8 months, 30 days ago
- Show Bio
Thanks for all the help of late, Steve.
- robinsonr74
- Follow
Forum Posts: 5
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#22
Edited by
robinsonr74
(5 posts)
- 8 months, 30 days ago
- Show Bio
Superman, Cyborg, and 'The Order', here, still not working.
- Chrishadley
- Follow
Forum Posts: 3
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#23
Edited by
Chrishadley
(3 posts)
- 8 months, 30 days ago
- Show Bio
I'm still having the issue with items with very generic names, like 'Marvels', 'Marvel Super-Heroes', 'The Cat', and also, amusingly enough, 'Cyborg' and 'The Order'. It looks like it is hitting a limit of number of responses and locking up. I understand there may be a limit of responses on the API? Is there some way to rate-limit Comic Vine Scraper? I found no way to do that without rewriting it. It will let you pause between comics, but there's no way to limit the number of responses on a single comic. Thank you so much for your help so far!
Edit: Also, it's getting to 600 responses before dying now :)
- romsnesrom
- Follow
Forum Posts: 11
Wiki Points: 1864
Followed by: 0
Reviews: 0 Lists: 0
#25
Posted by
romsnesrom
(11 posts)
- 8 months, 30 days ago
- Show Bio
@steveeasley said:
@chrishadley We found the issue. Its unrelated to the issue we already fixed, but would have the same timeout symptoms. We will get a fix out asap and I will report back. (Thanks for the detail about results after 500 being the issue, that was the magic detail that narrowed it down for us).
@romsnesrom This might be the source of your issue as well.
I am happy to report that most of the problem is gone. I am still having problem with the series everyone is already complaining: "Cyborg", "Superman", "The Order", "Armies".
- admjim
- Follow
Forum Posts: 3
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#27
Posted by
admjim
(3 posts)
- 8 months, 28 days ago
- Show Bio
@cbanack: or @steveeasley As of right now (Sunday 11/19/17 11:15am CT) I am still having issues with Superman 30-34 (2017) and Cyborg 17 &18 (2017). I have been using the script on and off for the last 3 days and have never been able to get these books to scrape yet I am able to get 100's of others to wrok with now issue's. Please let me know if there is something I can do to help trace the issue. Maybe setup a Date/Time to test. I know what to do at this point to break it ;)
- jmducat
- Follow
Forum Posts: 4
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#28
Posted by
jmducat
(4 posts)
- 8 months, 28 days ago
- Show Bio
Hi all - I'm having the same issues as @admjim. I can't scrape Cyborg 18 and Superman 34, 35. Just did a bunch of other scraping. I tried linking to those addresses in post #1 with my API key and got the 502 error.
- steveeasley
- Follow
Forum Posts: 15
Wiki Points: 101
Followed by: 0
Reviews: 0 Lists: 0
#29
Posted by
steveeasley
(15 posts)
- 8 months, 27 days ago
- Show Bio
Can you guys try again? We just released the fix I mentioned above related to some timeouts.
- Chrishadley
- Follow
Forum Posts: 3
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#30
Posted by
Chrishadley
(3 posts)
- 8 months, 27 days ago
- Show Bio
It looks like all of the ones that scraping was failing on are now working, I've cleared my whole backlog successfully. You rock!
- jmducat
- Follow
Forum Posts: 4
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#31
Posted by
jmducat
(4 posts)
- 8 months, 27 days ago
- Show Bio
Same here - everything scraped with no issues. Thank so much!
- Comic Vine
- Forums
- Bug Reporting
Browse Boards
- Gen. Discussion
- Bug Reporting
- Delete/Combine Pages
- Artist Show-Off
- Off-Topic
- Contests
- Battles
- Fan-Fic
- RPG
- Comic Book Preview
- API Developers
- Editing & Tools
- Podcast
- Quests
Jump to Top
Jump to Last Read
Please Log In to post.
- cbanack
- Follow
Forum Posts: 122
Wiki Points: 199
Followed by: 0
Reviews: 0 Lists: 0
#1
Edited by
cbanack
(122 posts)
- 9 months, 6 days ago
- Show Bio
Hi guys,
This week I've been getting a lot of reports from the users of my third party app that say they are suddenly unable to use the Comic Vine API to search for a couple of specific volumes. So I investigated, and I found that when you use the Search API to search for those two volumes, the http request will always time out and you'll get either a 500 or a 502 (bad gateway) error.
This is a new behaviour. It might indicate that some kind of infinite loop or something similar was recently introduced on the server side of Comic Vine's public API. What follows is a specific description of the problem. Note: you will have to substitute your own API key into the URL's I've provided.
-------
Say I'm searching for "Superman" volumes. The API query might look like:
https://comicvine.gamespot.com/api/search/?api_key=[YOUR-API-KEY]&format=xml&limit=20&query=superman&resources=volume
But as of this moment, that query always times out. If you change the search term to something else that will return a lot of volumes ('spiderman' or 'batman') it still works fine and returns results quickly.
What about if I'm searching for "Cyborg"? As of this writing, there's only 26 volumes that should be returned by this http request:
https://comicvine.gamespot.com/api/search/?api_key=[YOUR-API-KEY]&format=xml&limit=100&query=cyborg&resources=volume
But this request times out too! Note that limit=100 and query=cyborg.
If I switch to limit results to 20 volumes instead, it works fine:
https://comicvine.gamespot.com/api/search/?api_key=[YOUR-API-KEY]&format=xml&limit=20&query=cyborg&resources=volume
In fact, if I try anything less than 20 issues, it also works fine. But 21 issues or more, and it always times out. Also, for the first query I mentioned (superman), it times out no matter what I set the limit to.
-------
Hopefully this is enough info to help you guys track down the bug. It is probably related to changes that were made in the last week or so, since my app has a lot of users and they all started noticing problems on Wednesday. The problems have all been related to the same queries I've described above ('cyborg' and 'superman', limit=100).
If I can help verify a fix or provide more information, just let me know.
- solidus0079
- Follow
Forum Posts: 11
Wiki Points: 111
Followed by: 0
Reviews: 0 Lists: 0
#2
Edited by
solidus0079
(11 posts)
- 9 months, 5 days ago
- Show Bio
Here's a link to the Cyborg #18 page, another issue that is causing problems. It can't even be viewed in a browser, I get a "Something's Wrong T_T" error. . https://comicvine.gamespot.com/cyborg-18-singularity-aftermath-the-end/4000-634508/ so this isn't just an API or 3rd party program problem.
- pikahyper
- Follow
Forum Posts: 18188
Wiki Points: 22379295
Followed by: 0
Reviews: 5 Lists: 380
#3
Edited by
pikahyper
(18188 posts)
- 9 months, 5 days ago
- Show Bio
@solidus0079: page is viewable now, the site was having some outage problems through out the week.
- solidus0079
- Follow
Forum Posts: 11
Wiki Points: 111
Followed by: 0
Reviews: 0 Lists: 0
#4
Posted by
solidus0079
(11 posts)
- 9 months, 4 days ago
- Show Bio
Thanks, pkahyper -
But now something else seems to be going on. Scraping any comics at all seems to result in an IP ban. I'm posting via the Tor browser at the moment.
- pezh0re
- Follow
Forum Posts: 2
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#5
Edited by
pezh0re
(2 posts)
- 9 months, 4 days ago
- Show Bio
I'm also seeing an IP ban whenever attempting an API call. Attempting to reach the first url in op (https://comicvine.gamespot.com/api/search/?api_key=[YOUR-API-KEY]&format=xml&limit=20&query=superman&resources=volume) resulted in a page saying site undergoing maintenance... is there an ongoing issue with the API service?
- Crave
- Follow
Forum Posts: 1
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#6
Posted by
Crave
(1 posts)
- 9 months, 4 days ago
- Show Bio
I am also getting IP banned for 30+ minutes for running any API query.
- solidus0079
- Follow
Forum Posts: 11
Wiki Points: 111
Followed by: 0
Reviews: 0 Lists: 0
#7
Posted by
solidus0079
(11 posts)
- 9 months, 3 days ago
- Show Bio
Seems resolved for now at least. :)
- pezh0re
- Follow
Forum Posts: 2
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#8
Posted by
pezh0re
(2 posts)
- 9 months, 3 days ago
- Show Bio
@solidus0079: Yup, looks good on for me too. I wonder what happened....
- admjim
- Follow
Forum Posts: 3
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#9
Posted by
admjim
(3 posts)
- 9 months, 3 days ago
- Show Bio
still having issues with Superman. Although the message I get is different "The Comic Vine online database could not be reached. This may be a temporary technical error with the database, or there may be a problem with your internet connection."
I am able to get info for other comics right after this error. Prior to today I was unable to get info for any book, even though I was able to seemy current api usage showing I was within the limits. BTW this started 3 days ago in the middle of a request for 34 book updates. Let me know if there is any other info you need.
- solidus0079
- Follow
Forum Posts: 11
Wiki Points: 111
Followed by: 0
Reviews: 0 Lists: 0
#10
Posted by
solidus0079
(11 posts)
- 9 months, 3 days ago
- Show Bio
@admjim I was able to scrape that issue just fine after whatever fix was fixed.
- romsnesrom
- Follow
Forum Posts: 11
Wiki Points: 1864
Followed by: 0
Reviews: 0 Lists: 0
#11
Posted by
romsnesrom
(11 posts)
- 9 months, 3 days ago
- Show Bio
@pikahyper said:
@solidus0079: page is viewable now, the site was having some outage problems through out the week.
Is the outage problem solved? I am still having trouble scraping. Not only superman and cyborg, but anything past 20 queries give or take.
- solidus0079
- Follow
Forum Posts: 11
Wiki Points: 111
Followed by: 0
Reviews: 0 Lists: 0
#12
Posted by
solidus0079
(11 posts)
- 9 months, 3 days ago
- Show Bio
@romsnesrom: I just did over 400 scrapes, including the problematic Superman and Cyborg issues. Not one hiccup.
- cbanack
- Follow
Forum Posts: 122
Wiki Points: 199
Followed by: 0
Reviews: 0 Lists: 0
#13
Edited by
cbanack
(122 posts)
- 9 months, 3 days ago
- Show Bio
Just to clarify, the original bug I reported in this thread is still occurring (i.e. can't search for Superman or Cyborg with the API).
People have started discussing a separate, unrelated bug (IP bans) in this thread as well.
- admjim
- Follow
Forum Posts: 3
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#14
Posted by
admjim
(3 posts)
- 9 months, 3 days ago
- Show Bio
Just to clarify my issue is still going on I cannot scrape the Superman Rebirth issues 30-34 however the message I get is as stated earlier it times out and then gives "The Comic Vine online database could not be reached. This may be a temporary technical error with the database, or there may be a problem with your internet connection." I attempted to scrape each issue one at a time and as a group with other books, each time it failed on the Superman Book.
I do not get a either a "500 or a 502 (bad gateway) error.
I am able to scrape other Superman issues from other years as well as other books not related to Superman. Allof this is within the last 15 minutes.
I have not tested the Cyborg issue so I cannot comment on that.
- cbanack
- Follow
Forum Posts: 122
Wiki Points: 199
Followed by: 0
Reviews: 0 Lists: 0
#15
Edited by
cbanack
(122 posts)
- 9 months, 1 day ago
- Show Bio
@admjim said:
"The Comic Vine online database could not be reached. This may be a temporary technical error with the database, or there may be a problem with your internet connection."
<snip>
I do not get a either a "500 or a 502 (bad gateway) error.
That error you are getting in the Comic Vine Scraper application (which is not created by nor directly supported by the comicvine.com) is actually being caused by 500 and 502 errors that Comic Vine Scraper encounters when it tries to access the Comic Vine API.
My original bug report is just showing those failing API calls directly (and taking Comic Vine Scraper out of the equation) but we are actually reporting the same problem.
- steveeasley
- Follow
Forum Posts: 15
Wiki Points: 101
Followed by: 0
Reviews: 0 Lists: 0
#16
Posted by
steveeasley
(15 posts)
- 9 months, 1 day ago
- Show Bio
This should now be resolved, thanks for all the reports. We believe it was being caused by Comic Vine's own network provider misidentifying the CVS app as a threat. They have removed the signature causing the issue.
Let me know if its still a problem.
- Chrishadley
- Follow
Forum Posts: 3
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#17
Posted by
Chrishadley
(3 posts)
- 9 months, 1 day ago
- Show Bio
I have been having severe problems using the Comic Vine scraping script for Comicrack for the past few days. I've been getting the error "The Comic Vine online database could not be reached. This may be due to a temporary technical error with the database, or there may be a problem with your internet connection.". This problem has cleared up today, except for scraping comics with very generic names. For example, I have a copy of "Marvels" that I can't scrape for. It acts like it's working, and when it gets to 500 entries it stops, and gives me the "Cannot Access Online Database" error.
- romsnesrom
- Follow
Forum Posts: 11
Wiki Points: 1864
Followed by: 0
Reviews: 0 Lists: 0
#18
Posted by
romsnesrom
(11 posts)
- 9 months, 1 day ago
- Show Bio
@steveeasley said:
This should now be resolved, thanks for all the reports. We believe it was being caused by Comic Vine's own network provider misidentifying the CVS app as a threat. They have removed the signature causing the issue.
Let me know if its still a problem.
The problem persists for me, Steve. If there is another data I could provide to help diagnose the situation, just ask.
- steveeasley
- Follow
Forum Posts: 15
Wiki Points: 101
Followed by: 0
Reviews: 0 Lists: 0
#19
Posted by
steveeasley
(15 posts)
- 9 months, 1 day ago
- Show Bio
@romsnesrom What are your specific symptoms? The more detail the better.
- steveeasley
- Follow
Forum Posts: 15
Wiki Points: 101
Followed by: 0
Reviews: 0 Lists: 0
#20
Edited by
steveeasley
(15 posts)
- 9 months, 1 day ago
- Show Bio
@chrishadley We found the issue. Its unrelated to the issue we already fixed, but would have the same timeout symptoms. We will get a fix out asap and I will report back. (Thanks for the detail about results after 500 being the issue, that was the magic detail that narrowed it down for us).
@romsnesrom This might be the source of your issue as well.
- solidus0079
- Follow
Forum Posts: 11
Wiki Points: 111
Followed by: 0
Reviews: 0 Lists: 0
#21
Posted by
solidus0079
(11 posts)
- 8 months, 30 days ago
- Show Bio
Thanks for all the help of late, Steve.
- robinsonr74
- Follow
Forum Posts: 5
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#22
Edited by
robinsonr74
(5 posts)
- 8 months, 30 days ago
- Show Bio
Superman, Cyborg, and 'The Order', here, still not working.
- Chrishadley
- Follow
Forum Posts: 3
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#23
Edited by
Chrishadley
(3 posts)
- 8 months, 30 days ago
- Show Bio
I'm still having the issue with items with very generic names, like 'Marvels', 'Marvel Super-Heroes', 'The Cat', and also, amusingly enough, 'Cyborg' and 'The Order'. It looks like it is hitting a limit of number of responses and locking up. I understand there may be a limit of responses on the API? Is there some way to rate-limit Comic Vine Scraper? I found no way to do that without rewriting it. It will let you pause between comics, but there's no way to limit the number of responses on a single comic. Thank you so much for your help so far!
Edit: Also, it's getting to 600 responses before dying now :)
- romsnesrom
- Follow
Forum Posts: 11
Wiki Points: 1864
Followed by: 0
Reviews: 0 Lists: 0
#25
Posted by
romsnesrom
(11 posts)
- 8 months, 30 days ago
- Show Bio
@steveeasley said:
@chrishadley We found the issue. Its unrelated to the issue we already fixed, but would have the same timeout symptoms. We will get a fix out asap and I will report back. (Thanks for the detail about results after 500 being the issue, that was the magic detail that narrowed it down for us).
@romsnesrom This might be the source of your issue as well.
I am happy to report that most of the problem is gone. I am still having problem with the series everyone is already complaining: "Cyborg", "Superman", "The Order", "Armies".
- admjim
- Follow
Forum Posts: 3
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#27
Posted by
admjim
(3 posts)
- 8 months, 28 days ago
- Show Bio
@cbanack: or @steveeasley As of right now (Sunday 11/19/17 11:15am CT) I am still having issues with Superman 30-34 (2017) and Cyborg 17 &18 (2017). I have been using the script on and off for the last 3 days and have never been able to get these books to scrape yet I am able to get 100's of others to wrok with now issue's. Please let me know if there is something I can do to help trace the issue. Maybe setup a Date/Time to test. I know what to do at this point to break it ;)
- jmducat
- Follow
Forum Posts: 4
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#28
Posted by
jmducat
(4 posts)
- 8 months, 28 days ago
- Show Bio
Hi all - I'm having the same issues as @admjim. I can't scrape Cyborg 18 and Superman 34, 35. Just did a bunch of other scraping. I tried linking to those addresses in post #1 with my API key and got the 502 error.
- steveeasley
- Follow
Forum Posts: 15
Wiki Points: 101
Followed by: 0
Reviews: 0 Lists: 0
#29
Posted by
steveeasley
(15 posts)
- 8 months, 27 days ago
- Show Bio
Can you guys try again? We just released the fix I mentioned above related to some timeouts.
- Chrishadley
- Follow
Forum Posts: 3
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#30
Posted by
Chrishadley
(3 posts)
- 8 months, 27 days ago
- Show Bio
It looks like all of the ones that scraping was failing on are now working, I've cleared my whole backlog successfully. You rock!
- jmducat
- Follow
Forum Posts: 4
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#31
Posted by
jmducat
(4 posts)
- 8 months, 27 days ago
- Show Bio
Same here - everything scraped with no issues. Thank so much!
- Comic Vine
- Forums
- Bug Reporting
Browse Boards
- Gen. Discussion
- Bug Reporting
- Delete/Combine Pages
- Artist Show-Off
- Off-Topic
- Contests
- Battles
- Fan-Fic
- RPG
- Comic Book Preview
- API Developers
- Editing & Tools
- Podcast
- Quests
Jump to Top
Jump to Last Read
Please Log In to post.
- cbanack
- Follow
Forum Posts: 122
Wiki Points: 199
Followed by: 0
Reviews: 0 Lists: 0
#1
Edited by
cbanack
(122 posts)
- 9 months, 6 days ago
- Show Bio
Hi guys,
This week I've been getting a lot of reports from the users of my third party app that say they are suddenly unable to use the Comic Vine API to search for a couple of specific volumes. So I investigated, and I found that when you use the Search API to search for those two volumes, the http request will always time out and you'll get either a 500 or a 502 (bad gateway) error.
This is a new behaviour. It might indicate that some kind of infinite loop or something similar was recently introduced on the server side of Comic Vine's public API. What follows is a specific description of the problem. Note: you will have to substitute your own API key into the URL's I've provided.
-------
Say I'm searching for "Superman" volumes. The API query might look like:
https://comicvine.gamespot.com/api/search/?api_key=[YOUR-API-KEY]&format=xml&limit=20&query=superman&resources=volume
But as of this moment, that query always times out. If you change the search term to something else that will return a lot of volumes ('spiderman' or 'batman') it still works fine and returns results quickly.
What about if I'm searching for "Cyborg"? As of this writing, there's only 26 volumes that should be returned by this http request:
https://comicvine.gamespot.com/api/search/?api_key=[YOUR-API-KEY]&format=xml&limit=100&query=cyborg&resources=volume
But this request times out too! Note that limit=100 and query=cyborg.
If I switch to limit results to 20 volumes instead, it works fine:
https://comicvine.gamespot.com/api/search/?api_key=[YOUR-API-KEY]&format=xml&limit=20&query=cyborg&resources=volume
In fact, if I try anything less than 20 issues, it also works fine. But 21 issues or more, and it always times out. Also, for the first query I mentioned (superman), it times out no matter what I set the limit to.
-------
Hopefully this is enough info to help you guys track down the bug. It is probably related to changes that were made in the last week or so, since my app has a lot of users and they all started noticing problems on Wednesday. The problems have all been related to the same queries I've described above ('cyborg' and 'superman', limit=100).
If I can help verify a fix or provide more information, just let me know.
- solidus0079
- Follow
Forum Posts: 11
Wiki Points: 111
Followed by: 0
Reviews: 0 Lists: 0
#2
Edited by
solidus0079
(11 posts)
- 9 months, 5 days ago
- Show Bio
Here's a link to the Cyborg #18 page, another issue that is causing problems. It can't even be viewed in a browser, I get a "Something's Wrong T_T" error. . https://comicvine.gamespot.com/cyborg-18-singularity-aftermath-the-end/4000-634508/ so this isn't just an API or 3rd party program problem.
- pikahyper
- Follow
Forum Posts: 18188
Wiki Points: 22379295
Followed by: 0
Reviews: 5 Lists: 380
#3
Edited by
pikahyper
(18188 posts)
- 9 months, 5 days ago
- Show Bio
@solidus0079: page is viewable now, the site was having some outage problems through out the week.
- solidus0079
- Follow
Forum Posts: 11
Wiki Points: 111
Followed by: 0
Reviews: 0 Lists: 0
#4
Posted by
solidus0079
(11 posts)
- 9 months, 4 days ago
- Show Bio
Thanks, pkahyper -
But now something else seems to be going on. Scraping any comics at all seems to result in an IP ban. I'm posting via the Tor browser at the moment.
- pezh0re
- Follow
Forum Posts: 2
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#5
Edited by
pezh0re
(2 posts)
- 9 months, 4 days ago
- Show Bio
I'm also seeing an IP ban whenever attempting an API call. Attempting to reach the first url in op (https://comicvine.gamespot.com/api/search/?api_key=[YOUR-API-KEY]&format=xml&limit=20&query=superman&resources=volume) resulted in a page saying site undergoing maintenance... is there an ongoing issue with the API service?
- Crave
- Follow
Forum Posts: 1
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#6
Posted by
Crave
(1 posts)
- 9 months, 4 days ago
- Show Bio
I am also getting IP banned for 30+ minutes for running any API query.
- solidus0079
- Follow
Forum Posts: 11
Wiki Points: 111
Followed by: 0
Reviews: 0 Lists: 0
#7
Posted by
solidus0079
(11 posts)
- 9 months, 3 days ago
- Show Bio
Seems resolved for now at least. :)
- pezh0re
- Follow
Forum Posts: 2
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#8
Posted by
pezh0re
(2 posts)
- 9 months, 3 days ago
- Show Bio
@solidus0079: Yup, looks good on for me too. I wonder what happened....
- admjim
- Follow
Forum Posts: 3
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#9
Posted by
admjim
(3 posts)
- 9 months, 3 days ago
- Show Bio
still having issues with Superman. Although the message I get is different "The Comic Vine online database could not be reached. This may be a temporary technical error with the database, or there may be a problem with your internet connection."
I am able to get info for other comics right after this error. Prior to today I was unable to get info for any book, even though I was able to seemy current api usage showing I was within the limits. BTW this started 3 days ago in the middle of a request for 34 book updates. Let me know if there is any other info you need.
- solidus0079
- Follow
Forum Posts: 11
Wiki Points: 111
Followed by: 0
Reviews: 0 Lists: 0
#10
Posted by
solidus0079
(11 posts)
- 9 months, 3 days ago
- Show Bio
@admjim I was able to scrape that issue just fine after whatever fix was fixed.
- romsnesrom
- Follow
Forum Posts: 11
Wiki Points: 1864
Followed by: 0
Reviews: 0 Lists: 0
#11
Posted by
romsnesrom
(11 posts)
- 9 months, 3 days ago
- Show Bio
@pikahyper said:
@solidus0079: page is viewable now, the site was having some outage problems through out the week.
Is the outage problem solved? I am still having trouble scraping. Not only superman and cyborg, but anything past 20 queries give or take.
- solidus0079
- Follow
Forum Posts: 11
Wiki Points: 111
Followed by: 0
Reviews: 0 Lists: 0
#12
Posted by
solidus0079
(11 posts)
- 9 months, 3 days ago
- Show Bio
@romsnesrom: I just did over 400 scrapes, including the problematic Superman and Cyborg issues. Not one hiccup.
- cbanack
- Follow
Forum Posts: 122
Wiki Points: 199
Followed by: 0
Reviews: 0 Lists: 0
#13
Edited by
cbanack
(122 posts)
- 9 months, 3 days ago
- Show Bio
Just to clarify, the original bug I reported in this thread is still occurring (i.e. can't search for Superman or Cyborg with the API).
People have started discussing a separate, unrelated bug (IP bans) in this thread as well.
- admjim
- Follow
Forum Posts: 3
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#14
Posted by
admjim
(3 posts)
- 9 months, 3 days ago
- Show Bio
Just to clarify my issue is still going on I cannot scrape the Superman Rebirth issues 30-34 however the message I get is as stated earlier it times out and then gives "The Comic Vine online database could not be reached. This may be a temporary technical error with the database, or there may be a problem with your internet connection." I attempted to scrape each issue one at a time and as a group with other books, each time it failed on the Superman Book.
I do not get a either a "500 or a 502 (bad gateway) error.
I am able to scrape other Superman issues from other years as well as other books not related to Superman. Allof this is within the last 15 minutes.
I have not tested the Cyborg issue so I cannot comment on that.
- cbanack
- Follow
Forum Posts: 122
Wiki Points: 199
Followed by: 0
Reviews: 0 Lists: 0
#15
Edited by
cbanack
(122 posts)
- 9 months, 1 day ago
- Show Bio
@admjim said:
"The Comic Vine online database could not be reached. This may be a temporary technical error with the database, or there may be a problem with your internet connection."
<snip>
I do not get a either a "500 or a 502 (bad gateway) error.
That error you are getting in the Comic Vine Scraper application (which is not created by nor directly supported by the comicvine.com) is actually being caused by 500 and 502 errors that Comic Vine Scraper encounters when it tries to access the Comic Vine API.
My original bug report is just showing those failing API calls directly (and taking Comic Vine Scraper out of the equation) but we are actually reporting the same problem.
- steveeasley
- Follow
Forum Posts: 15
Wiki Points: 101
Followed by: 0
Reviews: 0 Lists: 0
#16
Posted by
steveeasley
(15 posts)
- 9 months, 1 day ago
- Show Bio
This should now be resolved, thanks for all the reports. We believe it was being caused by Comic Vine's own network provider misidentifying the CVS app as a threat. They have removed the signature causing the issue.
Let me know if its still a problem.
- Chrishadley
- Follow
Forum Posts: 3
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#17
Posted by
Chrishadley
(3 posts)
- 9 months, 1 day ago
- Show Bio
I have been having severe problems using the Comic Vine scraping script for Comicrack for the past few days. I've been getting the error "The Comic Vine online database could not be reached. This may be due to a temporary technical error with the database, or there may be a problem with your internet connection.". This problem has cleared up today, except for scraping comics with very generic names. For example, I have a copy of "Marvels" that I can't scrape for. It acts like it's working, and when it gets to 500 entries it stops, and gives me the "Cannot Access Online Database" error.
- romsnesrom
- Follow
Forum Posts: 11
Wiki Points: 1864
Followed by: 0
Reviews: 0 Lists: 0
#18
Posted by
romsnesrom
(11 posts)
- 9 months, 1 day ago
- Show Bio
@steveeasley said:
This should now be resolved, thanks for all the reports. We believe it was being caused by Comic Vine's own network provider misidentifying the CVS app as a threat. They have removed the signature causing the issue.
Let me know if its still a problem.
The problem persists for me, Steve. If there is another data I could provide to help diagnose the situation, just ask.
- steveeasley
- Follow
Forum Posts: 15
Wiki Points: 101
Followed by: 0
Reviews: 0 Lists: 0
#19
Posted by
steveeasley
(15 posts)
- 9 months, 1 day ago
- Show Bio
@romsnesrom What are your specific symptoms? The more detail the better.
- steveeasley
- Follow
Forum Posts: 15
Wiki Points: 101
Followed by: 0
Reviews: 0 Lists: 0
#20
Edited by
steveeasley
(15 posts)
- 9 months, 1 day ago
- Show Bio
@chrishadley We found the issue. Its unrelated to the issue we already fixed, but would have the same timeout symptoms. We will get a fix out asap and I will report back. (Thanks for the detail about results after 500 being the issue, that was the magic detail that narrowed it down for us).
@romsnesrom This might be the source of your issue as well.
- solidus0079
- Follow
Forum Posts: 11
Wiki Points: 111
Followed by: 0
Reviews: 0 Lists: 0
#21
Posted by
solidus0079
(11 posts)
- 8 months, 30 days ago
- Show Bio
Thanks for all the help of late, Steve.
- robinsonr74
- Follow
Forum Posts: 5
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#22
Edited by
robinsonr74
(5 posts)
- 8 months, 30 days ago
- Show Bio
Superman, Cyborg, and 'The Order', here, still not working.
- Chrishadley
- Follow
Forum Posts: 3
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#23
Edited by
Chrishadley
(3 posts)
- 8 months, 30 days ago
- Show Bio
I'm still having the issue with items with very generic names, like 'Marvels', 'Marvel Super-Heroes', 'The Cat', and also, amusingly enough, 'Cyborg' and 'The Order'. It looks like it is hitting a limit of number of responses and locking up. I understand there may be a limit of responses on the API? Is there some way to rate-limit Comic Vine Scraper? I found no way to do that without rewriting it. It will let you pause between comics, but there's no way to limit the number of responses on a single comic. Thank you so much for your help so far!
Edit: Also, it's getting to 600 responses before dying now :)
- romsnesrom
- Follow
Forum Posts: 11
Wiki Points: 1864
Followed by: 0
Reviews: 0 Lists: 0
#25
Posted by
romsnesrom
(11 posts)
- 8 months, 30 days ago
- Show Bio
@steveeasley said:
@chrishadley We found the issue. Its unrelated to the issue we already fixed, but would have the same timeout symptoms. We will get a fix out asap and I will report back. (Thanks for the detail about results after 500 being the issue, that was the magic detail that narrowed it down for us).
@romsnesrom This might be the source of your issue as well.
I am happy to report that most of the problem is gone. I am still having problem with the series everyone is already complaining: "Cyborg", "Superman", "The Order", "Armies".
- admjim
- Follow
Forum Posts: 3
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#27
Posted by
admjim
(3 posts)
- 8 months, 28 days ago
- Show Bio
@cbanack: or @steveeasley As of right now (Sunday 11/19/17 11:15am CT) I am still having issues with Superman 30-34 (2017) and Cyborg 17 &18 (2017). I have been using the script on and off for the last 3 days and have never been able to get these books to scrape yet I am able to get 100's of others to wrok with now issue's. Please let me know if there is something I can do to help trace the issue. Maybe setup a Date/Time to test. I know what to do at this point to break it ;)
- jmducat
- Follow
Forum Posts: 4
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#28
Posted by
jmducat
(4 posts)
- 8 months, 28 days ago
- Show Bio
Hi all - I'm having the same issues as @admjim. I can't scrape Cyborg 18 and Superman 34, 35. Just did a bunch of other scraping. I tried linking to those addresses in post #1 with my API key and got the 502 error.
- steveeasley
- Follow
Forum Posts: 15
Wiki Points: 101
Followed by: 0
Reviews: 0 Lists: 0
#29
Posted by
steveeasley
(15 posts)
- 8 months, 27 days ago
- Show Bio
Can you guys try again? We just released the fix I mentioned above related to some timeouts.
- Chrishadley
- Follow
Forum Posts: 3
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#30
Posted by
Chrishadley
(3 posts)
- 8 months, 27 days ago
- Show Bio
It looks like all of the ones that scraping was failing on are now working, I've cleared my whole backlog successfully. You rock!
- jmducat
- Follow
Forum Posts: 4
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#31
Posted by
jmducat
(4 posts)
- 8 months, 27 days ago
- Show Bio
Same here - everything scraped with no issues. Thank so much!
- Comic Vine
- Forums
- Bug Reporting
Browse Boards
- Gen. Discussion
- Bug Reporting
- Delete/Combine Pages
- Artist Show-Off
- Off-Topic
- Contests
- Battles
- Fan-Fic
- RPG
- Comic Book Preview
- API Developers
- Editing & Tools
- Podcast
- Quests
Jump to Top
Jump to Last Read
Please Log In to post.
- cbanack
- Follow
Forum Posts: 122
Wiki Points: 199
Followed by: 0
Reviews: 0 Lists: 0
#1
Edited by
cbanack
(122 posts)
- 9 months, 6 days ago
- Show Bio
Hi guys,
This week I've been getting a lot of reports from the users of my third party app that say they are suddenly unable to use the Comic Vine API to search for a couple of specific volumes. So I investigated, and I found that when you use the Search API to search for those two volumes, the http request will always time out and you'll get either a 500 or a 502 (bad gateway) error.
This is a new behaviour. It might indicate that some kind of infinite loop or something similar was recently introduced on the server side of Comic Vine's public API. What follows is a specific description of the problem. Note: you will have to substitute your own API key into the URL's I've provided.
-------
Say I'm searching for "Superman" volumes. The API query might look like:
https://comicvine.gamespot.com/api/search/?api_key=[YOUR-API-KEY]&format=xml&limit=20&query=superman&resources=volume
But as of this moment, that query always times out. If you change the search term to something else that will return a lot of volumes ('spiderman' or 'batman') it still works fine and returns results quickly.
What about if I'm searching for "Cyborg"? As of this writing, there's only 26 volumes that should be returned by this http request:
https://comicvine.gamespot.com/api/search/?api_key=[YOUR-API-KEY]&format=xml&limit=100&query=cyborg&resources=volume
But this request times out too! Note that limit=100 and query=cyborg.
If I switch to limit results to 20 volumes instead, it works fine:
https://comicvine.gamespot.com/api/search/?api_key=[YOUR-API-KEY]&format=xml&limit=20&query=cyborg&resources=volume
In fact, if I try anything less than 20 issues, it also works fine. But 21 issues or more, and it always times out. Also, for the first query I mentioned (superman), it times out no matter what I set the limit to.
-------
Hopefully this is enough info to help you guys track down the bug. It is probably related to changes that were made in the last week or so, since my app has a lot of users and they all started noticing problems on Wednesday. The problems have all been related to the same queries I've described above ('cyborg' and 'superman', limit=100).
If I can help verify a fix or provide more information, just let me know.
- solidus0079
- Follow
Forum Posts: 11
Wiki Points: 111
Followed by: 0
Reviews: 0 Lists: 0
#2
Edited by
solidus0079
(11 posts)
- 9 months, 5 days ago
- Show Bio
Here's a link to the Cyborg #18 page, another issue that is causing problems. It can't even be viewed in a browser, I get a "Something's Wrong T_T" error. . https://comicvine.gamespot.com/cyborg-18-singularity-aftermath-the-end/4000-634508/ so this isn't just an API or 3rd party program problem.
- pikahyper
- Follow
Forum Posts: 18188
Wiki Points: 22379295
Followed by: 0
Reviews: 5 Lists: 380
#3
Edited by
pikahyper
(18188 posts)
- 9 months, 5 days ago
- Show Bio
@solidus0079: page is viewable now, the site was having some outage problems through out the week.
- solidus0079
- Follow
Forum Posts: 11
Wiki Points: 111
Followed by: 0
Reviews: 0 Lists: 0
#4
Posted by
solidus0079
(11 posts)
- 9 months, 4 days ago
- Show Bio
Thanks, pkahyper -
But now something else seems to be going on. Scraping any comics at all seems to result in an IP ban. I'm posting via the Tor browser at the moment.
- pezh0re
- Follow
Forum Posts: 2
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#5
Edited by
pezh0re
(2 posts)
- 9 months, 4 days ago
- Show Bio
I'm also seeing an IP ban whenever attempting an API call. Attempting to reach the first url in op (https://comicvine.gamespot.com/api/search/?api_key=[YOUR-API-KEY]&format=xml&limit=20&query=superman&resources=volume) resulted in a page saying site undergoing maintenance... is there an ongoing issue with the API service?
- Crave
- Follow
Forum Posts: 1
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#6
Posted by
Crave
(1 posts)
- 9 months, 4 days ago
- Show Bio
I am also getting IP banned for 30+ minutes for running any API query.
- solidus0079
- Follow
Forum Posts: 11
Wiki Points: 111
Followed by: 0
Reviews: 0 Lists: 0
#7
Posted by
solidus0079
(11 posts)
- 9 months, 3 days ago
- Show Bio
Seems resolved for now at least. :)
- pezh0re
- Follow
Forum Posts: 2
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#8
Posted by
pezh0re
(2 posts)
- 9 months, 3 days ago
- Show Bio
@solidus0079: Yup, looks good on for me too. I wonder what happened....
- admjim
- Follow
Forum Posts: 3
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#9
Posted by
admjim
(3 posts)
- 9 months, 3 days ago
- Show Bio
still having issues with Superman. Although the message I get is different "The Comic Vine online database could not be reached. This may be a temporary technical error with the database, or there may be a problem with your internet connection."
I am able to get info for other comics right after this error. Prior to today I was unable to get info for any book, even though I was able to seemy current api usage showing I was within the limits. BTW this started 3 days ago in the middle of a request for 34 book updates. Let me know if there is any other info you need.
- solidus0079
- Follow
Forum Posts: 11
Wiki Points: 111
Followed by: 0
Reviews: 0 Lists: 0
#10
Posted by
solidus0079
(11 posts)
- 9 months, 3 days ago
- Show Bio
@admjim I was able to scrape that issue just fine after whatever fix was fixed.
- romsnesrom
- Follow
Forum Posts: 11
Wiki Points: 1864
Followed by: 0
Reviews: 0 Lists: 0
#11
Posted by
romsnesrom
(11 posts)
- 9 months, 3 days ago
- Show Bio
@pikahyper said:
@solidus0079: page is viewable now, the site was having some outage problems through out the week.
Is the outage problem solved? I am still having trouble scraping. Not only superman and cyborg, but anything past 20 queries give or take.
- solidus0079
- Follow
Forum Posts: 11
Wiki Points: 111
Followed by: 0
Reviews: 0 Lists: 0
#12
Posted by
solidus0079
(11 posts)
- 9 months, 3 days ago
- Show Bio
@romsnesrom: I just did over 400 scrapes, including the problematic Superman and Cyborg issues. Not one hiccup.
- cbanack
- Follow
Forum Posts: 122
Wiki Points: 199
Followed by: 0
Reviews: 0 Lists: 0
#13
Edited by
cbanack
(122 posts)
- 9 months, 3 days ago
- Show Bio
Just to clarify, the original bug I reported in this thread is still occurring (i.e. can't search for Superman or Cyborg with the API).
People have started discussing a separate, unrelated bug (IP bans) in this thread as well.
- admjim
- Follow
Forum Posts: 3
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#14
Posted by
admjim
(3 posts)
- 9 months, 3 days ago
- Show Bio
Just to clarify my issue is still going on I cannot scrape the Superman Rebirth issues 30-34 however the message I get is as stated earlier it times out and then gives "The Comic Vine online database could not be reached. This may be a temporary technical error with the database, or there may be a problem with your internet connection." I attempted to scrape each issue one at a time and as a group with other books, each time it failed on the Superman Book.
I do not get a either a "500 or a 502 (bad gateway) error.
I am able to scrape other Superman issues from other years as well as other books not related to Superman. Allof this is within the last 15 minutes.
I have not tested the Cyborg issue so I cannot comment on that.
- cbanack
- Follow
Forum Posts: 122
Wiki Points: 199
Followed by: 0
Reviews: 0 Lists: 0
#15
Edited by
cbanack
(122 posts)
- 9 months, 1 day ago
- Show Bio
@admjim said:
"The Comic Vine online database could not be reached. This may be a temporary technical error with the database, or there may be a problem with your internet connection."
<snip>
I do not get a either a "500 or a 502 (bad gateway) error.
That error you are getting in the Comic Vine Scraper application (which is not created by nor directly supported by the comicvine.com) is actually being caused by 500 and 502 errors that Comic Vine Scraper encounters when it tries to access the Comic Vine API.
My original bug report is just showing those failing API calls directly (and taking Comic Vine Scraper out of the equation) but we are actually reporting the same problem.
- steveeasley
- Follow
Forum Posts: 15
Wiki Points: 101
Followed by: 0
Reviews: 0 Lists: 0
#16
Posted by
steveeasley
(15 posts)
- 9 months, 1 day ago
- Show Bio
This should now be resolved, thanks for all the reports. We believe it was being caused by Comic Vine's own network provider misidentifying the CVS app as a threat. They have removed the signature causing the issue.
Let me know if its still a problem.
- Chrishadley
- Follow
Forum Posts: 3
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#17
Posted by
Chrishadley
(3 posts)
- 9 months, 1 day ago
- Show Bio
I have been having severe problems using the Comic Vine scraping script for Comicrack for the past few days. I've been getting the error "The Comic Vine online database could not be reached. This may be due to a temporary technical error with the database, or there may be a problem with your internet connection.". This problem has cleared up today, except for scraping comics with very generic names. For example, I have a copy of "Marvels" that I can't scrape for. It acts like it's working, and when it gets to 500 entries it stops, and gives me the "Cannot Access Online Database" error.
- romsnesrom
- Follow
Forum Posts: 11
Wiki Points: 1864
Followed by: 0
Reviews: 0 Lists: 0
#18
Posted by
romsnesrom
(11 posts)
- 9 months, 1 day ago
- Show Bio
@steveeasley said:
This should now be resolved, thanks for all the reports. We believe it was being caused by Comic Vine's own network provider misidentifying the CVS app as a threat. They have removed the signature causing the issue.
Let me know if its still a problem.
The problem persists for me, Steve. If there is another data I could provide to help diagnose the situation, just ask.
- steveeasley
- Follow
Forum Posts: 15
Wiki Points: 101
Followed by: 0
Reviews: 0 Lists: 0
#19
Posted by
steveeasley
(15 posts)
- 9 months, 1 day ago
- Show Bio
@romsnesrom What are your specific symptoms? The more detail the better.
- steveeasley
- Follow
Forum Posts: 15
Wiki Points: 101
Followed by: 0
Reviews: 0 Lists: 0
#20
Edited by
steveeasley
(15 posts)
- 9 months, 1 day ago
- Show Bio
@chrishadley We found the issue. Its unrelated to the issue we already fixed, but would have the same timeout symptoms. We will get a fix out asap and I will report back. (Thanks for the detail about results after 500 being the issue, that was the magic detail that narrowed it down for us).
@romsnesrom This might be the source of your issue as well.
- solidus0079
- Follow
Forum Posts: 11
Wiki Points: 111
Followed by: 0
Reviews: 0 Lists: 0
#21
Posted by
solidus0079
(11 posts)
- 8 months, 30 days ago
- Show Bio
Thanks for all the help of late, Steve.
- robinsonr74
- Follow
Forum Posts: 5
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#22
Edited by
robinsonr74
(5 posts)
- 8 months, 30 days ago
- Show Bio
Superman, Cyborg, and 'The Order', here, still not working.
- Chrishadley
- Follow
Forum Posts: 3
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#23
Edited by
Chrishadley
(3 posts)
- 8 months, 30 days ago
- Show Bio
I'm still having the issue with items with very generic names, like 'Marvels', 'Marvel Super-Heroes', 'The Cat', and also, amusingly enough, 'Cyborg' and 'The Order'. It looks like it is hitting a limit of number of responses and locking up. I understand there may be a limit of responses on the API? Is there some way to rate-limit Comic Vine Scraper? I found no way to do that without rewriting it. It will let you pause between comics, but there's no way to limit the number of responses on a single comic. Thank you so much for your help so far!
Edit: Also, it's getting to 600 responses before dying now :)
- romsnesrom
- Follow
Forum Posts: 11
Wiki Points: 1864
Followed by: 0
Reviews: 0 Lists: 0
#25
Posted by
romsnesrom
(11 posts)
- 8 months, 30 days ago
- Show Bio
@steveeasley said:
@chrishadley We found the issue. Its unrelated to the issue we already fixed, but would have the same timeout symptoms. We will get a fix out asap and I will report back. (Thanks for the detail about results after 500 being the issue, that was the magic detail that narrowed it down for us).
@romsnesrom This might be the source of your issue as well.
I am happy to report that most of the problem is gone. I am still having problem with the series everyone is already complaining: "Cyborg", "Superman", "The Order", "Armies".
- admjim
- Follow
Forum Posts: 3
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#27
Posted by
admjim
(3 posts)
- 8 months, 28 days ago
- Show Bio
@cbanack: or @steveeasley As of right now (Sunday 11/19/17 11:15am CT) I am still having issues with Superman 30-34 (2017) and Cyborg 17 &18 (2017). I have been using the script on and off for the last 3 days and have never been able to get these books to scrape yet I am able to get 100's of others to wrok with now issue's. Please let me know if there is something I can do to help trace the issue. Maybe setup a Date/Time to test. I know what to do at this point to break it ;)
- jmducat
- Follow
Forum Posts: 4
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#28
Posted by
jmducat
(4 posts)
- 8 months, 28 days ago
- Show Bio
Hi all - I'm having the same issues as @admjim. I can't scrape Cyborg 18 and Superman 34, 35. Just did a bunch of other scraping. I tried linking to those addresses in post #1 with my API key and got the 502 error.
- steveeasley
- Follow
Forum Posts: 15
Wiki Points: 101
Followed by: 0
Reviews: 0 Lists: 0
#29
Posted by
steveeasley
(15 posts)
- 8 months, 27 days ago
- Show Bio
Can you guys try again? We just released the fix I mentioned above related to some timeouts.
- Chrishadley
- Follow
Forum Posts: 3
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#30
Posted by
Chrishadley
(3 posts)
- 8 months, 27 days ago
- Show Bio
It looks like all of the ones that scraping was failing on are now working, I've cleared my whole backlog successfully. You rock!
- jmducat
- Follow
Forum Posts: 4
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#31
Posted by
jmducat
(4 posts)
- 8 months, 27 days ago
- Show Bio
Same here - everything scraped with no issues. Thank so much!
- Comic Vine
- Forums
- Bug Reporting
Browse Boards
- Gen. Discussion
- Bug Reporting
- Delete/Combine Pages
- Artist Show-Off
- Off-Topic
- Contests
- Battles
- Fan-Fic
- RPG
- Comic Book Preview
- API Developers
- Editing & Tools
- Podcast
- Quests
Jump to Top
Jump to Last Read
Please Log In to post.
- cbanack
- Follow
Forum Posts: 122
Wiki Points: 199
Followed by: 0
Reviews: 0 Lists: 0
#1
Edited by
cbanack
(122 posts)
- 9 months, 6 days ago
- Show Bio
Hi guys,
This week I've been getting a lot of reports from the users of my third party app that say they are suddenly unable to use the Comic Vine API to search for a couple of specific volumes. So I investigated, and I found that when you use the Search API to search for those two volumes, the http request will always time out and you'll get either a 500 or a 502 (bad gateway) error.
This is a new behaviour. It might indicate that some kind of infinite loop or something similar was recently introduced on the server side of Comic Vine's public API. What follows is a specific description of the problem. Note: you will have to substitute your own API key into the URL's I've provided.
-------
Say I'm searching for "Superman" volumes. The API query might look like:
https://comicvine.gamespot.com/api/search/?api_key=[YOUR-API-KEY]&format=xml&limit=20&query=superman&resources=volume
But as of this moment, that query always times out. If you change the search term to something else that will return a lot of volumes ('spiderman' or 'batman') it still works fine and returns results quickly.
What about if I'm searching for "Cyborg"? As of this writing, there's only 26 volumes that should be returned by this http request:
https://comicvine.gamespot.com/api/search/?api_key=[YOUR-API-KEY]&format=xml&limit=100&query=cyborg&resources=volume
But this request times out too! Note that limit=100 and query=cyborg.
If I switch to limit results to 20 volumes instead, it works fine:
https://comicvine.gamespot.com/api/search/?api_key=[YOUR-API-KEY]&format=xml&limit=20&query=cyborg&resources=volume
In fact, if I try anything less than 20 issues, it also works fine. But 21 issues or more, and it always times out. Also, for the first query I mentioned (superman), it times out no matter what I set the limit to.
-------
Hopefully this is enough info to help you guys track down the bug. It is probably related to changes that were made in the last week or so, since my app has a lot of users and they all started noticing problems on Wednesday. The problems have all been related to the same queries I've described above ('cyborg' and 'superman', limit=100).
If I can help verify a fix or provide more information, just let me know.
- solidus0079
- Follow
Forum Posts: 11
Wiki Points: 111
Followed by: 0
Reviews: 0 Lists: 0
#2
Edited by
solidus0079
(11 posts)
- 9 months, 5 days ago
- Show Bio
Here's a link to the Cyborg #18 page, another issue that is causing problems. It can't even be viewed in a browser, I get a "Something's Wrong T_T" error. . https://comicvine.gamespot.com/cyborg-18-singularity-aftermath-the-end/4000-634508/ so this isn't just an API or 3rd party program problem.
- pikahyper
- Follow
Forum Posts: 18188
Wiki Points: 22379295
Followed by: 0
Reviews: 5 Lists: 380
#3
Edited by
pikahyper
(18188 posts)
- 9 months, 5 days ago
- Show Bio
@solidus0079: page is viewable now, the site was having some outage problems through out the week.
- solidus0079
- Follow
Forum Posts: 11
Wiki Points: 111
Followed by: 0
Reviews: 0 Lists: 0
#4
Posted by
solidus0079
(11 posts)
- 9 months, 4 days ago
- Show Bio
Thanks, pkahyper -
But now something else seems to be going on. Scraping any comics at all seems to result in an IP ban. I'm posting via the Tor browser at the moment.
- pezh0re
- Follow
Forum Posts: 2
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#5
Edited by
pezh0re
(2 posts)
- 9 months, 4 days ago
- Show Bio
I'm also seeing an IP ban whenever attempting an API call. Attempting to reach the first url in op (https://comicvine.gamespot.com/api/search/?api_key=[YOUR-API-KEY]&format=xml&limit=20&query=superman&resources=volume) resulted in a page saying site undergoing maintenance... is there an ongoing issue with the API service?
- Crave
- Follow
Forum Posts: 1
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#6
Posted by
Crave
(1 posts)
- 9 months, 4 days ago
- Show Bio
I am also getting IP banned for 30+ minutes for running any API query.
- solidus0079
- Follow
Forum Posts: 11
Wiki Points: 111
Followed by: 0
Reviews: 0 Lists: 0
#7
Posted by
solidus0079
(11 posts)
- 9 months, 3 days ago
- Show Bio
Seems resolved for now at least. :)
- pezh0re
- Follow
Forum Posts: 2
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#8
Posted by
pezh0re
(2 posts)
- 9 months, 3 days ago
- Show Bio
@solidus0079: Yup, looks good on for me too. I wonder what happened....
- admjim
- Follow
Forum Posts: 3
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#9
Posted by
admjim
(3 posts)
- 9 months, 3 days ago
- Show Bio
still having issues with Superman. Although the message I get is different "The Comic Vine online database could not be reached. This may be a temporary technical error with the database, or there may be a problem with your internet connection."
I am able to get info for other comics right after this error. Prior to today I was unable to get info for any book, even though I was able to seemy current api usage showing I was within the limits. BTW this started 3 days ago in the middle of a request for 34 book updates. Let me know if there is any other info you need.
- solidus0079
- Follow
Forum Posts: 11
Wiki Points: 111
Followed by: 0
Reviews: 0 Lists: 0
#10
Posted by
solidus0079
(11 posts)
- 9 months, 3 days ago
- Show Bio
@admjim I was able to scrape that issue just fine after whatever fix was fixed.
- romsnesrom
- Follow
Forum Posts: 11
Wiki Points: 1864
Followed by: 0
Reviews: 0 Lists: 0
#11
Posted by
romsnesrom
(11 posts)
- 9 months, 3 days ago
- Show Bio
@pikahyper said:
@solidus0079: page is viewable now, the site was having some outage problems through out the week.
Is the outage problem solved? I am still having trouble scraping. Not only superman and cyborg, but anything past 20 queries give or take.
- solidus0079
- Follow
Forum Posts: 11
Wiki Points: 111
Followed by: 0
Reviews: 0 Lists: 0
#12
Posted by
solidus0079
(11 posts)
- 9 months, 3 days ago
- Show Bio
@romsnesrom: I just did over 400 scrapes, including the problematic Superman and Cyborg issues. Not one hiccup.
- cbanack
- Follow
Forum Posts: 122
Wiki Points: 199
Followed by: 0
Reviews: 0 Lists: 0
#13
Edited by
cbanack
(122 posts)
- 9 months, 3 days ago
- Show Bio
Just to clarify, the original bug I reported in this thread is still occurring (i.e. can't search for Superman or Cyborg with the API).
People have started discussing a separate, unrelated bug (IP bans) in this thread as well.
- admjim
- Follow
Forum Posts: 3
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#14
Posted by
admjim
(3 posts)
- 9 months, 3 days ago
- Show Bio
Just to clarify my issue is still going on I cannot scrape the Superman Rebirth issues 30-34 however the message I get is as stated earlier it times out and then gives "The Comic Vine online database could not be reached. This may be a temporary technical error with the database, or there may be a problem with your internet connection." I attempted to scrape each issue one at a time and as a group with other books, each time it failed on the Superman Book.
I do not get a either a "500 or a 502 (bad gateway) error.
I am able to scrape other Superman issues from other years as well as other books not related to Superman. Allof this is within the last 15 minutes.
I have not tested the Cyborg issue so I cannot comment on that.
- cbanack
- Follow
Forum Posts: 122
Wiki Points: 199
Followed by: 0
Reviews: 0 Lists: 0
#15
Edited by
cbanack
(122 posts)
- 9 months, 1 day ago
- Show Bio
@admjim said:
"The Comic Vine online database could not be reached. This may be a temporary technical error with the database, or there may be a problem with your internet connection."
<snip>
I do not get a either a "500 or a 502 (bad gateway) error.
That error you are getting in the Comic Vine Scraper application (which is not created by nor directly supported by the comicvine.com) is actually being caused by 500 and 502 errors that Comic Vine Scraper encounters when it tries to access the Comic Vine API.
My original bug report is just showing those failing API calls directly (and taking Comic Vine Scraper out of the equation) but we are actually reporting the same problem.
- steveeasley
- Follow
Forum Posts: 15
Wiki Points: 101
Followed by: 0
Reviews: 0 Lists: 0
#16
Posted by
steveeasley
(15 posts)
- 9 months, 1 day ago
- Show Bio
This should now be resolved, thanks for all the reports. We believe it was being caused by Comic Vine's own network provider misidentifying the CVS app as a threat. They have removed the signature causing the issue.
Let me know if its still a problem.
- Chrishadley
- Follow
Forum Posts: 3
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#17
Posted by
Chrishadley
(3 posts)
- 9 months, 1 day ago
- Show Bio
I have been having severe problems using the Comic Vine scraping script for Comicrack for the past few days. I've been getting the error "The Comic Vine online database could not be reached. This may be due to a temporary technical error with the database, or there may be a problem with your internet connection.". This problem has cleared up today, except for scraping comics with very generic names. For example, I have a copy of "Marvels" that I can't scrape for. It acts like it's working, and when it gets to 500 entries it stops, and gives me the "Cannot Access Online Database" error.
- romsnesrom
- Follow
Forum Posts: 11
Wiki Points: 1864
Followed by: 0
Reviews: 0 Lists: 0
#18
Posted by
romsnesrom
(11 posts)
- 9 months, 1 day ago
- Show Bio
@steveeasley said:
This should now be resolved, thanks for all the reports. We believe it was being caused by Comic Vine's own network provider misidentifying the CVS app as a threat. They have removed the signature causing the issue.
Let me know if its still a problem.
The problem persists for me, Steve. If there is another data I could provide to help diagnose the situation, just ask.
- steveeasley
- Follow
Forum Posts: 15
Wiki Points: 101
Followed by: 0
Reviews: 0 Lists: 0
#19
Posted by
steveeasley
(15 posts)
- 9 months, 1 day ago
- Show Bio
@romsnesrom What are your specific symptoms? The more detail the better.
- steveeasley
- Follow
Forum Posts: 15
Wiki Points: 101
Followed by: 0
Reviews: 0 Lists: 0
#20
Edited by
steveeasley
(15 posts)
- 9 months, 1 day ago
- Show Bio
@chrishadley We found the issue. Its unrelated to the issue we already fixed, but would have the same timeout symptoms. We will get a fix out asap and I will report back. (Thanks for the detail about results after 500 being the issue, that was the magic detail that narrowed it down for us).
@romsnesrom This might be the source of your issue as well.
- solidus0079
- Follow
Forum Posts: 11
Wiki Points: 111
Followed by: 0
Reviews: 0 Lists: 0
#21
Posted by
solidus0079
(11 posts)
- 8 months, 30 days ago
- Show Bio
Thanks for all the help of late, Steve.
- robinsonr74
- Follow
Forum Posts: 5
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#22
Edited by
robinsonr74
(5 posts)
- 8 months, 30 days ago
- Show Bio
Superman, Cyborg, and 'The Order', here, still not working.
- Chrishadley
- Follow
Forum Posts: 3
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#23
Edited by
Chrishadley
(3 posts)
- 8 months, 30 days ago
- Show Bio
I'm still having the issue with items with very generic names, like 'Marvels', 'Marvel Super-Heroes', 'The Cat', and also, amusingly enough, 'Cyborg' and 'The Order'. It looks like it is hitting a limit of number of responses and locking up. I understand there may be a limit of responses on the API? Is there some way to rate-limit Comic Vine Scraper? I found no way to do that without rewriting it. It will let you pause between comics, but there's no way to limit the number of responses on a single comic. Thank you so much for your help so far!
Edit: Also, it's getting to 600 responses before dying now :)
- romsnesrom
- Follow
Forum Posts: 11
Wiki Points: 1864
Followed by: 0
Reviews: 0 Lists: 0
#25
Posted by
romsnesrom
(11 posts)
- 8 months, 30 days ago
- Show Bio
@steveeasley said:
@chrishadley We found the issue. Its unrelated to the issue we already fixed, but would have the same timeout symptoms. We will get a fix out asap and I will report back. (Thanks for the detail about results after 500 being the issue, that was the magic detail that narrowed it down for us).
@romsnesrom This might be the source of your issue as well.
I am happy to report that most of the problem is gone. I am still having problem with the series everyone is already complaining: "Cyborg", "Superman", "The Order", "Armies".
- admjim
- Follow
Forum Posts: 3
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#27
Posted by
admjim
(3 posts)
- 8 months, 28 days ago
- Show Bio
@cbanack: or @steveeasley As of right now (Sunday 11/19/17 11:15am CT) I am still having issues with Superman 30-34 (2017) and Cyborg 17 &18 (2017). I have been using the script on and off for the last 3 days and have never been able to get these books to scrape yet I am able to get 100's of others to wrok with now issue's. Please let me know if there is something I can do to help trace the issue. Maybe setup a Date/Time to test. I know what to do at this point to break it ;)
- jmducat
- Follow
Forum Posts: 4
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#28
Posted by
jmducat
(4 posts)
- 8 months, 28 days ago
- Show Bio
Hi all - I'm having the same issues as @admjim. I can't scrape Cyborg 18 and Superman 34, 35. Just did a bunch of other scraping. I tried linking to those addresses in post #1 with my API key and got the 502 error.
- steveeasley
- Follow
Forum Posts: 15
Wiki Points: 101
Followed by: 0
Reviews: 0 Lists: 0
#29
Posted by
steveeasley
(15 posts)
- 8 months, 27 days ago
- Show Bio
Can you guys try again? We just released the fix I mentioned above related to some timeouts.
- Chrishadley
- Follow
Forum Posts: 3
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#30
Posted by
Chrishadley
(3 posts)
- 8 months, 27 days ago
- Show Bio
It looks like all of the ones that scraping was failing on are now working, I've cleared my whole backlog successfully. You rock!
- jmducat
- Follow
Forum Posts: 4
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#31
Posted by
jmducat
(4 posts)
- 8 months, 27 days ago
- Show Bio
Same here - everything scraped with no issues. Thank so much!
- Comic Vine
- Forums
- Bug Reporting
Browse Boards
- Gen. Discussion
- Bug Reporting
- Delete/Combine Pages
- Artist Show-Off
- Off-Topic
- Contests
- Battles
- Fan-Fic
- RPG
- Comic Book Preview
- API Developers
- Editing & Tools
- Podcast
- Quests
Jump to Top
Jump to Last Read
Please Log In to post.
- cbanack
- Follow
Forum Posts: 122
Wiki Points: 199
Followed by: 0
Reviews: 0 Lists: 0
#1
Edited by
cbanack
(122 posts)
- 9 months, 6 days ago
- Show Bio
Hi guys,
This week I've been getting a lot of reports from the users of my third party app that say they are suddenly unable to use the Comic Vine API to search for a couple of specific volumes. So I investigated, and I found that when you use the Search API to search for those two volumes, the http request will always time out and you'll get either a 500 or a 502 (bad gateway) error.
This is a new behaviour. It might indicate that some kind of infinite loop or something similar was recently introduced on the server side of Comic Vine's public API. What follows is a specific description of the problem. Note: you will have to substitute your own API key into the URL's I've provided.
-------
Say I'm searching for "Superman" volumes. The API query might look like:
https://comicvine.gamespot.com/api/search/?api_key=[YOUR-API-KEY]&format=xml&limit=20&query=superman&resources=volume
But as of this moment, that query always times out. If you change the search term to something else that will return a lot of volumes ('spiderman' or 'batman') it still works fine and returns results quickly.
What about if I'm searching for "Cyborg"? As of this writing, there's only 26 volumes that should be returned by this http request:
https://comicvine.gamespot.com/api/search/?api_key=[YOUR-API-KEY]&format=xml&limit=100&query=cyborg&resources=volume
But this request times out too! Note that limit=100 and query=cyborg.
If I switch to limit results to 20 volumes instead, it works fine:
https://comicvine.gamespot.com/api/search/?api_key=[YOUR-API-KEY]&format=xml&limit=20&query=cyborg&resources=volume
In fact, if I try anything less than 20 issues, it also works fine. But 21 issues or more, and it always times out. Also, for the first query I mentioned (superman), it times out no matter what I set the limit to.
-------
Hopefully this is enough info to help you guys track down the bug. It is probably related to changes that were made in the last week or so, since my app has a lot of users and they all started noticing problems on Wednesday. The problems have all been related to the same queries I've described above ('cyborg' and 'superman', limit=100).
If I can help verify a fix or provide more information, just let me know.
- cbanack
- Follow
Forum Posts: 122
Wiki Points: 199
Followed by: 0
Reviews: 0 Lists: 0
- cbanack
- Follow
Forum Posts: 122
Wiki Points: 199
Followed by: 0
Reviews: 0 Lists: 0
#1
Edited by
cbanack
(122 posts)
- 9 months, 6 days ago
- Show Bio
Hi guys,
This week I've been getting a lot of reports from the users of my third party app that say they are suddenly unable to use the Comic Vine API to search for a couple of specific volumes. So I investigated, and I found that when you use the Search API to search for those two volumes, the http request will always time out and you'll get either a 500 or a 502 (bad gateway) error.
This is a new behaviour. It might indicate that some kind of infinite loop or something similar was recently introduced on the server side of Comic Vine's public API. What follows is a specific description of the problem. Note: you will have to substitute your own API key into the URL's I've provided.
-------
Say I'm searching for "Superman" volumes. The API query might look like:
https://comicvine.gamespot.com/api/search/?api_key=[YOUR-API-KEY]&format=xml&limit=20&query=superman&resources=volume
But as of this moment, that query always times out. If you change the search term to something else that will return a lot of volumes ('spiderman' or 'batman') it still works fine and returns results quickly.
What about if I'm searching for "Cyborg"? As of this writing, there's only 26 volumes that should be returned by this http request:
https://comicvine.gamespot.com/api/search/?api_key=[YOUR-API-KEY]&format=xml&limit=100&query=cyborg&resources=volume
But this request times out too! Note that limit=100 and query=cyborg.
If I switch to limit results to 20 volumes instead, it works fine:
https://comicvine.gamespot.com/api/search/?api_key=[YOUR-API-KEY]&format=xml&limit=20&query=cyborg&resources=volume
In fact, if I try anything less than 20 issues, it also works fine. But 21 issues or more, and it always times out. Also, for the first query I mentioned (superman), it times out no matter what I set the limit to.
-------
Hopefully this is enough info to help you guys track down the bug. It is probably related to changes that were made in the last week or so, since my app has a lot of users and they all started noticing problems on Wednesday. The problems have all been related to the same queries I've described above ('cyborg' and 'superman', limit=100).
If I can help verify a fix or provide more information, just let me know.
#1
Edited by
cbanack
(122 posts)
- 9 months, 6 days ago
- Show Bio
Hi guys,
This week I've been getting a lot of reports from the users of my third party app that say they are suddenly unable to use the Comic Vine API to search for a couple of specific volumes. So I investigated, and I found that when you use the Search API to search for those two volumes, the http request will always time out and you'll get either a 500 or a 502 (bad gateway) error.
This is a new behaviour. It might indicate that some kind of infinite loop or something similar was recently introduced on the server side of Comic Vine's public API. What follows is a specific description of the problem. Note: you will have to substitute your own API key into the URL's I've provided.
-------
Say I'm searching for "Superman" volumes. The API query might look like:
https://comicvine.gamespot.com/api/search/?api_key=[YOUR-API-KEY]&format=xml&limit=20&query=superman&resources=volume
But as of this moment, that query always times out. If you change the search term to something else that will return a lot of volumes ('spiderman' or 'batman') it still works fine and returns results quickly.
What about if I'm searching for "Cyborg"? As of this writing, there's only 26 volumes that should be returned by this http request:
https://comicvine.gamespot.com/api/search/?api_key=[YOUR-API-KEY]&format=xml&limit=100&query=cyborg&resources=volume
But this request times out too! Note that limit=100 and query=cyborg.
If I switch to limit results to 20 volumes instead, it works fine:
https://comicvine.gamespot.com/api/search/?api_key=[YOUR-API-KEY]&format=xml&limit=20&query=cyborg&resources=volume
In fact, if I try anything less than 20 issues, it also works fine. But 21 issues or more, and it always times out. Also, for the first query I mentioned (superman), it times out no matter what I set the limit to.
-------
Hopefully this is enough info to help you guys track down the bug. It is probably related to changes that were made in the last week or so, since my app has a lot of users and they all started noticing problems on Wednesday. The problems have all been related to the same queries I've described above ('cyborg' and 'superman', limit=100).
If I can help verify a fix or provide more information, just let me know.
#1
Edited by
cbanack
(122 posts)
- 9 months, 6 days ago
- Show Bio
Hi guys,
This week I've been getting a lot of reports from the users of my third party app that say they are suddenly unable to use the Comic Vine API to search for a couple of specific volumes. So I investigated, and I found that when you use the Search API to search for those two volumes, the http request will always time out and you'll get either a 500 or a 502 (bad gateway) error.
This is a new behaviour. It might indicate that some kind of infinite loop or something similar was recently introduced on the server side of Comic Vine's public API. What follows is a specific description of the problem. Note: you will have to substitute your own API key into the URL's I've provided.
-------
Say I'm searching for "Superman" volumes. The API query might look like:
https://comicvine.gamespot.com/api/search/?api_key=[YOUR-API-KEY]&format=xml&limit=20&query=superman&resources=volume
But as of this moment, that query always times out. If you change the search term to something else that will return a lot of volumes ('spiderman' or 'batman') it still works fine and returns results quickly.
What about if I'm searching for "Cyborg"? As of this writing, there's only 26 volumes that should be returned by this http request:
https://comicvine.gamespot.com/api/search/?api_key=[YOUR-API-KEY]&format=xml&limit=100&query=cyborg&resources=volume
But this request times out too! Note that limit=100 and query=cyborg.
If I switch to limit results to 20 volumes instead, it works fine:
https://comicvine.gamespot.com/api/search/?api_key=[YOUR-API-KEY]&format=xml&limit=20&query=cyborg&resources=volume
In fact, if I try anything less than 20 issues, it also works fine. But 21 issues or more, and it always times out. Also, for the first query I mentioned (superman), it times out no matter what I set the limit to.
-------
Hopefully this is enough info to help you guys track down the bug. It is probably related to changes that were made in the last week or so, since my app has a lot of users and they all started noticing problems on Wednesday. The problems have all been related to the same queries I've described above ('cyborg' and 'superman', limit=100).
If I can help verify a fix or provide more information, just let me know.
- solidus0079
- Follow
Forum Posts: 11
Wiki Points: 111
Followed by: 0
Reviews: 0 Lists: 0
#2
Edited by
solidus0079
(11 posts)
- 9 months, 5 days ago
- Show Bio
Here's a link to the Cyborg #18 page, another issue that is causing problems. It can't even be viewed in a browser, I get a "Something's Wrong T_T" error. . https://comicvine.gamespot.com/cyborg-18-singularity-aftermath-the-end/4000-634508/ so this isn't just an API or 3rd party program problem.
- solidus0079
- Follow
Forum Posts: 11
Wiki Points: 111
Followed by: 0
Reviews: 0 Lists: 0
- solidus0079
- Follow
Forum Posts: 11
Wiki Points: 111
Followed by: 0
Reviews: 0 Lists: 0
#2
Edited by
solidus0079
(11 posts)
- 9 months, 5 days ago
- Show Bio
Here's a link to the Cyborg #18 page, another issue that is causing problems. It can't even be viewed in a browser, I get a "Something's Wrong T_T" error. . https://comicvine.gamespot.com/cyborg-18-singularity-aftermath-the-end/4000-634508/ so this isn't just an API or 3rd party program problem.
#2
Edited by
solidus0079
(11 posts)
- 9 months, 5 days ago
- Show Bio
Here's a link to the Cyborg #18 page, another issue that is causing problems. It can't even be viewed in a browser, I get a "Something's Wrong T_T" error. . https://comicvine.gamespot.com/cyborg-18-singularity-aftermath-the-end/4000-634508/ so this isn't just an API or 3rd party program problem.
#2
Edited by
solidus0079
(11 posts)
- 9 months, 5 days ago
- Show Bio
Here's a link to the Cyborg #18 page, another issue that is causing problems. It can't even be viewed in a browser, I get a "Something's Wrong T_T" error. . https://comicvine.gamespot.com/cyborg-18-singularity-aftermath-the-end/4000-634508/ so this isn't just an API or 3rd party program problem.
- pikahyper
- Follow
Forum Posts: 18188
Wiki Points: 22379295
Followed by: 0
Reviews: 5 Lists: 380
#3
Edited by
pikahyper
(18188 posts)
- 9 months, 5 days ago
- Show Bio
@solidus0079: page is viewable now, the site was having some outage problems through out the week.
- pikahyper
- Follow
Forum Posts: 18188
Wiki Points: 22379295
Followed by: 0
Reviews: 5 Lists: 380
- pikahyper
- Follow
Forum Posts: 18188
Wiki Points: 22379295
Followed by: 0
Reviews: 5 Lists: 380
#3
Edited by
pikahyper
(18188 posts)
- 9 months, 5 days ago
- Show Bio
@solidus0079: page is viewable now, the site was having some outage problems through out the week.
#3
Edited by
pikahyper
(18188 posts)
- 9 months, 5 days ago
- Show Bio
@solidus0079: page is viewable now, the site was having some outage problems through out the week.
#3
Edited by
pikahyper
(18188 posts)
- 9 months, 5 days ago
- Show Bio
@solidus0079: page is viewable now, the site was having some outage problems through out the week.
- solidus0079
- Follow
Forum Posts: 11
Wiki Points: 111
Followed by: 0
Reviews: 0 Lists: 0
#4
Posted by
solidus0079
(11 posts)
- 9 months, 4 days ago
- Show Bio
Thanks, pkahyper -
But now something else seems to be going on. Scraping any comics at all seems to result in an IP ban. I'm posting via the Tor browser at the moment.
- solidus0079
- Follow
Forum Posts: 11
Wiki Points: 111
Followed by: 0
Reviews: 0 Lists: 0
- solidus0079
- Follow
Forum Posts: 11
Wiki Points: 111
Followed by: 0
Reviews: 0 Lists: 0
#4
Posted by
solidus0079
(11 posts)
- 9 months, 4 days ago
- Show Bio
Thanks, pkahyper -
But now something else seems to be going on. Scraping any comics at all seems to result in an IP ban. I'm posting via the Tor browser at the moment.
#4
Posted by
solidus0079
(11 posts)
- 9 months, 4 days ago
- Show Bio
Thanks, pkahyper -
But now something else seems to be going on. Scraping any comics at all seems to result in an IP ban. I'm posting via the Tor browser at the moment.
#4
Posted by
solidus0079
(11 posts)
- 9 months, 4 days ago
- Show Bio
Thanks, pkahyper -
But now something else seems to be going on. Scraping any comics at all seems to result in an IP ban. I'm posting via the Tor browser at the moment.
- pezh0re
- Follow
Forum Posts: 2
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#5
Edited by
pezh0re
(2 posts)
- 9 months, 4 days ago
- Show Bio
I'm also seeing an IP ban whenever attempting an API call. Attempting to reach the first url in op (https://comicvine.gamespot.com/api/search/?api_key=[YOUR-API-KEY]&format=xml&limit=20&query=superman&resources=volume) resulted in a page saying site undergoing maintenance... is there an ongoing issue with the API service?
- pezh0re
- Follow
Forum Posts: 2
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
- pezh0re
- Follow
Forum Posts: 2
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#5
Edited by
pezh0re
(2 posts)
- 9 months, 4 days ago
- Show Bio
I'm also seeing an IP ban whenever attempting an API call. Attempting to reach the first url in op (https://comicvine.gamespot.com/api/search/?api_key=[YOUR-API-KEY]&format=xml&limit=20&query=superman&resources=volume) resulted in a page saying site undergoing maintenance... is there an ongoing issue with the API service?
#5
Edited by
pezh0re
(2 posts)
- 9 months, 4 days ago
- Show Bio
I'm also seeing an IP ban whenever attempting an API call. Attempting to reach the first url in op (https://comicvine.gamespot.com/api/search/?api_key=[YOUR-API-KEY]&format=xml&limit=20&query=superman&resources=volume) resulted in a page saying site undergoing maintenance... is there an ongoing issue with the API service?
#5
Edited by
pezh0re
(2 posts)
- 9 months, 4 days ago
- Show Bio
I'm also seeing an IP ban whenever attempting an API call. Attempting to reach the first url in op (https://comicvine.gamespot.com/api/search/?api_key=[YOUR-API-KEY]&format=xml&limit=20&query=superman&resources=volume) resulted in a page saying site undergoing maintenance... is there an ongoing issue with the API service?
- Crave
- Follow
Forum Posts: 1
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#6
Posted by
Crave
(1 posts)
- 9 months, 4 days ago
- Show Bio
I am also getting IP banned for 30+ minutes for running any API query.
- Crave
- Follow
Forum Posts: 1
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
- Crave
- Follow
Forum Posts: 1
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#6
Posted by
Crave
(1 posts)
- 9 months, 4 days ago
- Show Bio
I am also getting IP banned for 30+ minutes for running any API query.
#6
Posted by
Crave
(1 posts)
- 9 months, 4 days ago
- Show Bio
I am also getting IP banned for 30+ minutes for running any API query.
#6
Posted by
Crave
(1 posts)
- 9 months, 4 days ago
- Show Bio
I am also getting IP banned for 30+ minutes for running any API query.
- solidus0079
- Follow
Forum Posts: 11
Wiki Points: 111
Followed by: 0
Reviews: 0 Lists: 0
#7
Posted by
solidus0079
(11 posts)
- 9 months, 3 days ago
- Show Bio
Seems resolved for now at least. :)
- solidus0079
- Follow
Forum Posts: 11
Wiki Points: 111
Followed by: 0
Reviews: 0 Lists: 0
- solidus0079
- Follow
Forum Posts: 11
Wiki Points: 111
Followed by: 0
Reviews: 0 Lists: 0
#7
Posted by
solidus0079
(11 posts)
- 9 months, 3 days ago
- Show Bio
Seems resolved for now at least. :)
#7
Posted by
solidus0079
(11 posts)
- 9 months, 3 days ago
- Show Bio
Seems resolved for now at least. :)
#7
Posted by
solidus0079
(11 posts)
- 9 months, 3 days ago
- Show Bio
Seems resolved for now at least. :)
- pezh0re
- Follow
Forum Posts: 2
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#8
Posted by
pezh0re
(2 posts)
- 9 months, 3 days ago
- Show Bio
@solidus0079: Yup, looks good on for me too. I wonder what happened....
- pezh0re
- Follow
Forum Posts: 2
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
- pezh0re
- Follow
Forum Posts: 2
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#8
Posted by
pezh0re
(2 posts)
- 9 months, 3 days ago
- Show Bio
@solidus0079: Yup, looks good on for me too. I wonder what happened....
#8
Posted by
pezh0re
(2 posts)
- 9 months, 3 days ago
- Show Bio
@solidus0079: Yup, looks good on for me too. I wonder what happened....
#8
Posted by
pezh0re
(2 posts)
- 9 months, 3 days ago
- Show Bio
@solidus0079: Yup, looks good on for me too. I wonder what happened....
- admjim
- Follow
Forum Posts: 3
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#9
Posted by
admjim
(3 posts)
- 9 months, 3 days ago
- Show Bio
still having issues with Superman. Although the message I get is different "The Comic Vine online database could not be reached. This may be a temporary technical error with the database, or there may be a problem with your internet connection."
I am able to get info for other comics right after this error. Prior to today I was unable to get info for any book, even though I was able to seemy current api usage showing I was within the limits. BTW this started 3 days ago in the middle of a request for 34 book updates. Let me know if there is any other info you need.
- admjim
- Follow
Forum Posts: 3
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
- admjim
- Follow
Forum Posts: 3
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#9
Posted by
admjim
(3 posts)
- 9 months, 3 days ago
- Show Bio
still having issues with Superman. Although the message I get is different "The Comic Vine online database could not be reached. This may be a temporary technical error with the database, or there may be a problem with your internet connection."
I am able to get info for other comics right after this error. Prior to today I was unable to get info for any book, even though I was able to seemy current api usage showing I was within the limits. BTW this started 3 days ago in the middle of a request for 34 book updates. Let me know if there is any other info you need.
#9
Posted by
admjim
(3 posts)
- 9 months, 3 days ago
- Show Bio
still having issues with Superman. Although the message I get is different "The Comic Vine online database could not be reached. This may be a temporary technical error with the database, or there may be a problem with your internet connection."
I am able to get info for other comics right after this error. Prior to today I was unable to get info for any book, even though I was able to seemy current api usage showing I was within the limits. BTW this started 3 days ago in the middle of a request for 34 book updates. Let me know if there is any other info you need.
#9
Posted by
admjim
(3 posts)
- 9 months, 3 days ago
- Show Bio
still having issues with Superman. Although the message I get is different "The Comic Vine online database could not be reached. This may be a temporary technical error with the database, or there may be a problem with your internet connection."
I am able to get info for other comics right after this error. Prior to today I was unable to get info for any book, even though I was able to seemy current api usage showing I was within the limits. BTW this started 3 days ago in the middle of a request for 34 book updates. Let me know if there is any other info you need.
- solidus0079
- Follow
Forum Posts: 11
Wiki Points: 111
Followed by: 0
Reviews: 0 Lists: 0
#10
Posted by
solidus0079
(11 posts)
- 9 months, 3 days ago
- Show Bio
@admjim I was able to scrape that issue just fine after whatever fix was fixed.
- solidus0079
- Follow
Forum Posts: 11
Wiki Points: 111
Followed by: 0
Reviews: 0 Lists: 0
- solidus0079
- Follow
Forum Posts: 11
Wiki Points: 111
Followed by: 0
Reviews: 0 Lists: 0
#10
Posted by
solidus0079
(11 posts)
- 9 months, 3 days ago
- Show Bio
@admjim I was able to scrape that issue just fine after whatever fix was fixed.
#10
Posted by
solidus0079
(11 posts)
- 9 months, 3 days ago
- Show Bio
@admjim I was able to scrape that issue just fine after whatever fix was fixed.
#10
Posted by
solidus0079
(11 posts)
- 9 months, 3 days ago
- Show Bio
@admjim I was able to scrape that issue just fine after whatever fix was fixed.
- romsnesrom
- Follow
Forum Posts: 11
Wiki Points: 1864
Followed by: 0
Reviews: 0 Lists: 0
#11
Posted by
romsnesrom
(11 posts)
- 9 months, 3 days ago
- Show Bio
@pikahyper said:
@solidus0079: page is viewable now, the site was having some outage problems through out the week.
Is the outage problem solved? I am still having trouble scraping. Not only superman and cyborg, but anything past 20 queries give or take.
- romsnesrom
- Follow
Forum Posts: 11
Wiki Points: 1864
Followed by: 0
Reviews: 0 Lists: 0
- romsnesrom
- Follow
Forum Posts: 11
Wiki Points: 1864
Followed by: 0
Reviews: 0 Lists: 0
#11
Posted by
romsnesrom
(11 posts)
- 9 months, 3 days ago
- Show Bio
@pikahyper said:
@solidus0079: page is viewable now, the site was having some outage problems through out the week.
Is the outage problem solved? I am still having trouble scraping. Not only superman and cyborg, but anything past 20 queries give or take.
#11
Posted by
romsnesrom
(11 posts)
- 9 months, 3 days ago
- Show Bio
@pikahyper said:
@solidus0079: page is viewable now, the site was having some outage problems through out the week.
Is the outage problem solved? I am still having trouble scraping. Not only superman and cyborg, but anything past 20 queries give or take.
#11
Posted by
romsnesrom
(11 posts)
- 9 months, 3 days ago
- Show Bio
@pikahyper said:
@solidus0079: page is viewable now, the site was having some outage problems through out the week.
Is the outage problem solved? I am still having trouble scraping. Not only superman and cyborg, but anything past 20 queries give or take.
@pikahyper said:
@solidus0079: page is viewable now, the site was having some outage problems through out the week.
@pikahyper said:
@solidus0079: page is viewable now, the site was having some outage problems through out the week.
- solidus0079
- Follow
Forum Posts: 11
Wiki Points: 111
Followed by: 0
Reviews: 0 Lists: 0
#12
Posted by
solidus0079
(11 posts)
- 9 months, 3 days ago
- Show Bio
@romsnesrom: I just did over 400 scrapes, including the problematic Superman and Cyborg issues. Not one hiccup.
- solidus0079
- Follow
Forum Posts: 11
Wiki Points: 111
Followed by: 0
Reviews: 0 Lists: 0
- solidus0079
- Follow
Forum Posts: 11
Wiki Points: 111
Followed by: 0
Reviews: 0 Lists: 0
#12
Posted by
solidus0079
(11 posts)
- 9 months, 3 days ago
- Show Bio
@romsnesrom: I just did over 400 scrapes, including the problematic Superman and Cyborg issues. Not one hiccup.
#12
Posted by
solidus0079
(11 posts)
- 9 months, 3 days ago
- Show Bio
@romsnesrom: I just did over 400 scrapes, including the problematic Superman and Cyborg issues. Not one hiccup.
#12
Posted by
solidus0079
(11 posts)
- 9 months, 3 days ago
- Show Bio
@romsnesrom: I just did over 400 scrapes, including the problematic Superman and Cyborg issues. Not one hiccup.
- cbanack
- Follow
Forum Posts: 122
Wiki Points: 199
Followed by: 0
Reviews: 0 Lists: 0
#13
Edited by
cbanack
(122 posts)
- 9 months, 3 days ago
- Show Bio
Just to clarify, the original bug I reported in this thread is still occurring (i.e. can't search for Superman or Cyborg with the API).
People have started discussing a separate, unrelated bug (IP bans) in this thread as well.
- cbanack
- Follow
Forum Posts: 122
Wiki Points: 199
Followed by: 0
Reviews: 0 Lists: 0
- cbanack
- Follow
Forum Posts: 122
Wiki Points: 199
Followed by: 0
Reviews: 0 Lists: 0
#13
Edited by
cbanack
(122 posts)
- 9 months, 3 days ago
- Show Bio
Just to clarify, the original bug I reported in this thread is still occurring (i.e. can't search for Superman or Cyborg with the API).
People have started discussing a separate, unrelated bug (IP bans) in this thread as well.
#13
Edited by
cbanack
(122 posts)
- 9 months, 3 days ago
- Show Bio
Just to clarify, the original bug I reported in this thread is still occurring (i.e. can't search for Superman or Cyborg with the API).
People have started discussing a separate, unrelated bug (IP bans) in this thread as well.
#13
Edited by
cbanack
(122 posts)
- 9 months, 3 days ago
- Show Bio
Just to clarify, the original bug I reported in this thread is still occurring (i.e. can't search for Superman or Cyborg with the API).
People have started discussing a separate, unrelated bug (IP bans) in this thread as well.
- admjim
- Follow
Forum Posts: 3
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#14
Posted by
admjim
(3 posts)
- 9 months, 3 days ago
- Show Bio
Just to clarify my issue is still going on I cannot scrape the Superman Rebirth issues 30-34 however the message I get is as stated earlier it times out and then gives "The Comic Vine online database could not be reached. This may be a temporary technical error with the database, or there may be a problem with your internet connection." I attempted to scrape each issue one at a time and as a group with other books, each time it failed on the Superman Book.
I do not get a either a "500 or a 502 (bad gateway) error.
I am able to scrape other Superman issues from other years as well as other books not related to Superman. Allof this is within the last 15 minutes.
I have not tested the Cyborg issue so I cannot comment on that.
- admjim
- Follow
Forum Posts: 3
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
- admjim
- Follow
Forum Posts: 3
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#14
Posted by
admjim
(3 posts)
- 9 months, 3 days ago
- Show Bio
Just to clarify my issue is still going on I cannot scrape the Superman Rebirth issues 30-34 however the message I get is as stated earlier it times out and then gives "The Comic Vine online database could not be reached. This may be a temporary technical error with the database, or there may be a problem with your internet connection." I attempted to scrape each issue one at a time and as a group with other books, each time it failed on the Superman Book.
I do not get a either a "500 or a 502 (bad gateway) error.
I am able to scrape other Superman issues from other years as well as other books not related to Superman. Allof this is within the last 15 minutes.
I have not tested the Cyborg issue so I cannot comment on that.
#14
Posted by
admjim
(3 posts)
- 9 months, 3 days ago
- Show Bio
Just to clarify my issue is still going on I cannot scrape the Superman Rebirth issues 30-34 however the message I get is as stated earlier it times out and then gives "The Comic Vine online database could not be reached. This may be a temporary technical error with the database, or there may be a problem with your internet connection." I attempted to scrape each issue one at a time and as a group with other books, each time it failed on the Superman Book.
I do not get a either a "500 or a 502 (bad gateway) error.
I am able to scrape other Superman issues from other years as well as other books not related to Superman. Allof this is within the last 15 minutes.
I have not tested the Cyborg issue so I cannot comment on that.
#14
Posted by
admjim
(3 posts)
- 9 months, 3 days ago
- Show Bio
Just to clarify my issue is still going on I cannot scrape the Superman Rebirth issues 30-34 however the message I get is as stated earlier it times out and then gives "The Comic Vine online database could not be reached. This may be a temporary technical error with the database, or there may be a problem with your internet connection." I attempted to scrape each issue one at a time and as a group with other books, each time it failed on the Superman Book.
I do not get a either a "500 or a 502 (bad gateway) error.
I am able to scrape other Superman issues from other years as well as other books not related to Superman. Allof this is within the last 15 minutes.
I have not tested the Cyborg issue so I cannot comment on that.
- cbanack
- Follow
Forum Posts: 122
Wiki Points: 199
Followed by: 0
Reviews: 0 Lists: 0
#15
Edited by
cbanack
(122 posts)
- 9 months, 1 day ago
- Show Bio
@admjim said:
"The Comic Vine online database could not be reached. This may be a temporary technical error with the database, or there may be a problem with your internet connection."
<snip>
I do not get a either a "500 or a 502 (bad gateway) error.
That error you are getting in the Comic Vine Scraper application (which is not created by nor directly supported by the comicvine.com) is actually being caused by 500 and 502 errors that Comic Vine Scraper encounters when it tries to access the Comic Vine API.
My original bug report is just showing those failing API calls directly (and taking Comic Vine Scraper out of the equation) but we are actually reporting the same problem.
- cbanack
- Follow
Forum Posts: 122
Wiki Points: 199
Followed by: 0
Reviews: 0 Lists: 0
- cbanack
- Follow
Forum Posts: 122
Wiki Points: 199
Followed by: 0
Reviews: 0 Lists: 0
#15
Edited by
cbanack
(122 posts)
- 9 months, 1 day ago
- Show Bio
@admjim said:
"The Comic Vine online database could not be reached. This may be a temporary technical error with the database, or there may be a problem with your internet connection."
<snip>
I do not get a either a "500 or a 502 (bad gateway) error.
That error you are getting in the Comic Vine Scraper application (which is not created by nor directly supported by the comicvine.com) is actually being caused by 500 and 502 errors that Comic Vine Scraper encounters when it tries to access the Comic Vine API.
My original bug report is just showing those failing API calls directly (and taking Comic Vine Scraper out of the equation) but we are actually reporting the same problem.
#15
Edited by
cbanack
(122 posts)
- 9 months, 1 day ago
- Show Bio
@admjim said:
"The Comic Vine online database could not be reached. This may be a temporary technical error with the database, or there may be a problem with your internet connection."
<snip>
I do not get a either a "500 or a 502 (bad gateway) error.
That error you are getting in the Comic Vine Scraper application (which is not created by nor directly supported by the comicvine.com) is actually being caused by 500 and 502 errors that Comic Vine Scraper encounters when it tries to access the Comic Vine API.
My original bug report is just showing those failing API calls directly (and taking Comic Vine Scraper out of the equation) but we are actually reporting the same problem.
#15
Edited by
cbanack
(122 posts)
- 9 months, 1 day ago
- Show Bio
@admjim said:
"The Comic Vine online database could not be reached. This may be a temporary technical error with the database, or there may be a problem with your internet connection."
<snip>
I do not get a either a "500 or a 502 (bad gateway) error.
That error you are getting in the Comic Vine Scraper application (which is not created by nor directly supported by the comicvine.com) is actually being caused by 500 and 502 errors that Comic Vine Scraper encounters when it tries to access the Comic Vine API.
My original bug report is just showing those failing API calls directly (and taking Comic Vine Scraper out of the equation) but we are actually reporting the same problem.
@admjim said:
"The Comic Vine online database could not be reached. This may be a temporary technical error with the database, or there may be a problem with your internet connection."
<snip>
I do not get a either a "500 or a 502 (bad gateway) error.
"The Comic Vine online database could not be reached. This may be a temporary technical error with the database, or there may be a problem with your internet connection."
<snip>
I do not get a either a "500 or a 502 (bad gateway) error.
- steveeasley
- Follow
Forum Posts: 15
Wiki Points: 101
Followed by: 0
Reviews: 0 Lists: 0
#16
Posted by
steveeasley
(15 posts)
- 9 months, 1 day ago
- Show Bio
This should now be resolved, thanks for all the reports. We believe it was being caused by Comic Vine's own network provider misidentifying the CVS app as a threat. They have removed the signature causing the issue.
Let me know if its still a problem.
- steveeasley
- Follow
Forum Posts: 15
Wiki Points: 101
Followed by: 0
Reviews: 0 Lists: 0
- steveeasley
- Follow
Forum Posts: 15
Wiki Points: 101
Followed by: 0
Reviews: 0 Lists: 0
#16
Posted by
steveeasley
(15 posts)
- 9 months, 1 day ago
- Show Bio
This should now be resolved, thanks for all the reports. We believe it was being caused by Comic Vine's own network provider misidentifying the CVS app as a threat. They have removed the signature causing the issue.
Let me know if its still a problem.
#16
Posted by
steveeasley
(15 posts)
- 9 months, 1 day ago
- Show Bio
This should now be resolved, thanks for all the reports. We believe it was being caused by Comic Vine's own network provider misidentifying the CVS app as a threat. They have removed the signature causing the issue.
Let me know if its still a problem.
#16
Posted by
steveeasley
(15 posts)
- 9 months, 1 day ago
- Show Bio
This should now be resolved, thanks for all the reports. We believe it was being caused by Comic Vine's own network provider misidentifying the CVS app as a threat. They have removed the signature causing the issue.
Let me know if its still a problem.
- Chrishadley
- Follow
Forum Posts: 3
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#17
Posted by
Chrishadley
(3 posts)
- 9 months, 1 day ago
- Show Bio
I have been having severe problems using the Comic Vine scraping script for Comicrack for the past few days. I've been getting the error "The Comic Vine online database could not be reached. This may be due to a temporary technical error with the database, or there may be a problem with your internet connection.". This problem has cleared up today, except for scraping comics with very generic names. For example, I have a copy of "Marvels" that I can't scrape for. It acts like it's working, and when it gets to 500 entries it stops, and gives me the "Cannot Access Online Database" error.
- Chrishadley
- Follow
Forum Posts: 3
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
- Chrishadley
- Follow
Forum Posts: 3
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#17
Posted by
Chrishadley
(3 posts)
- 9 months, 1 day ago
- Show Bio
I have been having severe problems using the Comic Vine scraping script for Comicrack for the past few days. I've been getting the error "The Comic Vine online database could not be reached. This may be due to a temporary technical error with the database, or there may be a problem with your internet connection.". This problem has cleared up today, except for scraping comics with very generic names. For example, I have a copy of "Marvels" that I can't scrape for. It acts like it's working, and when it gets to 500 entries it stops, and gives me the "Cannot Access Online Database" error.
#17
Posted by
Chrishadley
(3 posts)
- 9 months, 1 day ago
- Show Bio
I have been having severe problems using the Comic Vine scraping script for Comicrack for the past few days. I've been getting the error "The Comic Vine online database could not be reached. This may be due to a temporary technical error with the database, or there may be a problem with your internet connection.". This problem has cleared up today, except for scraping comics with very generic names. For example, I have a copy of "Marvels" that I can't scrape for. It acts like it's working, and when it gets to 500 entries it stops, and gives me the "Cannot Access Online Database" error.
#17
Posted by
Chrishadley
(3 posts)
- 9 months, 1 day ago
- Show Bio
I have been having severe problems using the Comic Vine scraping script for Comicrack for the past few days. I've been getting the error "The Comic Vine online database could not be reached. This may be due to a temporary technical error with the database, or there may be a problem with your internet connection.". This problem has cleared up today, except for scraping comics with very generic names. For example, I have a copy of "Marvels" that I can't scrape for. It acts like it's working, and when it gets to 500 entries it stops, and gives me the "Cannot Access Online Database" error.
- romsnesrom
- Follow
Forum Posts: 11
Wiki Points: 1864
Followed by: 0
Reviews: 0 Lists: 0
#18
Posted by
romsnesrom
(11 posts)
- 9 months, 1 day ago
- Show Bio
@steveeasley said:
This should now be resolved, thanks for all the reports. We believe it was being caused by Comic Vine's own network provider misidentifying the CVS app as a threat. They have removed the signature causing the issue.
Let me know if its still a problem.
The problem persists for me, Steve. If there is another data I could provide to help diagnose the situation, just ask.
- romsnesrom
- Follow
Forum Posts: 11
Wiki Points: 1864
Followed by: 0
Reviews: 0 Lists: 0
- romsnesrom
- Follow
Forum Posts: 11
Wiki Points: 1864
Followed by: 0
Reviews: 0 Lists: 0
#18
Posted by
romsnesrom
(11 posts)
- 9 months, 1 day ago
- Show Bio
@steveeasley said:
This should now be resolved, thanks for all the reports. We believe it was being caused by Comic Vine's own network provider misidentifying the CVS app as a threat. They have removed the signature causing the issue.
Let me know if its still a problem.
The problem persists for me, Steve. If there is another data I could provide to help diagnose the situation, just ask.
#18
Posted by
romsnesrom
(11 posts)
- 9 months, 1 day ago
- Show Bio
@steveeasley said:
This should now be resolved, thanks for all the reports. We believe it was being caused by Comic Vine's own network provider misidentifying the CVS app as a threat. They have removed the signature causing the issue.
Let me know if its still a problem.
The problem persists for me, Steve. If there is another data I could provide to help diagnose the situation, just ask.
#18
Posted by
romsnesrom
(11 posts)
- 9 months, 1 day ago
- Show Bio
@steveeasley said:
This should now be resolved, thanks for all the reports. We believe it was being caused by Comic Vine's own network provider misidentifying the CVS app as a threat. They have removed the signature causing the issue.
Let me know if its still a problem.
The problem persists for me, Steve. If there is another data I could provide to help diagnose the situation, just ask.
@steveeasley said:
This should now be resolved, thanks for all the reports. We believe it was being caused by Comic Vine's own network provider misidentifying the CVS app as a threat. They have removed the signature causing the issue.
Let me know if its still a problem.
@steveeasley said:
This should now be resolved, thanks for all the reports. We believe it was being caused by Comic Vine's own network provider misidentifying the CVS app as a threat. They have removed the signature causing the issue.
Let me know if its still a problem.
- steveeasley
- Follow
Forum Posts: 15
Wiki Points: 101
Followed by: 0
Reviews: 0 Lists: 0
#19
Posted by
steveeasley
(15 posts)
- 9 months, 1 day ago
- Show Bio
@romsnesrom What are your specific symptoms? The more detail the better.
- steveeasley
- Follow
Forum Posts: 15
Wiki Points: 101
Followed by: 0
Reviews: 0 Lists: 0
- steveeasley
- Follow
Forum Posts: 15
Wiki Points: 101
Followed by: 0
Reviews: 0 Lists: 0
#19
Posted by
steveeasley
(15 posts)
- 9 months, 1 day ago
- Show Bio
@romsnesrom What are your specific symptoms? The more detail the better.
#19
Posted by
steveeasley
(15 posts)
- 9 months, 1 day ago
- Show Bio
@romsnesrom What are your specific symptoms? The more detail the better.
#19
Posted by
steveeasley
(15 posts)
- 9 months, 1 day ago
- Show Bio
@romsnesrom What are your specific symptoms? The more detail the better.
- steveeasley
- Follow
Forum Posts: 15
Wiki Points: 101
Followed by: 0
Reviews: 0 Lists: 0
#20
Edited by
steveeasley
(15 posts)
- 9 months, 1 day ago
- Show Bio
@chrishadley We found the issue. Its unrelated to the issue we already fixed, but would have the same timeout symptoms. We will get a fix out asap and I will report back. (Thanks for the detail about results after 500 being the issue, that was the magic detail that narrowed it down for us).
@romsnesrom This might be the source of your issue as well.
- steveeasley
- Follow
Forum Posts: 15
Wiki Points: 101
Followed by: 0
Reviews: 0 Lists: 0
- steveeasley
- Follow
Forum Posts: 15
Wiki Points: 101
Followed by: 0
Reviews: 0 Lists: 0
#20
Edited by
steveeasley
(15 posts)
- 9 months, 1 day ago
- Show Bio
@chrishadley We found the issue. Its unrelated to the issue we already fixed, but would have the same timeout symptoms. We will get a fix out asap and I will report back. (Thanks for the detail about results after 500 being the issue, that was the magic detail that narrowed it down for us).
@romsnesrom This might be the source of your issue as well.
#20
Edited by
steveeasley
(15 posts)
- 9 months, 1 day ago
- Show Bio
@chrishadley We found the issue. Its unrelated to the issue we already fixed, but would have the same timeout symptoms. We will get a fix out asap and I will report back. (Thanks for the detail about results after 500 being the issue, that was the magic detail that narrowed it down for us).
@romsnesrom This might be the source of your issue as well.
#20
Edited by
steveeasley
(15 posts)
- 9 months, 1 day ago
- Show Bio
@chrishadley We found the issue. Its unrelated to the issue we already fixed, but would have the same timeout symptoms. We will get a fix out asap and I will report back. (Thanks for the detail about results after 500 being the issue, that was the magic detail that narrowed it down for us).
@romsnesrom This might be the source of your issue as well.
- solidus0079
- Follow
Forum Posts: 11
Wiki Points: 111
Followed by: 0
Reviews: 0 Lists: 0
#21
Posted by
solidus0079
(11 posts)
- 8 months, 30 days ago
- Show Bio
Thanks for all the help of late, Steve.
- solidus0079
- Follow
Forum Posts: 11
Wiki Points: 111
Followed by: 0
Reviews: 0 Lists: 0
- solidus0079
- Follow
Forum Posts: 11
Wiki Points: 111
Followed by: 0
Reviews: 0 Lists: 0
#21
Posted by
solidus0079
(11 posts)
- 8 months, 30 days ago
- Show Bio
Thanks for all the help of late, Steve.
#21
Posted by
solidus0079
(11 posts)
- 8 months, 30 days ago
- Show Bio
Thanks for all the help of late, Steve.
#21
Posted by
solidus0079
(11 posts)
- 8 months, 30 days ago
- Show Bio
Thanks for all the help of late, Steve.
- robinsonr74
- Follow
Forum Posts: 5
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#22
Edited by
robinsonr74
(5 posts)
- 8 months, 30 days ago
- Show Bio
Superman, Cyborg, and 'The Order', here, still not working.
- robinsonr74
- Follow
Forum Posts: 5
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
- robinsonr74
- Follow
Forum Posts: 5
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#22
Edited by
robinsonr74
(5 posts)
- 8 months, 30 days ago
- Show Bio
Superman, Cyborg, and 'The Order', here, still not working.
#22
Edited by
robinsonr74
(5 posts)
- 8 months, 30 days ago
- Show Bio
Superman, Cyborg, and 'The Order', here, still not working.
#22
Edited by
robinsonr74
(5 posts)
- 8 months, 30 days ago
- Show Bio
Superman, Cyborg, and 'The Order', here, still not working.
- Chrishadley
- Follow
Forum Posts: 3
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#23
Edited by
Chrishadley
(3 posts)
- 8 months, 30 days ago
- Show Bio
I'm still having the issue with items with very generic names, like 'Marvels', 'Marvel Super-Heroes', 'The Cat', and also, amusingly enough, 'Cyborg' and 'The Order'. It looks like it is hitting a limit of number of responses and locking up. I understand there may be a limit of responses on the API? Is there some way to rate-limit Comic Vine Scraper? I found no way to do that without rewriting it. It will let you pause between comics, but there's no way to limit the number of responses on a single comic. Thank you so much for your help so far!
Edit: Also, it's getting to 600 responses before dying now :)
- Chrishadley
- Follow
Forum Posts: 3
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
- Chrishadley
- Follow
Forum Posts: 3
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#23
Edited by
Chrishadley
(3 posts)
- 8 months, 30 days ago
- Show Bio
I'm still having the issue with items with very generic names, like 'Marvels', 'Marvel Super-Heroes', 'The Cat', and also, amusingly enough, 'Cyborg' and 'The Order'. It looks like it is hitting a limit of number of responses and locking up. I understand there may be a limit of responses on the API? Is there some way to rate-limit Comic Vine Scraper? I found no way to do that without rewriting it. It will let you pause between comics, but there's no way to limit the number of responses on a single comic. Thank you so much for your help so far!
Edit: Also, it's getting to 600 responses before dying now :)
#23
Edited by
Chrishadley
(3 posts)
- 8 months, 30 days ago
- Show Bio
I'm still having the issue with items with very generic names, like 'Marvels', 'Marvel Super-Heroes', 'The Cat', and also, amusingly enough, 'Cyborg' and 'The Order'. It looks like it is hitting a limit of number of responses and locking up. I understand there may be a limit of responses on the API? Is there some way to rate-limit Comic Vine Scraper? I found no way to do that without rewriting it. It will let you pause between comics, but there's no way to limit the number of responses on a single comic. Thank you so much for your help so far!
Edit: Also, it's getting to 600 responses before dying now :)
#23
Edited by
Chrishadley
(3 posts)
- 8 months, 30 days ago
- Show Bio
I'm still having the issue with items with very generic names, like 'Marvels', 'Marvel Super-Heroes', 'The Cat', and also, amusingly enough, 'Cyborg' and 'The Order'. It looks like it is hitting a limit of number of responses and locking up. I understand there may be a limit of responses on the API? Is there some way to rate-limit Comic Vine Scraper? I found no way to do that without rewriting it. It will let you pause between comics, but there's no way to limit the number of responses on a single comic. Thank you so much for your help so far!
Edit: Also, it's getting to 600 responses before dying now :)
- romsnesrom
- Follow
Forum Posts: 11
Wiki Points: 1864
Followed by: 0
Reviews: 0 Lists: 0
#25
Posted by
romsnesrom
(11 posts)
- 8 months, 30 days ago
- Show Bio
@steveeasley said:
@chrishadley We found the issue. Its unrelated to the issue we already fixed, but would have the same timeout symptoms. We will get a fix out asap and I will report back. (Thanks for the detail about results after 500 being the issue, that was the magic detail that narrowed it down for us).
@romsnesrom This might be the source of your issue as well.
I am happy to report that most of the problem is gone. I am still having problem with the series everyone is already complaining: "Cyborg", "Superman", "The Order", "Armies".
- romsnesrom
- Follow
Forum Posts: 11
Wiki Points: 1864
Followed by: 0
Reviews: 0 Lists: 0
- romsnesrom
- Follow
Forum Posts: 11
Wiki Points: 1864
Followed by: 0
Reviews: 0 Lists: 0
#25
Posted by
romsnesrom
(11 posts)
- 8 months, 30 days ago
- Show Bio
@steveeasley said:
@chrishadley We found the issue. Its unrelated to the issue we already fixed, but would have the same timeout symptoms. We will get a fix out asap and I will report back. (Thanks for the detail about results after 500 being the issue, that was the magic detail that narrowed it down for us).
@romsnesrom This might be the source of your issue as well.
I am happy to report that most of the problem is gone. I am still having problem with the series everyone is already complaining: "Cyborg", "Superman", "The Order", "Armies".
#25
Posted by
romsnesrom
(11 posts)
- 8 months, 30 days ago
- Show Bio
@steveeasley said:
@chrishadley We found the issue. Its unrelated to the issue we already fixed, but would have the same timeout symptoms. We will get a fix out asap and I will report back. (Thanks for the detail about results after 500 being the issue, that was the magic detail that narrowed it down for us).
@romsnesrom This might be the source of your issue as well.
I am happy to report that most of the problem is gone. I am still having problem with the series everyone is already complaining: "Cyborg", "Superman", "The Order", "Armies".
#25
Posted by
romsnesrom
(11 posts)
- 8 months, 30 days ago
- Show Bio
@steveeasley said:
@chrishadley We found the issue. Its unrelated to the issue we already fixed, but would have the same timeout symptoms. We will get a fix out asap and I will report back. (Thanks for the detail about results after 500 being the issue, that was the magic detail that narrowed it down for us).
@romsnesrom This might be the source of your issue as well.
I am happy to report that most of the problem is gone. I am still having problem with the series everyone is already complaining: "Cyborg", "Superman", "The Order", "Armies".
@steveeasley said:
@chrishadley We found the issue. Its unrelated to the issue we already fixed, but would have the same timeout symptoms. We will get a fix out asap and I will report back. (Thanks for the detail about results after 500 being the issue, that was the magic detail that narrowed it down for us).
@romsnesrom This might be the source of your issue as well.
@steveeasley said:
@chrishadley We found the issue. Its unrelated to the issue we already fixed, but would have the same timeout symptoms. We will get a fix out asap and I will report back. (Thanks for the detail about results after 500 being the issue, that was the magic detail that narrowed it down for us).
@romsnesrom This might be the source of your issue as well.
- admjim
- Follow
Forum Posts: 3
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#27
Posted by
admjim
(3 posts)
- 8 months, 28 days ago
- Show Bio
@cbanack: or @steveeasley As of right now (Sunday 11/19/17 11:15am CT) I am still having issues with Superman 30-34 (2017) and Cyborg 17 &18 (2017). I have been using the script on and off for the last 3 days and have never been able to get these books to scrape yet I am able to get 100's of others to wrok with now issue's. Please let me know if there is something I can do to help trace the issue. Maybe setup a Date/Time to test. I know what to do at this point to break it ;)
- admjim
- Follow
Forum Posts: 3
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
- admjim
- Follow
Forum Posts: 3
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#27
Posted by
admjim
(3 posts)
- 8 months, 28 days ago
- Show Bio
@cbanack: or @steveeasley As of right now (Sunday 11/19/17 11:15am CT) I am still having issues with Superman 30-34 (2017) and Cyborg 17 &18 (2017). I have been using the script on and off for the last 3 days and have never been able to get these books to scrape yet I am able to get 100's of others to wrok with now issue's. Please let me know if there is something I can do to help trace the issue. Maybe setup a Date/Time to test. I know what to do at this point to break it ;)
#27
Posted by
admjim
(3 posts)
- 8 months, 28 days ago
- Show Bio
@cbanack: or @steveeasley As of right now (Sunday 11/19/17 11:15am CT) I am still having issues with Superman 30-34 (2017) and Cyborg 17 &18 (2017). I have been using the script on and off for the last 3 days and have never been able to get these books to scrape yet I am able to get 100's of others to wrok with now issue's. Please let me know if there is something I can do to help trace the issue. Maybe setup a Date/Time to test. I know what to do at this point to break it ;)
#27
Posted by
admjim
(3 posts)
- 8 months, 28 days ago
- Show Bio
@cbanack: or @steveeasley As of right now (Sunday 11/19/17 11:15am CT) I am still having issues with Superman 30-34 (2017) and Cyborg 17 &18 (2017). I have been using the script on and off for the last 3 days and have never been able to get these books to scrape yet I am able to get 100's of others to wrok with now issue's. Please let me know if there is something I can do to help trace the issue. Maybe setup a Date/Time to test. I know what to do at this point to break it ;)
- jmducat
- Follow
Forum Posts: 4
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#28
Posted by
jmducat
(4 posts)
- 8 months, 28 days ago
- Show Bio
Hi all - I'm having the same issues as @admjim. I can't scrape Cyborg 18 and Superman 34, 35. Just did a bunch of other scraping. I tried linking to those addresses in post #1 with my API key and got the 502 error.
- jmducat
- Follow
Forum Posts: 4
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
- jmducat
- Follow
Forum Posts: 4
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#28
Posted by
jmducat
(4 posts)
- 8 months, 28 days ago
- Show Bio
Hi all - I'm having the same issues as @admjim. I can't scrape Cyborg 18 and Superman 34, 35. Just did a bunch of other scraping. I tried linking to those addresses in post #1 with my API key and got the 502 error.
#28
Posted by
jmducat
(4 posts)
- 8 months, 28 days ago
- Show Bio
Hi all - I'm having the same issues as @admjim. I can't scrape Cyborg 18 and Superman 34, 35. Just did a bunch of other scraping. I tried linking to those addresses in post #1 with my API key and got the 502 error.
#28
Posted by
jmducat
(4 posts)
- 8 months, 28 days ago
- Show Bio
Hi all - I'm having the same issues as @admjim. I can't scrape Cyborg 18 and Superman 34, 35. Just did a bunch of other scraping. I tried linking to those addresses in post #1 with my API key and got the 502 error.
- steveeasley
- Follow
Forum Posts: 15
Wiki Points: 101
Followed by: 0
Reviews: 0 Lists: 0
#29
Posted by
steveeasley
(15 posts)
- 8 months, 27 days ago
- Show Bio
Can you guys try again? We just released the fix I mentioned above related to some timeouts.
- steveeasley
- Follow
Forum Posts: 15
Wiki Points: 101
Followed by: 0
Reviews: 0 Lists: 0
- steveeasley
- Follow
Forum Posts: 15
Wiki Points: 101
Followed by: 0
Reviews: 0 Lists: 0
#29
Posted by
steveeasley
(15 posts)
- 8 months, 27 days ago
- Show Bio
Can you guys try again? We just released the fix I mentioned above related to some timeouts.
#29
Posted by
steveeasley
(15 posts)
- 8 months, 27 days ago
- Show Bio
Can you guys try again? We just released the fix I mentioned above related to some timeouts.
#29
Posted by
steveeasley
(15 posts)
- 8 months, 27 days ago
- Show Bio
Can you guys try again? We just released the fix I mentioned above related to some timeouts.
- Chrishadley
- Follow
Forum Posts: 3
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#30
Posted by
Chrishadley
(3 posts)
- 8 months, 27 days ago
- Show Bio
It looks like all of the ones that scraping was failing on are now working, I've cleared my whole backlog successfully. You rock!
- Chrishadley
- Follow
Forum Posts: 3
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
- Chrishadley
- Follow
Forum Posts: 3
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#30
Posted by
Chrishadley
(3 posts)
- 8 months, 27 days ago
- Show Bio
It looks like all of the ones that scraping was failing on are now working, I've cleared my whole backlog successfully. You rock!
#30
Posted by
Chrishadley
(3 posts)
- 8 months, 27 days ago
- Show Bio
It looks like all of the ones that scraping was failing on are now working, I've cleared my whole backlog successfully. You rock!
#30
Posted by
Chrishadley
(3 posts)
- 8 months, 27 days ago
- Show Bio
It looks like all of the ones that scraping was failing on are now working, I've cleared my whole backlog successfully. You rock!
- jmducat
- Follow
Forum Posts: 4
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#31
Posted by
jmducat
(4 posts)
- 8 months, 27 days ago
- Show Bio
Same here - everything scraped with no issues. Thank so much!
- jmducat
- Follow
Forum Posts: 4
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
- jmducat
- Follow
Forum Posts: 4
Wiki Points: 0
Followed by: 0
Reviews: 0 Lists: 0
#31
Posted by
jmducat
(4 posts)
- 8 months, 27 days ago
- Show Bio
Same here - everything scraped with no issues. Thank so much!
#31
Posted by
jmducat
(4 posts)
- 8 months, 27 days ago
- Show Bio
Same here - everything scraped with no issues. Thank so much!
#31
Posted by
jmducat
(4 posts)
- 8 months, 27 days ago
- Show Bio
Same here - everything scraped with no issues. Thank so much!
- Comic Vine
- Forums
- Bug Reporting
Browse Boards
- Gen. Discussion
- Bug Reporting
- Delete/Combine Pages
- Artist Show-Off
- Off-Topic
- Contests
- Battles
- Fan-Fic
- RPG
- Comic Book Preview
- API Developers
- Editing & Tools
- Podcast
- Quests
Jump to Top
Jump to Last Read
Browse Boards
- Gen. Discussion
- Bug Reporting
- Delete/Combine Pages
- Artist Show-Off
- Off-Topic
- Contests
- Battles
- Fan-Fic
- RPG
- Comic Book Preview
- API Developers
- Editing & Tools
- Podcast
- Quests
Please Log In to post.
Don't post to forums
Gen. Discussion
Bug Reporting
Delete/Combine Pages
Artist Show-Off
Off-Topic
Contests
Battles
Fan-Fic
RPG
Moderator Hangout
Comic Book Preview
API Developers
Editing & Tools
Podcast
Quests
Spam Museum(Or search for a more specific forum)
(Bring back the main forum list)
Forums
Main boards
Gen. Discussion
Bug Reporting
Delete/Combine Pages
Artist Show-Off
Off-Topic
Contests
Battles
Fan-Fic
RPG
Comic Book Preview
API Developers
Editing & Tools
Podcast
Quests
Popular wiki boards
- X-Men
- Spider-Man
- Dragon Ball Universe
- Wonder Woman
- Batman
- Storm
- Superman
- Hulk
- Star Wars Universe
- Thanos
Top posters
pikahyper
2183 posts
Rorie
873 posts
mrpibb
357 posts
MysticMedivh
237 posts
cbishop
226 posts
Xwraith
178 posts
Cloudguy
166 posts
LtSquigs
164 posts
PunyParker
153 posts
Renchamp
143 posts
- Advertise
- Partnerships
- API
- Terms of Use
- Privacy Policy
- Ad Choice
- Help
- Careers
- Advertise
- Partnerships
- API
- Terms of Use
- Privacy Policy
- Ad Choice
- Help
- Careers
© 2018 CBS Interactive Inc. All rights reserved.
© 2018 CBS Interactive Inc. All rights reserved.
Use your keyboard!
- ESC
Use your keyboard!
- ESC
Use your keyboard!
- ESC
Log in to comment
Log in to comment