Posted 19 February 2013 - 05:55 AM
Hello,
I am using the FTB mod pack, and I run a server for my friends on my own local computer.
Whenever I try to use pastebin get, I get the following message:
"Pastebin requires http API Set enableAPI_http to 1 in mod_computerCraft.cfg"
I do have it set to 1, and yet it does not work.
Here is my config, that is located here: "FTBBetaA_Server\config\mod_computerCraft.cfg"
I googled for hours, an tried everything I could think of.
Any idea why it is not working?
I have been trying to download several different programs, and they all come with the same output. saying http is not enabled.
Thanks!
I am using the FTB mod pack, and I run a server for my friends on my own local computer.
Whenever I try to use pastebin get, I get the following message:
"Pastebin requires http API Set enableAPI_http to 1 in mod_computerCraft.cfg"
I do have it set to 1, and yet it does not work.
Here is my config, that is located here: "FTBBetaA_Server\config\mod_computerCraft.cfg"
#MLProperties: name (type:default) min:max -- information
#MLProp : computerBlockID (int:207,>=0.0,<=4095.0) -- The Block ID for Computers
#MLProp : diskDriveBlockID (int:208,>=0.0,<=4095.0) -- The Block ID for all Peripherals
#MLProp : diskItemID (int:4000,>=0.0,<=65279.0) -- The Item ID for Floppy Disks
#MLProp : enableAPI_http (int:1,>=0.0,<=1.0) -- Enable the "http" API on Computers
#MLProp : terminal_width (int:51,>=1.0,<=255.0) -- The width of Computer screens, in characters
#MLProp : terminal_height (int:19,>=1.0,<=255.0) -- The height of Computer screens, in characters
#MLProp : terminal_textColour_r (int:255,>=0.0,<=255.0) -- The text color of Computer screens (red component)
#MLProp : terminal_textColour_g (int:255,>=0.0,<=255.0) -- The text color of Computer screens (green component)
#MLProp : terminal_textColour_b (int:255,>=0.0,<=255.0) -- The text color of Computer screens (blue component)
#MLProp : modem_range (int:64,>=0.0,<=100000.0) -- The range of Wireless Modems at low altitude in clear weather, in meters
#MLProp : modem_highAltitudeRange (int:384,>=0.0,<=10000.0) -- The range of Wireless Modems at maximum altitude in clear weather, in meters
#MLProp : modem_rangeDuringStorm (int:16,>=0.0,<=100000.0) -- The range of Wireless Modems at low altitude in stormy weather, in meters
#MLProp : modem_highAltitudeRangeDuringStorm (int:64,>=0.0,<=100000.0) -- The range of Wireless Modems at maximum altitude in stormy weather, in meters
#MLProp : computerSpaceLimit (int:2097152,>=0.0) -- The disk space limit for computers and turtles, in bytes (0 is unlimited)
#MLProp : floppySpaceLimit (int:512000,>=0.0) -- The disk space limit for floppy disks, in bytes (0 is unlimited)
#
#Wed Aug 08 13:24:02 EDT 2012
terminal_width=51
modem_highAltitudeRangeDuringStorm=64
terminal_textColour_g=255
modem_rangeDuringStorm=32
computerBlockID=1225
computerSpaceLimit=2097152
diskItemID=4000
diskDriveBlockID=1226
enableAPI_http=1
terminal_textColour_b=255
floppySpaceLimit=512000
modem_highAltitudeRange=384
terminal_textColour_r=255
modem_range=256
terminal_height=19
I googled for hours, an tried everything I could think of.
Any idea why it is not working?
I have been trying to download several different programs, and they all come with the same output. saying http is not enabled.
Thanks!