Jump to content
UBot Underground

Facebook Error - Status Is Empty


Recommended Posts

When I try to upload a picture to a group or page with the following commands
 
if(#groupimagechoose = $nothing) {
    then {
    }
    else {
        click(<outerhtml=w"<span class=\"*\"><i class=\"*\"></i>Add Photo / Video<i class=\"*\"></i></span>">, "Left Click", "No")
        wait(2)
        change file field(<aria-label=w"Upload Photos*">, #groupimagechoose)
        wait for element(<outerhtml=w"<div class=\"uiScaledImageContainer fbVaultGridImage\" *\"><img class=\"*\" src=\"https://fbcdn-photos*\" *">, "", "Appear")
        wait($rand(5, 10))
    }
}
 
I get the error message as shown below.
 
Status is Empty - see the screenshot below.
 
http://screencast.com/t/kZsclint0

 

Edit - Even though it shows the above message, the actual post in the group is getting published.
 
Kindly advise which code am I going wrong with!
 
Thanks

Edited by keyuramins
Link to post
Share on other sites
  • 2 weeks later...

Just to check, the actual result you need, which is to get the picture published, is actually working? If it is, it sound like the status box is then just getting reset, like it should be.

Link to post
Share on other sites

Yes, the image gets published and whatever needs to be accomplished is getting done.

 

But you know some how it can be annoying to watch an error coming up, however I have put the command to supress it but when the customer sees something flashing, it raises the question in their mind and that is the only reason I wish to eliminate it.

Link to post
Share on other sites
  • 2 weeks later...

I have a couple Facebook posters also, and would get the same thing...although at times it would post others it wouldnt.  Using Element offset fixes the problem.  

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...