Closed andykaufseo closed 1 year ago
Php version works fine, writes to file, everything is good - except it is much slower than the python ver.
Forgot to say, the python version creates the safe and dangerous files, but they're always empty (as it does not finish the job, it keeps on going at the last entry)
can you please provide os, version, and python version you use? also, the path of the file will be nice.
thanks for replying, the script is great (apart from this small bug).
I have tested the app on both windows and linux. on linux it didn't work (because of the resources module - see my other bug report) - on linux it works (ubuntu 22.04). python is 3.10 and the file is in the same folder as the script.
not sure if that helps or you need more info - just let me know.
the php version works great!
thanks. Actually, it's not intended to run on win* machines. It tested on ubuntu, centos, and mac osx. Later I'll fix it to run on windows smoothly also. Regarding your issue on ubuntu, have you run it with root user?
yes, tried with and without root, same problem
can you put here cli params you are runnning it with? also validated filename and os?
I managed to get it to run, it checks the domains, finds good one and bad ones, prints the data in terminal but it doesn't save anything to dangerous and safe.txt
Also it runs fast, but once it gets the last email / row, it hangs there for a lot of time, with 2 threads open, it keeps on going forever - i have to ctrl+c to stop it.