14 Jan 2020 |
Sorunome | does synapse need v3 or v2 recaptcha? | 14:38:49 |
Sorunome |  Download Screenshot_2020-01-14_15-39-00.png | 14:39:05 |
anoa | oh, hm | 14:39:28 |
anoa | The docs say v2. | 14:39:50 |
Sorunome | okay, locally it owrks | 14:43:20 |
Sorunome | anoa ^ | 14:43:24 |
Sorunome | so matrix.org synapse is weird | 14:43:30 |
krille | In reply to @sorunome:sorunome.de okay, locally it owrks How are you doing it that it works? | 14:43:43 |
anoa | hm | 14:43:46 |
Sorunome | In reply to @krille:ubports.chat How are you doing it that it works? exactly like you are. Soru means with local synapse installation it works. Meaning it's not a general synapse bug but a bug specific to matrix.org's synapse instance | 14:44:12 |
krille | ouh... | 14:44:33 |
krille | another thing: m.login.email.identity isnt working in web fallback | 14:46:40 |
Sorunome | because the only ones implemented are recaptcha and terms | 14:48:48 |
| * Sorunome likes the code generalization of her uia implementation way more :3 | 14:49:23 |
krille | What can we do now? :-( | 14:49:39 |
Sorunome | as for recaptcha thingy: wait for matrix.org to fix it
as for m.login.email.identity having no web fallback: PR it | 14:50:05 |
Sorunome | it doesn't seem too complex to PR, looking at that file | 14:50:24 |
krille | dont need email.identity now but recaptcha is essential | 14:52:32 |
| * anoa is still looking into it on the matrix.org side | 14:53:33 |
Sorunome | In reply to @sorunome:sorunome.de okay, locally it owrks anoa: should soru test develop instead of master ? Or should that really not make a difference? | 14:59:14 |
anoa | matrix.org is running develop , so that would help | 14:59:53 |
anoa | (well, it's really running matrix-org-hotfixes , but I just merged develop into it today) | 15:00:13 |
Sorunome | okay, on develop it's working, too | 15:01:37 |
Sorunome | let's try matrix-org-hotfixes :D | 15:01:55 |
| * anoa is confused how the webpage seems to send session in the body of the request and on_POST pulls it out of the request arguments. | 15:02:33 |
Sorunome | (.python3) sorunome@sorunome-desktop famedly/synapse $ git pull origin matrix-org-hostfixes
fatal: couldn't find remote ref matrix-org-hostfixes
whaaaaa
| 15:02:38 |
anoa | hostfixes | 15:03:07 |
| * anoa wonders if this is a load balancer problem somehow | 15:04:19 |
krille | I'm trying around a little bit. Looks like the fallback webpage really isn't doing something | 15:05:48 |
Sorunome | (.python3) sorunome@sorunome-desktop famedly/synapse $ git checkout hotfixes 1
error: pathspec 'hotfixes' did not match any file(s) known to git
| 15:06:00 |