Jump to content
UBot Underground

earthlingj

Fellow UBotter
  • Content Count

    244
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by earthlingj

  1. set(#Get Token, $plugin function("FBAPIPlugin.dll", "$fb api http graph token authorize", #Email, #Password, #UserAgent, #Proxy), "Global")

    Does not work and I have to do it manually which sucks.

     

     

    I dont like using the fb api login command because then it pops up the login dialog so it sucks for full automation. 

    There is no other way?

  2. has this been fixed?

     

     

    "If you/your customer experience problems using this api

    go to: https://www.facebook.com/login.php?next=https%3A%2F%2Fdevelopers.facebook.com%2Ftools%2Fexplorer%2F145634995501895%2F
    select to generate a token, and permissions checkbox each and all check boxes in all tabs to fully enable the plugin.

    Then the plugin will work as normal for now.  this will be taken care of in an update so you don’t initially have to do this."

  3. any ETA on when http upload will be fixed? desperately need it for majority of my bots for profile image uploading and image posts. 

    again, http upload function works, the problem is its not including the headers and cookie string which makes the request fail.

     

     

    also getting this error on any function that has to do with a file. http file download. http upload etc:

    http://prntscr.com/3x1qve

     

    The functions still work, but that error pops up in studio now before it never did. 

  4. Yes i understand that, therefore if you have the thread safe container on a 'next list item' it should always wait for a thread to finish before it starts the next list item of the next. If you try it out, you'll see it only makes it worse and produces less results than without thread safe container. 

     

     

    Please go to: http://www.ubotstudio.com/forum/index.php?/topic/15441-free-plugin-threads-counter-ubot-v4-threading-fixed/?p=95829

     

    and try out that code. run it without a thread safe container. as you can see it still doesnt complete all 1k tasks because ubot cant handle 'add item to list' .... ' at the same time ' on multiple threads

    Now add a thread safe container to that function, and you will see the results it produces are even LESS than without thread safe container. without i get about 50-60 total list items. with thread safe i get like 2.... 

  5. with multithreading and lots of threads? Doesnt seem to be working. The thread loop count is much higher than the list position ( from next list item with thread safe container ) which means the thread safe container isnt working on the next listen item function otherwise the list position would be the same as the thread loop count

     

    just did many different tests. it doesnt work... if you think it works, id like to see a multi-threaded example of yours with lists functions that are 'thread safe contained' working with up to 100 threads.

  6. There is no problem with the threads counter plugin. But I am sure if you are using threads along with add to list there are problems with your scraping. The issue is even though the thread counter helps there is still a problem when adding data to a list at the exact same time as another thread. Run my code and you will see that not all of the items are being added to the list when running threads.

    Just tried out your code and i see what you mean... this is a HUGe problem and the fact that 'thread safe container' doesnt work at all or even makes it worse means there is no solution to this..... LAME i hate ubot

  7. Im simply just doing ' next list item ' of an already scraped list and it seems to completely skip it. even if i use 'thread safe container' on that next list item command, the thread loop count and the list position are completely off meaning its still getting skipped. I guess ubot simply cant handle more than 50 threads and thread safe container doesnt even work. thread count works most of the time, but i still sometimes get -negative count 

×
×
  • Create New...