summaryrefslogtreecommitdiff
path: root/issues
diff options
context:
space:
mode:
authorPjotr Prins2024-03-01 13:39:39 -0600
committerPjotr Prins2024-03-01 13:40:01 -0600
commit254ae59924f7fc7fdbb34d287dc9a8300c3fce59 (patch)
treef39c60184ee9c1644c41883a0cb51cc940e103c3 /issues
parentac433e51c677cc7bbe8d0f8ec7078a2902af8c8e (diff)
downloadgn-gemtext-254ae59924f7fc7fdbb34d287dc9a8300c3fce59.tar.gz
Getting an error on registration.
Diffstat (limited to 'issues')
-rw-r--r--issues/gn-auth/registration.gmi26
1 files changed, 26 insertions, 0 deletions
diff --git a/issues/gn-auth/registration.gmi b/issues/gn-auth/registration.gmi
new file mode 100644
index 0000000..67c96d2
--- /dev/null
+++ b/issues/gn-auth/registration.gmi
@@ -0,0 +1,26 @@
+# Login issues with gn-auth
+
+# Tags
+
+* assigned: fredm
+* priority: critical
+
+# Issues
+
+## With registration we get a JSON error
+
+On CD we get an error during registration of a new user using a strong password:
+
+```
+ GeneNetwork 2.11-rc2 http://cd.genenetwork.org/oauth2/user/register ( 7:33PM UTC Mar 01, 2024)
+Traceback (most recent call last):
+ File "/gnu/store/jh0b8nzrs7rh55axdwmz8i1lavni52c5-profile/lib/python3.10/site-packages/requests/models.py", line 971, in json
+ return complexjson.loads(self.text, **kwargs)
+ File "/gnu/store/jh0b8nzrs7rh55axdwmz8i1lavni52c5-profile/lib/python3.10/site-packages/simplejson/__init__.py", line 525, in loads
+ return _default_decoder.decode(s)
+ File "/gnu/store/jh0b8nzrs7rh55axdwmz8i1lavni52c5-profile/lib/python3.10/site-packages/simplejson/decoder.py", line 370, in decode
+ obj, end = self.raw_decode(s)
+ File "/gnu/store/jh0b8nzrs7rh55axdwmz8i1lavni52c5-profile/lib/python3.10/site-packages/simplejson/decoder.py", line 400, in raw_decode
+ return self.scan_once(s, idx=_w(s, idx).end())
+simplejson.errors.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
+```