Hello again everyone, it appears to be fixed now, on both fronts for me…

As for the issue with the content retrieval goes, I was given the following fix from my Ticket submitted, which did seem to work.
we have seen cases like this occur specifically on MacOS if the operating system “shared” folder permissions have been corrupted, or the user profile itself is damaged. The process of fixing this isn’t complicated per se, but does require some work with the MacOS “Terminal” service. If you’re willing to give this a shot, here’s how to do it (else any Apple technician will be able to do this for you):
To find the Shared folder:
- Log in to your computer using an administrator account.
- In Finder, select Go > Go to Folder or press Cmd+Shift+G.
- Type /Users
- Click Go.
Warning: The following processes modify permission settings using the Terminal application. If you are not familiar with Terminal and UNIX-like environments, proceed with caution. Incorrect commands may result in data loss or unusable system software. Improper alteration of permissions can result in reduced system security or exposure of private data. This method requires a non-blank admin password.
If the Shared folder exists:
- Open Terminal (located in /Applications/Utilities)
- Type the following:
sudo chmod -R 1777 /Users/Shared
- Press Return.
- Quit Terminal.
If the Shared folder does not exist the following steps will recreate the Shared folder with the correct permissions if it is missing.
-Open Terminal (located in /Applications/Utilities).
-Type the following:
sudo mkdir -p /Users/Shared/
-Press Return.
-Enter your administrator account password when prompted, then press Return.
-Type the following:
sudo chmod 1777 /Users/Shared
-Press Return.
- Quit Terminal.
When that is done, please restart the Mac and see if things have improved. If not, you will also want to rename your MacOS user profile - this will automatically reset all your profile permissions to their correct values, in turn often fixing all corruption issues that may have existed on that level.
Of course, this is the fix for a Macintosh computer, and may be a different procedure for a PC, but it kind of looks like a lot of you here are saying the issue has since gone away for you.
In any case, as far as the application opening itself at startup, it seems that it somehow added itself to my User / Groups > Login Items in System Preferences, and even though it was not checked it was there, so the GM who responded to my Ticket said to completely remove it from that window, which worked.
Again, this is what I had to do on a Macintosh, cannot be certain this is a true correction on a PC machine.
Regardless, the strange problem seems to be gone now, and Thanks to all for your assistance!!