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
This error was caused by a read-only filesystem under Linux. BNRBot was launched from /mnt/Storage/Projects/BNRBot/ on a filesystem mounted with ro flag. The fix should be to handle the IOException when attempting to create the settings file, rather than assuming it would always succeed.
This error was caused by a read-only filesystem under Linux. BNRBot was launched from
/mnt/Storage/Projects/BNRBot/
on a filesystem mounted withro
flag. The fix should be to handle the IOException when attempting to create the settings file, rather than assuming it would always succeed.Error #5
The text was updated successfully, but these errors were encountered: