-
Notifications
You must be signed in to change notification settings - Fork 59
Improve log messages 500 - {JSON blob} #1952
Copy link
Copy link
Open
Labels
Description
There are various bad messages (mostly warnings) in the log that leave the admin with no clue if they need to do something:
# I guess no?
"500 - {\"status\":-1,\"exception\":\"OCA\\\\Social\\\\Exceptions\\\\ActorDoesNotExistException\",\"message\":\"Actor not found\"}"
# This is a bug?
"500 - {\"status\":-1,\"exception\":\"OCA\\\\Social\\\\Exceptions\\\\UnauthorizedFediverseException\",\"message\":\"Empty Origin\"}"
# I guess no?
"500 - {\"status\":-1,\"exception\":\"OCA\\\\Social\\\\Tools\\\\Exceptions\\\\RequestNetworkException\",\"message\":\"28 - Resolving timed out after 10000 milliseconds …
Reactions are currently unavailable