Hamza

Results 13 comments of Hamza

open .env file in your text editor and modify account credentials.

It does not work on Chrome, the "Like you" section is empty. Tried both version, @tajnymag's and @JustixDevelopment's

@tajnymag fixed. I had another extension blocking the whole process. Thank you.

@JustixDevelopment thanks for your contribution.

It's best to use the extension with Selenium.

@YoussefEssalhi kheddama lik normal had lyamat? Ana kant kheddama lya f lwl, mais db walo.

@YoussefEssalhi ch7al ka takl d RAM?

> Hey did you find a solution? Having same error :/ Indeed I have developed a solution to run the script while I'm away. But, it's just a "fix" that...

Sorry for the late reply. Here's the code I used to run the script infinitely: ``` import os while(os.system('sh run_linux.sh') == 0): os.system('sh run_linux.sh') ``` That's it. Note that you're...