SupermarktConnector icon indicating copy to clipboard operation
SupermarktConnector copied to clipboard

No result

Open josvink66 opened this issue 4 years ago • 5 comments

Hi,

Is this code still working for Albert Heijn? I've installed the package and run the code. But I get no result, no error just nothing. The code I've used as test:

from supermarktconnector.ah import AHConnector connector = AHConnector() connector.get_categories()

Any help would be appreciated. Greetings, Jos

josvink66 avatar Apr 03 '22 06:04 josvink66

@josvink66 nope, alas, it used to work but since a couple of weeks, AH changed some things and this Python library no longer works.

bkiers avatar Apr 20 '22 14:04 bkiers

It still works great. Only thing i needed to do, is change the jumbo API to v14 for now.

rogierrijs avatar Jun 05 '22 20:06 rogierrijs

@rogierrijs

How did you do it?

lee-msr avatar Jul 16 '23 18:07 lee-msr

@rogierrijs same question from my side ... how to do? get the scraper to work? I am totally blind in python land, help is much appreciated max

gewoondemax avatar Apr 18 '24 05:04 gewoondemax

Hey, in the code, an url is used, which holds the version.. like /v12/ or something. You should change that to the one that works.

Edit, just checked, that is for Jumbo. Not AH.

To be honest, havent used this in a long time, so maybe something else broke.

rogierrijs avatar Apr 18 '24 10:04 rogierrijs