Would you please try temporarily adding the following to your wp-config.php
file:
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
If your config file already has entries for either variable, you should just change the entry to match rather than adding new ones.
Then try running a Look-See scan. If it fails, see if there is anything relevant in the debug log, which can be found at https://yourdomain.com/wp-content/debug.log
If so, please paste the contents here. (You can censor path information before pasting.)
After testing, you can undo the wp-config.php
change and delete the debug file.
Thank you for taking the time to help debug!