Support with existing Scrapy Splash project in Visual Studio Code
Budget: $40 – $75 USD
Another freelancer has developed a Scrapy Splash project for me in the past. This person however has now more than quadrupled his hourly rate and is now trying to overcharge me for 2 minor changes, so I decided to create a new project.
It's a project with 2 relatively simple spiders. Attached my existing project.
There are just 2 small issues with it.
1. the spider "mytest.py" does not write the scraped objects to the allobjects.json file when running `scrapy crawl mytest -o allobjects.json`, the other spider in this project works fine
2. I cannot debug my code due to error because when I open my file mytest.py (or the other spider for that matter) in Visual Studio Code and hit F5 to debug, I see the following output:
`runspider: error: Unable to load 'c:\\scrapy\\hw_spiders\\spiders\\mytest.py': attempted relative import with no known parent package`
I need both issues resolved.
It's a project with 2 relatively simple spiders. Attached my existing project.
There are just 2 small issues with it.
1. the spider "mytest.py" does not write the scraped objects to the allobjects.json file when running `scrapy crawl mytest -o allobjects.json`, the other spider in this project works fine
2. I cannot debug my code due to error because when I open my file mytest.py (or the other spider for that matter) in Visual Studio Code and hit F5 to debug, I see the following output:
`runspider: error: Unable to load 'c:\\scrapy\\hw_spiders\\spiders\\mytest.py': attempted relative import with no known parent package`
I need both issues resolved.