Closed jonesnotathome closed 3 years ago
I keep getting
Starting up, grabbing initial parameters. Job "GatedScraper.fire_job (trigger: interval[0:00:15], next run at: 2020-07-29 19:00:22 CDT)" raised an exception Traceback (most recent call last): File "site-packages\apscheduler\executors\base.py", line 125, in run_job File "gatedScraper.py", line 59, in fire_job currentItem['callback'](resp, currentItem['params']) File "tadpoles.py", line 77, in parentScrape File "json__init__.py", line 341, in loads TypeError: the JSON object must be str, bytes or bytearray, not NoneType
when I try to run the executable.
I've made significant edits to your code and would like to provide it to you for merging into your project. Issues Addressed: -Multiple files with same creation date/time -PDF files -jpg files with transparency -Logging -Single executable file
What parameters are you running the executable with (bat file)? Make sure you put the cookie information in quotes when you pass as parameter.
Ha, sorry I didn't realize people were actually using this. I'm happy to look at a PR, but I'm not going to download and run a random ZIP, sorry.
I've made significant edits to your code and would like to provide it to you for merging into your project. Issues Addressed: -Multiple files with same creation date/time -PDF files -jpg files with transparency -Logging -Single executable file