scraping notes again

Ask any support / help / issues / problem or question related to TumblingJazz
Post Reply
biagle
Posts: 564
Joined: Mon May 16, 2016 2:58 pm

scraping notes again

Post by biagle »

hello, so im still trying to figure out how to scrape posts/blogs by hashtag and scrape notes.

Here is what i do and what i get:
Build costum search like this and give to the search text file with hashtags (single per line):
http://i.imgur.com/KnVd58U.png
http://i.imgur.com/JeSjtfB.png

now when i look into proccessing task i see this errors:

Code: Select all

Start search: Latest Post Of with: [b]http:xxxxxxxx.tumblr.com using:[/b] xxxxxx  <<<--- i think this should be http:// not http: ?
* DROP OUT: Bad HTTP status returned: 0
Results of search: Latest Post Of with: http:xxxxxxxxx.tumblr.com <<<--- i think this should be http:// not http: ?
Handle results: 0 nextstep: 3/4
Got results from chain: 0 feed into next chained custom search item
and this task ends like this with 0 results:

Code: Select all

Got results from chain: 0 feed into next chained custom search item
 Save results: 0
Saved: 0 to C:\Users\Administrat
And im still unable to somehow done this task. I need this to scrape notes/users to follow.
Can you give me advice what im doing wrong and how to do it correctly? Basicaly i want to give for the bot text file with hashtags; scrape posts by them; and then scrape notes of this posts.

THANK YOU:)
User avatar
martin@rootjazz
Site Admin
Posts: 34712
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: scraping notes again

Post by martin@rootjazz »

<<<--- i think this should be http:// not http: ?
that is probably the issue, I guess something has changed on tumblr and the program is incorrectly scraping URLs which is then propagating and resulting in this issue.


I will test and get back to you
biagle
Posts: 564
Joined: Mon May 16, 2016 2:58 pm

Re: scraping notes again

Post by biagle »

waiting
User avatar
martin@rootjazz
Site Admin
Posts: 34712
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: scraping notes again

Post by martin@rootjazz »

Fixed. Next update will be ready soon
User avatar
martin@rootjazz
Site Admin
Posts: 34712
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: scraping notes again

Post by martin@rootjazz »

Post Reply