RoHei
Results
2
comments of
RoHei
Same error for me, when running code under Manjaro Linux. My debugging turned out, that the following line from the google_grabber.py creates an empty result - but it shouldn`t: `images...
> I think I got it. This command actually helps: `git config --global url."https://".insteadOf git://` > > Added to Dockerfile with: `RUN git config --global url."https://".insteadOf git://` and also scripts/setup-npm.sh...