Blogger Post Problem

Support for iMacros. The iMacros software is the unique solution for automating every activity inside a web browser, for data extraction and web testing.

Moderators: Marcia, iOpus, Hannes, iOpus, Tech Support, Tom, iOpus

Blogger Post Problem

Postby msalperen on Wed Feb 08, 2006 4:35 am

Hello, I've created this script to automatically post some information to my bloger pages. Everything seems correct till the level of inflating the content into the blogger form. It does not type the content "trial post" into the related form. I suppose that the problem maybe about the hidden form structture but I couldn't solve it. The macro code waits extremely
long time in this line:

URL GOTO=http://www.blogger.com/post-create.g?blogID=16266475

and finishes without filling the form in. Note: Extraction seems correct.

VERSION BUILD=5030127
TAB T=1
TAB CLOSEALLOTHERS
SIZE X=1004 Y=723
SET !VAR1 {{!EXTRACT}}
URL GOTO=en.wikipedia.org
TAG POS=1 TYPE=A ATTR=TXT:someattributionhere
TAG POS=1 TYPE=HTML ATTR=TXT:
EXTRACT POS=1 TYPE=HTM ATTR=<DIV<SP>id=bodyContent>*
URL GOTO=http://www.blogger.com/post-create.g?blogID=16266475
TAB T=1
FRAME F=1
WAIT SECONDS=#DOWNLOADCOMPLETE#
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:stuffform ATTR=NAME:htmlPostBody CONTENT=trial<SP>post
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:stuffform ATTR=NAME:publishPost&&VALUE:Publish<SP>Post

Thank you
msalperen
 
Posts: 10
Joined: Sat Dec 24, 2005 7:00 am

Postby smaxor on Fri Feb 17, 2006 8:59 pm

a good way to test things is just put that line of code in a macro and see what happens. Is it loading the page?

Try running just

TAB T=1
TAB CLOSEALLOTHERS
URL GOTO=http://www.blogger.com/post-create.g?blogID=16266475

and see what happens. Also, you might try deleteing your cookies and then don't auto login and build those login lines to your script.

John
smaxor
 
Posts: 31
Joined: Sun Jan 08, 2006 10:45 am

Postby redbrad0 on Thu Apr 27, 2006 11:23 pm

I am having the exact same problem. My thought is there is some code running on bloggers back end that is keeping the page from thinking it has been loaded. did you ever figure this out? or is there a way you can make a page not wait for it to be loaded?
redbrad0
 
Posts: 6
Joined: Thu Feb 23, 2006 4:33 pm

Re:

Postby Khing38 on Thu Sep 17, 2009 7:18 am

I'm also experiencing this problem. Where there is some code running on bloggers back end that is keeping the page from thinking it has been loaded. Is there a way you can make a page not waiting when it is loading?

________________
[URL=http://www.suite101.com/freelance_writing_jobs/]Freelance writing jobs[/URL]
Khing38
 
Posts: 0
Joined: Thu Sep 17, 2009 6:09 am

Re: Blogger Post Problem

Postby Hannes, iOpus on Fri Sep 18, 2009 12:48 am

You may set !TIMEOUT to a value smaller than the default 60 seconds and additionally use !ERRORIGNORE in order to make the macro ignore the timeout.
Hannes, iOpus Support
Hannes, iOpus
 
Posts: 1833
Joined: Thu Sep 21, 2006 6:27 am

Re: Blogger Post Problem

Postby satishbhawra37 on Fri Sep 25, 2009 3:58 pm

I suppose that the problem maybe about the hidden form structture but I couldn't solve it. The macro code waits extremely
satishbhawra37
 
Posts: 1
Joined: Fri Sep 25, 2009 3:27 pm

Re: Blogger Post Problem

Postby Hannes, iOpus on Sun Sep 27, 2009 11:44 pm

How about the workaround mentioned above?

The following worked fine for me:
Code: Select all
VERSION BUILD=6600525     
TAB T=1     
TAB CLOSEALLOTHERS     
URL GOTO=<MY BLOG'S URL>
SET !TIMEOUT 2
SET !ERRORIGNORE YES
TAG POS=1 TYPE=A ATTR=TXT:New<SP>Post   
SET !ERRORIGNORE NO
SET !TIMEOUT 60
Hannes, iOpus Support
Hannes, iOpus
 
Posts: 1833
Joined: Thu Sep 21, 2006 6:27 am

Re: Blogger Post Problem

Postby Hannes, iOpus on Tue Sep 29, 2009 11:57 pm

pankajnagarkoti74 wrote:The macro code waits extremely
long time in this line:

In what line?
Hannes, iOpus Support
Hannes, iOpus
 
Posts: 1833
Joined: Thu Sep 21, 2006 6:27 am


Return to General Support & Discussions

Who is online

Users browsing this forum: No registered users and 2 guests