masterT / bandcamp-scraper

A scraper for https://bandcamp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Search doesn't work in my app

JanneHarju opened this issue · comments

Sorry for spam I just think that it worked but it was my test print. So still this is not working. it doesn't return a thing.

It works here https://npm.runkit.com/bandcamp-scraper but for some reason callbacks never occure.

hi there, the scraper is working fine, I just ran your code (I made a gist). The problem might be somewhere else in your code. I don't know Angular at all, I can't help you with that. 😞

That's what I was worried about. But thanks anyway. Great workaround for bandcamp.

I think that it's not possible to use the scraper from the fronted. You will have to run it on the server and share the results with the client.

Hmm. I was think of that, but I didn''t have time to test it. My problem will be how to use it with .NET Core. How can I use javascript in C#. Or is this ment to use with node.js server or such? I think that maybe I can make that http call from backend and then forward result to your htmlParser.parseSearchResults(res); method in frontend.