-
Notifications
You must be signed in to change notification settings - Fork 12
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
Unable to renew my OSM Foundation membership (“Payment Processor Error message :DB Error: unknown error”) #973
Comments
Have you retried since then? |
On Mon, 09 Oct 2023 14:59 +02:00, Grant ***@***.***> wrote:
Have you retried since then?
Yes I did that this morning, and took those screenshots this morning
…--
Amanda
|
@grischard Assigning this one to you. Let me know if you'd like me to investigate. |
Same thing happened today when trying to sign up for active contributor membership
|
I changed my OSM username and got it to work. Through trial and error, I could reproduce the error when I had a 🏳️🌈 character at the end of my username. The Ogham letters ( I was able to crash the civicrm OSMF membership system by changing my OSM username. That's not good. |
Likely a mysql utf8 issue then. 🏳️🌈 flag is 4 characters and 14 bytes. By default mysql utf8 only supports I believe 3 character. Needs further investigation. |
Confirmed our civicrm uses |
I don't care if you added a smiley - that comment is totally inappropriate. That comment is the first indication that the problem has anything to do with your username and without giving anybody a chance to address what is fairly obviously a bug you essentially imply that is a deliberate act of discrimination. |
Running the upgrade process. |
On Tue, 10 Oct 2023 15:52 +02:00, Tom Hughes ***@***.***> wrote:
> It's basically homophobia. 😜 /s <https://en.wikipedia.org/wiki/Tone_indicator>
>
I don't care if you added a smiley - that comment is totally inappropriate.
My apologies. It was an attempt to being light hearted and joking.
…--
Amanda
|
MySQL upgrade done. |
@amandasaurus lmk if this can be closed |
On Tue, 10 Oct 2023 19:09 +02:00, Guillaume Rischard ***@***.***> wrote:
@amandasaurus <https://github.com/amandasaurus> lmk if this can be closed
I'm not able to test it anymore. I did a work around by changing my OSM username and was able to renew. If you've followed a process that seems to work, I'd go with that. 🙂
I was curious how common this is.
pv -c -N "input" history-231002.osm.pbf | osmium cat -F pbf -f xml - -o - | fgrep ' user="' | grep -P "[\x{10000}-\x{fffff}]" | grep -Po '(?<= user=").*[\x{10000}-\x{fffff}].*(?=" changeset=")' | uniq | pv -c -N "output lines" > all-osm-usernames.txt
cat all-osm-usernames.txt | sort | uniq | sponge all-osm-usernames.txt
This bash snippet gives all 289 OSM usernames who would not have been able to join the OSMF, but now can. It's a small number, but thanks to the volunteers for spending the time to ensure people can join OSMF properly. 🙂
…--
Amanda
|
I am going to close this now. If the issue remains we can re-open. |
The autorenew of my OSMF membership didn't work (probably because I got a new credit card a few months ago after being pickpocketed). So I clicked on the link, and tried to fill in the form, and got: “Payment Processor Error message :DB Error: unknown error”
I tried to sign up new at https://supporting.openstreetmap.org/normal-membership/ and got the same error:
I posted this on the
#osmf-membership
IRC channel on 2023-10-07, and emailed MWG on 2023-10-09, and also chatted to @Firefishy on IRC that day. He thinks #972 might be relevant too.The text was updated successfully, but these errors were encountered: