Question about error I am getting

I have in my bookmarks two saved bookmarks called Mining and Dock.

This is the error that is coming up:

[
{
“TimeDateTimeIntraDayCal”: “19.00.45”,
“TimeDateTimeIntraSecMilliString”: “721”,
“CaptionString”: “menu entry not found for bookmark or folder: ‘Mining’”,
“LineIndex”: 526,
“CharacterIndexInLine”: 2,
“LineIndexInAvalonEdit”: 527,
“CharacterIndexInLineInAvalonEdit”: 3
}
]

[
{
“TimeDateTimeIntraDayCal”: “19.00.45”,
“TimeDateTimeIntraSecMilliString”: “721”,
“CaptionString”: “menu entry not found for bookmark or folder: ‘Mining’”,
“LineIndex”: 526,
“CharacterIndexInLine”: 2,
“LineIndexInAvalonEdit”: 527,
“CharacterIndexInLineInAvalonEdit”: 3
}
]

Here is what I have in the configuration area.

// Bookmarks of places to mine. Add additional bookmarks separated by comma.
string[] SetMiningSiteBookmark = new[] {
“Mining”,
};

// Bookmark of location where ore should be unloaded.
string UnloadBookmark = “Dock”;

What / Where am I going wrong with this?

This error message is logged for following problem:
The configured bookmark labeled Mining is not present in the surroundings menu was opened by the bot.

To fix this problem, make the bookmark appear in the surroundings menu at top level (so that it is always visible when this menu is open).