I have a python project running on an e-commerce site. Selenium and beatifulsoup work together. When I run the code I get the following error many times.
[12564:7400:0518/202049.327:ERROR:fallback_task_provider.cc(127)] Every renderer should have at least one task provided by a primary task provider. If a “Renderer” fallback task is shown, it is a bug. If you have repro steps, please file a new bug and tag it as a dependency of crbug.com/739782.
These mistakes should not happen. I updated my Edge browser, checked the paths, tried “service = EdgeService(log_output=log_path)”, a code I found in the Selenium library, but it didn’t work. It doesn’t stop me from getting this error, but it’s annoying to see it.