Done ComputerCraft Pastebin Issue

Discussion in 'Infinity' started by stlhd, Oct 20, 2020.

  1. stlhd

    stlhd Well-Known Member

    Messages:
    42
    Likes Received:
    5
    Local Time:
    6:26 PM
    Before I posted I did a search and the issue was resolved by viewing a YouTube video that is unavailable to me using Chrome and IE.

    Someone in chat referred to a fix but I did not follow the discussion.
     
  2. TrashGothAoife

    TrashGothAoife Consultant

    Messages:
    560
    Likes Received:
    533
    Local Time:
    3:26 PM
    When putting the import link, make sure it is https not http. That should fix it for you.
     
  3. stlhd

    stlhd Well-Known Member

    Messages:
    42
    Likes Received:
    5
    Local Time:
    6:26 PM
    below is pasted from computercraft forum as posted by Hobbyist Coder
     
    Last edited: Oct 20, 2020
  4. Yulice

    Yulice Well-Known Member

    Messages:
    134
    Likes Received:
    34
    Local Time:
    12:26 AM
    place your computer and open it
    type this
    Code:
    cp rom/programs/http/pastebin pastebin
    Code:
    edit pastebin
    Goto line 24:
    Code:
    "http://pastebin.com/raw.php?i="..textutils.urlEncode( paste )
    ... and change it to:
    Code:
    "https://pastebin.com/raw/"..textutils.urlEncode( paste )
    then save and exit

    as you can see you need to fix more than just HTTP to HTTPS also the raw.php thing needs to be changed
    i was able to download pastebins again
     
    Gabezetrainboy4 likes this.

Share This Page