When I submit my mobile number in the contact list I get the error "Not a valid phone number".
I have a Belgian phone number and I use the format "+32*********".
It might be that that the problem is the country code. Just as a check, I tried to change it from +32 to +33 (keeping the same number) and in that case there was no error.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items ...
Show closed items
Linked items 0
Link issues together to show that they're related or that one is blocking others.
Learn more.
I think there's something else going on with how your number is being input. Belgium is allowed in our messaging service, and in fact, I just checked and there are three other LVK users that have valid +32 phone numbers that are active in GraceDB.
Daniela and I both verified that the number in question appears to be valid, according to the phonenumbers library in the python interpreter. But that check fails on GraceDB for some reason.
Even when creating the contact manually in the django shell, that validation step still takes place... so we're kind of stuck right now.
One possible way would be to manually create a contact with a different number (33 instead of 32) and mark it as verified:
And then completely outside of django, go into psql and manually change the number in the database. I'm reluctant to do that because any subsequent modification of that contact object would inevitably throw an error.
uhhh okay? there must have been a bug in phonenumbers that didn't recognize @daniela.pascucci's phone number as valid. I'll upgrade the version in the next release and then ask you to try again next week.