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

Config dump page does not render #377

Closed
Serneum opened this issue Jun 28, 2020 · 3 comments
Closed

Config dump page does not render #377

Serneum opened this issue Jun 28, 2020 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@Serneum
Copy link
Contributor

Serneum commented Jun 28, 2020

Describe the bug
I didn't even realize there was a config dump page until today, but figured I'd try it out. The page does not load, and I get a 500 error in my browser's console log.

image

Failed to load resource: the server responded with a status of 500 ()

image

CarePackage
carepackage.zip

Environment (please complete the following information):

  • OS: Ubuntu 20.04
  • Branch / commit: python3-dev / 45886c0

Additional information
N/A

@evilhero
Copy link
Collaborator

Can confirm this is a decode issue.

@barbequesauce barbequesauce self-assigned this Jun 28, 2020
@barbequesauce barbequesauce added the bug Something isn't working label Jun 28, 2020
barbequesauce added a commit that referenced this issue Jun 28, 2020
evilhero pushed a commit that referenced this issue Jun 29, 2020
* FIX: remove decode statement in config_dump

Fixes #377

* FIX: carbonize config_dump
evilhero added a commit that referenced this issue Jul 1, 2020
* FIX:(#343) Always replace GB in search results when using DDL provider

* FIX: newznab test button not functioning properly (#348)

* IMP: moving the interface selector to the Interface tab of config

* Streamline the templates so that duplication isn't required to display properly.

* update templates to allow independent images based on interface but still using default html files as required.

* removed some maintenance & startup html files that shouldn't be there just yet

* centered tables and change hover link color (as per #339 from @sukhysall)

* IMP: re-add light icons to carbon, using overlay dict for dir

* CSS to map to new images location

* IMP: [carbon] center the search box (per destron23)

* [carbon] menu buttons are rounded instead of square, changed default button color to dark grey with blue hover for consistency, fixed large font on configuration page

* [carbon] fixed colors on Upcoming table to show better and updated legend, Weeklypull will now row highlight based on Status

* [carbon] fixed broken image links, added padding to table headers to emphasize titles as being separate from data,

* [carbon] removed force center to every table instead apply center based on if grade is present

* [carbon] added issues & annuals table as css elements for consistent styling

* [carbon] fixed row colors (weeklypull, manage, comicdetails)

* [carbon] increased title space on series detail page

* [carbon] ensure images on same line are vertically-aligned properly

* [carbon] updated storyarc main page to use proper row grading

* updated index/home page - adjusted publisher column so it doesn't over-run into 2 lines, centered data in columns

* FIX: use regex against platform.system (#356)

* Removed unrar-cffi component from ComicTagger. Removal of unrar-cffi and unrar from requirements.txt. Will work with either unrar-cffi if installed, or default back to included rarfile.

* FIX for ct_settingspath not being properly saved on Windows

* FIX: remove unused nzbget_param variable (addresses #321)

* FIX for page numbers parsing incorrectly when included in filename

* Mostly working streaming OPDS implementation (#370)

* FIX: pass IssueID to markasRead the right way (#372)

* IMP: Logging when markasRead doesnt get input (#373)

* IMP: error message if there's no CVkey (#375)

* FIX:(#366) Stop next/last page buttons from 'moving' when hovered

* FIX: (#377) Remove decode statements from config_dump

* FIX:(#366) fixed pagination spacing on carbon interface
@barbequesauce
Copy link
Collaborator

This should be okay now?

@Serneum
Copy link
Contributor Author

Serneum commented Jul 2, 2020

Yep, looks good

@Serneum Serneum closed this as completed Jul 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants