ipol-journal / ipolDevel

IPOL demo system development
GNU Affero General Public License v3.0
23 stars 3 forks source link

Web interface and cryptic "Error." message #115

Closed mcolom closed 1 year ago

mcolom commented 2 years ago

Send a more informative message than "Error." when something goes wrong in the web interface.

mcolom commented 2 years ago

Be careful with changing the message by something too specific like "The Internet is down", etc. because first you need we check that this is not a generic error that is raised by any exception. In case it's always due to Internet problems, it's fine. Otherwise, we need a more general explanation (like what we're doing with the Internal Error).

mcolom commented 1 year ago

Fixed.