Jump to content




Has pastebin messed up?


  • You cannot reply to this topic
2 replies to this topic

Poll: Patebin Issues (7 member(s) have cast votes)

Do custom pastebin codes work for you still?

You cannot see the results of the poll until you have voted. Please login and cast your vote to see the results of this poll.
Vote Guests cannot vote

#1 Zalerinian

  • New Members
  • 68 posts
  • LocationThe Internet

Posted 06 August 2012 - 01:24 AM

I've been trying several time to make code for an auto-updater for a program, but each time it fails because it can't read the data to write to the file. I looked on the wiki for how to properly use the http api to do this, and i use the exact example on the http.request page, and it too got an error on writing to a file.

My question to everyone is, do custom pastebin functions/code still work? Even the example one from the wiki, does it work for you?

Here it is, if you're wondering. And yes, the link on pastebin does exist, but i can't write the file.

http.request("http://pastebin.com/raw.php?i=Tk19jv43")
requesting = true
while requesting do
   local event, url, sourceText = os.pullEvent()
   if event == "http_success" then
	 respondedText = code.readAll()
	 print(respondedText)
	 requesting = false
   else
	 print("Server didn't respond.")
	 requesting = false
   end
end


#2 Cranium

    Ninja Scripter

  • Moderators
  • 4,031 posts
  • LocationLincoln, Nebraska

Posted 19 August 2012 - 06:36 AM

I'm not having any problem with Pastebin... Perhaps it's just a temporary glitch?

#3 TheOutcast5

  • Members
  • 104 posts
  • LocationKonoha - Hidden Leaf Village

Posted 24 August 2012 - 06:28 AM

with noodles server pastebin doesnt work sometimes because his ip was flagged





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users