Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Internal Server Error when searching for "Sonja" #632

Closed
miracle152005 opened this issue Feb 7, 2021 · 2 comments
Closed

Internal Server Error when searching for "Sonja" #632

miracle152005 opened this issue Feb 7, 2021 · 2 comments

Comments

@miracle152005
Copy link
Contributor

Describe the bug
When I search for "Sonja" I get an Internal Server Error.
The log files do not contain any relevant information about the issue.

Could you please take a look.
Thanks.

"Traceback (most recent call last):
File "/usr/lib/python3.8/site-packages/cherrypy/_cprequest.py", line 638, in respond
self._do_respond(path_info)
File "/usr/lib/python3.8/site-packages/cherrypy/_cprequest.py", line 697, in _do_respond
response.body = self.handler()
File "/usr/lib/python3.8/site-packages/cherrypy/lib/encoding.py", line 219, in call
self.body = self.oldhandler(*args, **kwargs)
File "/usr/lib/python3.8/site-packages/cherrypy/_cpdispatch.py", line 54, in call
return self.callable(*self.args, **self.kwargs)
File "/app/mylar/webserve.py", line 393, in searchit
searchresults = mb.findComic(name, mode, issue=None)
File "/app/mylar/mb.py", line 308, in findComic
if result.getElementsByTagName('super_url')[0].firstChild.wholeText:
IndexError: list index out of range"

CarePackage
mylar.log

Environment (please complete the following information):

  • OS: docker container on a ubuntu 18.04 installation
  • Branch / commit: 165e089
@evilhero
Copy link
Collaborator

evilhero commented Feb 8, 2021

Was probably a problem with CV at the time of you trying to search for a particular series.

I just tried it today and got back a full listing with no errors with that search query.

It's possible that one of the series was being updated as you were searching and some null fields were in the XML which threw it off and/or the image link wasn't present - but unsure without being able to fully see the xml (or test it).

evilhero added a commit that referenced this issue Feb 8, 2021
…image is not yet present on CV due to being a new series which causes search results for a query to not display
@miracle152005
Copy link
Contributor Author

Yes, seems to be the case. It works fine today.

barbequesauce pushed a commit that referenced this issue Feb 10, 2021
…image is not yet present on CV due to being a new series which causes search results for a query to not display
evilhero added a commit that referenced this issue Feb 19, 2021
- IMP: Check booktype before attempting to snatch non-booktype related issues with DDL (ie. issue vs TPB)
- IMP: Ignore weekly pack matches for DDL single issue searches
- IMP: Improved speed of ReCheck Files
- IMP: Speed up checking for non-existant issues during a ReCheck Files when seeing if issues are Archived or not
- IMP: Renamed Blacklisted_publishers to ignored_publishers
- IMP: Updated save settings so it doesn't create hundreds of commas as values in some instances when saving ignored_publishers
- IMP:(#382) Use alternate search patterns with DDL until some valid matches are found
- IMP: auto-correct DDL search query if series contains either ':' or '/'
- FIX:(#632) Searchbox: add a try/except around image retrieval incase image is not yet present on CV due to being a new series which causes search results for a query to not display
- FIX: Setup default value for StoryArc Folder Format if one is not provided.
- FIX: fixed sorting of Have column on non-alpha index
- FIX:(#626) When using CDH with NZBGet, would cause a 'queue' error related to NZBGet not actually having that field in the response
- FIX: Removed max-width from no fit mode to make it truly no fit (@nymitr)
- FIX: Made webviewer use correct relative path (@nymitr)
- FIX: Some cbr/cbz contain actual files in subfolder (@nymitr)
- FIX:(#584) "Test SABnzbd" button throws a SyntaxError as not all of the SABtest() responses are JSON encoded. Also simplified a bit by removing the "Get API" call as there is an explicit link to do that. (@davalanche)
- FIX: SABnzbd "Get API" link not working (tested against SABnzbd 3.1.1 and 2.3.9) (@davalanche)
- FIX: FIX for DDL Restart throwing a popup error in GUI from Manage DDL page (@davalanche)
- FIX: Fixed indentation issue which caused an error when trying to reload the DDL queue (@edimusxero)
barbequesauce pushed a commit that referenced this issue Mar 12, 2021
- IMP: Check booktype before attempting to snatch non-booktype related issues with DDL (ie. issue vs TPB)
- IMP: Ignore weekly pack matches for DDL single issue searches
- IMP: Improved speed of ReCheck Files
- IMP: Speed up checking for non-existant issues during a ReCheck Files when seeing if issues are Archived or not
- IMP: Renamed Blacklisted_publishers to ignored_publishers
- IMP: Updated save settings so it doesn't create hundreds of commas as values in some instances when saving ignored_publishers
- IMP:(#382) Use alternate search patterns with DDL until some valid matches are found
- IMP: auto-correct DDL search query if series contains either ':' or '/'
- FIX:(#632) Searchbox: add a try/except around image retrieval incase image is not yet present on CV due to being a new series which causes search results for a query to not display
- FIX: Setup default value for StoryArc Folder Format if one is not provided.
- FIX: fixed sorting of Have column on non-alpha index
- FIX:(#626) When using CDH with NZBGet, would cause a 'queue' error related to NZBGet not actually having that field in the response
- FIX: Removed max-width from no fit mode to make it truly no fit (@nymitr)
- FIX: Made webviewer use correct relative path (@nymitr)
- FIX: Some cbr/cbz contain actual files in subfolder (@nymitr)
- FIX:(#584) "Test SABnzbd" button throws a SyntaxError as not all of the SABtest() responses are JSON encoded. Also simplified a bit by removing the "Get API" call as there is an explicit link to do that. (@davalanche)
- FIX: SABnzbd "Get API" link not working (tested against SABnzbd 3.1.1 and 2.3.9) (@davalanche)
- FIX: FIX for DDL Restart throwing a popup error in GUI from Manage DDL page (@davalanche)
- FIX: Fixed indentation issue which caused an error when trying to reload the DDL queue (@edimusxero)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants