@
snippsat nothing to it! Wonder if Original Poster gave up.
(Feb-03-2017, 09:48 AM)wavic Wrote: I get the page code and that is not the issue. I do not play for first time with bs4. I know how it works. And I don't think that virtual environment will make a difference. But eventually can try it later. No time now
Hey dude! when ever trouble shooting your should do a copy past of the code your talking about if theres any trouble shooting.... as well as you output error or not.
also, the only way making a virtual env would make a difference I can think of is if you download and install all sorts of modules that directly affect the modules that are being used so if that sounds like you the chance are pretty high...
Snaps got the right Idea... seems like hes troubleshooted once or twice =) yeah, break it down!!
My input... Also check what type of response your getting from the page, with snaps code and your output, your not getting any response...
Since scrapy is my go to tool, using scrapy shell, I always do a view(response) to see whats gong on between my request and the site.. 8/10 times when im not getting my items backs its a user_agent issue wich MIGHT be a thing... depending on your service provider.
Does the url change when you put it in a browser? (Multi-language pages arent commonly two sets of code but I have ran into a couple)