Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

HTTP 400 (HTTP/1.1 400 Bad Request)..?

Asked by 9 years ago

I've been trying to fix this for HOURS.. about to explode. Please help.

Error ; HTTP 400 (HTTP/1.1 400 Bad Request) 15:42:45.729 - Script 'Players.Player.PlayerGui.ScreenGui.TrelloAPI', Line 424 - method AddCard 15:42:45.730 - Script 'Players.Player.PlayerGui.ScreenGui.RentB.Submit.3', Line 5 15:42:45.731 - Stack End

ap = require(script.Parent.Parent.Parent.TrelloAPI)
local Board = ap:GetBoardID("Primitive") 
local List = ap:GetListID(script.Parent.Parent.TextBox.Text,Board) 
function trello()
ap:AddList(script.Parent.Parent.TextBox.Text,Board)
ap:AddCard("What place do you want to rent out?","Place : "..script.Parent.Parent.Place.Text,List,"")
end
script.Parent.MouseButton1Down:connect(trello)
0
Can you give a link to the trello api module you're using? I have a feeling that you made a mistake somehow using it BlueTaslem 18071 — 9y

1 answer

Log in to vote
-1
Answered by 9 years ago

Looks to me that AddCard isn't a thing, and it errors when you try to run it because of that.

0
Oh, no its a thing. It sometimes works in studio, but this never works in-game. AddCard is part of the "ap" settings scripts which is like 2,000 lines long. Which I don't want to post here. UnleashedGamers 257 — 9y
Ad

Answer this question