Nacho Martinez
Nacho Martinez
It happened to me too @dbrami but with tree visualizations, with the same explain_level value, let me know if you find something
Hey @rfalcon-cnmc , could you show me what happens in the graphical interface when you launch the program? Or is it stuck permanently on Loading....? A visual GUI interface should...
Hey @rfalcon-cnmc , so I have modified the code to add some debug logging when there is the permanently stuck loading error (now you will get a more detailed exception)....
Hey can you try with the new code? You should skip the loading screen by pressing F1
The keyboard library requires root permissions on the user you're trying to execute, the script is not failing now but getting stuck on the new skip line feature with F1....
Hey @zubi33 , this is a known issue (the second one) which happens when you run chromedriver as root. The intended use is for you to run without privileges, and...
@zubi33 , keep the "break" statement but remove the if. It should look like: ``` except Exception as e: print("Loading. Press F1 if stuck in this step...: {}".format(e), end=f"\r") break...
Hmmm @zubi33 , French language should be supported. Have you put the name exactly as it is found (byte by byte) as the target? If you think it's a language...
This is a weird issue, I am quite busy right now with work but I have put this in my watchlist to debug what's happening - I have tested myself...
Hello @cyberfam, it's not locating your chromedriver binary. Make sure you put it somewhere where your PATH variable recognizes it. Follow this tutorial if you're in Windows: [YouTube Tutorial](https://www.youtube.com/watch?v=VO64s7TYbOk)