1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

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:
    4:26 AM
    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. AoifeEnns

    AoifeEnns Consultant

    Messages:
    560
    Likes Received:
    533
    Local Time:
    1:26 AM
    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:
    4:26 AM
    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:
    10: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