You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried submitting a report via the app today, but received an error message (about 1 second after tapping Publier), persistent across several tries over hours and from different networks:
I then tried submitting the same report via the web interface, where I received a more descriptive error message, telling me that my description contained a forbidden character ("), and after fixing that it worked. So my guess is that's the problem for the iOS report too. (I haven't verified because I didn't want to submit duplicate reports.) If that's right, a more descriptive error message would be helpful.
From a quick code search, I believe the error dialog is triggered via this code: (because this particular error message will otherwise only be displayed after a 90 second timeout, and it was much faster)
I tried submitting a report via the app today, but received an error message (about 1 second after tapping
Publier
), persistent across several tries over hours and from different networks:I then tried submitting the same report via the web interface, where I received a more descriptive error message, telling me that my description contained a forbidden character (
"
), and after fixing that it worked. So my guess is that's the problem for the iOS report too. (I haven't verified because I didn't want to submit duplicate reports.) If that's right, a more descriptive error message would be helpful.From a quick code search, I believe the error dialog is triggered via this code: (because this particular error message will otherwise only be displayed after a 90 second timeout, and it was much faster)
espacepublic-mobileapp-dansmarue-ios/DansMaRue/Controllers/Anomalie/ThanksAnomalyViewController.swift
Lines 278 to 281 in aca23be
The text was updated successfully, but these errors were encountered: