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
Since app currently does not copy avatar images to app_data folder, even if properly sized, app will fail on encountering use supplied avatar, as the filename will not exist where the app tried to find it.
Better would be to add a if exists clause to supply default avatar in place if it doesn't exist, or indeed on any failure when adding the avatar, provided other errors were documented/traceable.
The text was updated successfully, but these errors were encountered:
Since app currently does not copy avatar images to app_data folder, even if properly sized, app will fail on encountering use supplied avatar, as the filename will not exist where the app tried to find it.
Better would be to add a
if exists
clause to supply default avatar in place if it doesn't exist, or indeed on any failure when adding the avatar, provided other errors were documented/traceable.The text was updated successfully, but these errors were encountered: