SimonGulix / colruyt_scraper

Not really a scraper, but uses the hidden API of www.colruyt.be in order to scrape their products.
MIT License
10 stars 1 forks source link

Does this still work? #4

Open VincentVanTricht opened 6 months ago

VincentVanTricht commented 6 months ago

Hi, I tried to run this code, but got this error message for each ProxyRequests.get():

"ProxyRequests.get() takes 1 positional argument but 2 were given responseToJson: the JSON object must be str, bytes or bytearray, not NoneType"

What do I have to do?