Jump to content
UBot Underground

Kev

Fellow UBotter
  • Content Count

    647
  • Joined

  • Last visited

  • Days Won

    11

Posts posted by Kev

  1. Hi all,

    I watched the video posted by Seth for setting up the Google credentials to integrate ubot with Google through the Google Developers Console. HOwever, when I try to run the code I get a script error: "The request was aborted. Could not create SSL/TLS secure channel.

     

    Any idea on what I'm doing wrong?

    Thanks,


    Kev

     

    PS the video in question 

     

  2. 1 hour ago, ed08724 said:

    Kev do you have problems wit the ui and or browser not working in 6.3.1?
    Sometimes it works fine with both, sometimes I get the browser with no UI and sometimes I get the UI with no browser.

    Hi Ed honestly it’s been fine for me. The 6.3.1 version works for me but just doesn’t compile. No browser issues or anything that would be an issue for me. 
     

    6.3.5 seems to have some list issues as far as I can see so I use the two for comparison when I need to. 

  3. Hi all,

    I use an API that will require TLS 1.2 - I use http plugin. 

    I was wondering how I might go about making this TLS 1.2 compliant? They emailed me to tell me I need to do this as it won't work come January.

     

    Thank you 

  4. I’m using two version: 6.3.1 and 6.3.5. I can compile in 6.3.5 but not in the other. Also, 6.3.5 still has issues with the lists so when I need to run list required bots I use 6.3.1 in the studio itself. Other bots that don’t use lists I compile and they work ok. 

  5. Windows restore saved me this time. Code was working yesterday then same code today wasn't working as it should... figured the new version was the issue so loaded up on my laptop which still runs 6.3.1 and previous code was working as it should.

     

    With all the bugs going on with ubot, I still love the platform and will continue to use it as is, but really do need the exe compiler to work so as I can deploy bots to run on machines and not have to have the development platform open the whole time.

  6. Hi all, just wanted to provide an update on this:

     

    I applied these registry settings on the 8th October and I wasnt able to get the NEW version of UBOT working (6.2.9) which was given to me by the support desk. I advised Buddy on support that I had applied these registry settings.

     

    He suggested a role back to a previous time. I had a system restore point on the 5th October. I applied that.

     

    The new release of UBOT now works (bar a couple of error prompts at open which support are aware of).

     

    So try that - go back BEFORE you applied the registry fixes and get the latest version from support. At least that's what I did to get it working.

  7. Hi all,

     

    I have this text I extracted from a tweet:

     

     

    <p class="TweetTextSize  js-tweet-text tweet-text" lang="en" data-aria-label-part="0">ORANGE <a href="/search?q=%24BANANA&src=ctag"

     

    What I need to do is regex out the word ORANGE and BANANA - which do change all the time. The structure around it remains the same though.

     

    What I mean by regex out is I want these to be added (ORANGE and BANANA) to their own variables, var1 and var2 for example.

     

    I have been using $replace but it's just too many steps for my requirements.

     

    Any help with this is greatly appreciated.

     

    Kev

  8. Ok this is working a treat - am able to place my orders and handle response codes. Thanks for the direction, Nick!

     

    One more question if I may - how would I do: http DELETE using the http plugin? Is it possible?

     

    I'm able to test out the requests inside POSTMAN (application) but I need to bring it over to Ubot. Just don't know how to do DELETE requests with this plugin.

  9. Myself i would just take the whole tables, really depends how you like to skin you cat

     

    scrape table(<class="calls W(100%) Pos® Bd(0) Pt(0) list-options">,&TableOne)

    scrape table(<class="puts W(100%) Pos® list-options">,&TableTwo)

    This did it for me, thank you Pete.

     

    Thanks to the other solution providers also, UbotBuddy and ds062692

  10. Hi all,

     

    I am able to use an API key where the API key is part of the get request. However I've started to look at API keys that require the use of a Key and a Secret Key.

     

    Any idea how I would program ubot to do this?

     

    I am looking to http get a request and retrieve the response in JSON.

     

    For reference i'm looking at alpaca.markets for the APIs (100% free to use).

     

    Thanks in advance for your help.

  11. Hi all, built a bot a while back for downloading videos on youtube, whilst using the download youtube node from ubot.

     

    it worked fine.

     

    yesterday I went to download another batch of videos, only this time the command prompt flashed open only for a few seconds, not long enough to see the reason why it failed to download.

     

    Anyone know if the youtube downloader is having problems and needs an update?

×
×
  • Create New...