Bypass/Ignore Error Handling?

Have you tried a try/except block? If the code is throwing an exception, that’s the best way to ignore it.