I’m using beautiful soup to scrape prices of cards, when running on my Macbook Air (M3), the program returns my array with the values expected. When running on a web server, my array returns empty. First time using python to this extent, so unsure if its the code or a machine issue.
I changed the website I was scraping, I checked to see if my encoding matches when running on both machines, both are utf-8.
1