- Регистрация
- 21.08.2013
- Сообщения
- 249
- Благодарностей
- 12
- Баллы
- 18
I have written a project in code creator and it works well in the code creator debug
And now it gets really weird!
If I open and run 1 thread 10 times in zennoposter it works well. If I open and try to run another thread of the same script while the first one is running, it throws an error (many errors in fact) while the 1st script keeps running well.
Same happens when I run the script from the code creator and then try to run a thread in zennoposter. In this case it's just getting weirder because now even if code creator it's not running anything, if I add and try to run a thread in zennoposter it will just give me that error.
Please see attached file
This is really annoying knowing that after I finished the script I cannot use it in multithreading. The script does nothing more than scraping the content from different pages of the same website. It takes the target urls one by one from a local mysql database and also uploads the scraped data to the same database (different table)
Tried renaming the script with different names like script1, script2 etc
Any thoughts?
And now it gets really weird!
If I open and run 1 thread 10 times in zennoposter it works well. If I open and try to run another thread of the same script while the first one is running, it throws an error (many errors in fact) while the 1st script keeps running well.
Same happens when I run the script from the code creator and then try to run a thread in zennoposter. In this case it's just getting weirder because now even if code creator it's not running anything, if I add and try to run a thread in zennoposter it will just give me that error.
Please see attached file
This is really annoying knowing that after I finished the script I cannot use it in multithreading. The script does nothing more than scraping the content from different pages of the same website. It takes the target urls one by one from a local mysql database and also uploads the scraped data to the same database (different table)
Tried renaming the script with different names like script1, script2 etc
Any thoughts?