Jump to content

bR34Kr

ViP Pro
  • Posts

    1,324
  • Joined

  • Last visited

Posts posted by bR34Kr

  1. 9 minutes ago, Rook said:

    This does sound like your antivirus or something similar. Another member had an issue similar to this and it was his antivirus.

    Example ^

    There are no plans on supporting Linux at this time unfortunately.

    Hmm odd. I'll try a reboot. It might help to sign the installer maybe that's what triggering it. I'll send you a guide on it I just need to find it :)

     

    https://docs.microsoft.com/en-us/windows/win32/appxpkg/how-to-sign-a-package-using-signtool

    https://stackoverflow.com/questions/252226/signing-a-windows-exe-file

    • Thanks 1
  2. @Rook Be sure to remove the dead links in More->ArmConverter 

     

    Edit: Also the "Toggle mode" button increases the Successful Conversions counter because it sends a request to /api/convert for some reason. A quick fix that would also solve another issue would be to not set it as Successful when the /api/convert request headers have blank values. 

  3. Do what Rook said. Rather than constantly upgrading and losing money, you do one big investment and you’ll be running good for a long time :). Also take time to read a lot of reviews, if you break any parts it’s gonna cost much more if you want a fix on laptop, so be sure it’s built correctly.

    • Winner 1
    • Thanks 1
  4. 33 minutes ago, Walking Hell said:

    When i do this i normally just copy the the request from flexible and edit it in notepad app to my desirable outcome , and open my terminal and paste it in there. However, you do require tweaks such as  CA Certs and cUrl.

    If you want to use cURL to make the requests then yes, but Python’s requests module should be fine too.

  5. @Ted2 Good job! You're jumping in an amazing world. :)

     

    And btw, this

    body = {"bikes": [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75],}

    can be replaced with this ;)

    body = {"bikes": list(range(1, 75))}

     

    • Like 2
    • Winner 2
    • Haha 1
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines