mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 17:36:01 +03:00
[GH-ISSUE #1228] JSON Parsing error while creating new identity #998
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#998
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ukozi on GitHub (Sep 10, 2017).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1228
Impacted versions
Steps to reproduce
Add Identity, press "Submit"
Current behavior
Internal Server Error 500
AlreadyFinalized at /admin/accounts/new/ Context was already finalized.Expected behavior
Add new Identity
Video/Screenshot link (optional)
Other Notes
I added three or four identities just fine, this behavior seems to have started after a reboot. I've attempted to restart nginx and uwsgi to no avail.l
@tonioo commented on GitHub (Sep 10, 2017):
Please make sure you're using the latest version of https://github.com/modoboa/modoboa-pdfcredentials
@ukozi commented on GitHub (Sep 11, 2017):
Indeed I am, and was when I opened the issue.
I'll note that checking the pdfcredentials folder, for every failed user attempt, it is creating the PDF.
@tonioo commented on GitHub (Sep 11, 2017):
@chumstick Ok. I need the full python traceback to know where the problem is located. Can you set DEBUG to True inside settings.py, reload uwsgi and send the traceback please?
@ukozi commented on GitHub (Sep 11, 2017):
No problem. I've set DEBUG=TRUE in settings.py. Which file is it outputting to?
@ukozi commented on GitHub (Sep 11, 2017):
Sorry for being a moron, obviously you meant the response. A bit early here, heh.
response.txt
@tonioo commented on GitHub (Sep 11, 2017):
Ok, looks like I forgot to fix something in the pdf-credentials plugin. I'll fix it asap.
@ukozi commented on GitHub (Sep 11, 2017):
Hey no problem. In the mean time, what's the simplest way that you'd recommend just having modoboa skip loading the PDFC plugin?
@tonioo commented on GitHub (Sep 11, 2017):
Just comment the corresponding line in MODOBOA_APPS and reload uwsgi.