UTA-FabLab / fabapp

Operational Software for any fablab or makerspace
Other
19 stars 21 forks source link

Project Fi SMS updates do not go through #50

Closed FabosaurusRex closed 4 years ago

FabosaurusRex commented 4 years ago

Fi has stopped accepting SMS updates from FabApp.

Need to add full set of headers in and troubleshoot problem: https://stackoverflow.com/questions/566182/complete-mail-header

I can SMS myself from my @uta.edu address successfully, so the domain is likely not blocked.

FabosaurusRex commented 4 years ago

Testing proves it's something wrong in the DB query - changing Project Fi to Project_Fi produced a successful message.

FabosaurusRex commented 4 years ago

Retyped the MMS server address as well in case of hidden characters being an issue from copy/pasting from non-plaintext documents in the past.

FabosaurusRex commented 4 years ago

Changed Project_Fi back to Project Fi, retried, confirmed it's the space that is breaking things.

MPZinke commented 4 years ago

Found issue with font end syntax here. This can be corrected by adding single quotes around the value of the provider.

FabosaurusRex commented 4 years ago

Confirmed fix. Approved to make this change and commit directly to Dev branch.

FabosaurusRex commented 4 years ago

Fix has been rolled into Production branch, closing issue.