Bug Reports

There is a list of LMS bug reports here

If you notice a problem with the LMS please look at this list to check that the problem has not been reported already. If you wish to report a new problem request a new feature please use the main Ask for help link.

There is a list of LMS new feature requests here

API Issue from curl command

Dominic Watson (not verified) (watson.dominic@gmail.com) sent a message using the contact form at https://lms.englishchess.org.uk/lms/contact.
Message
Hi team,

We're using the API to pull down results for our club website and it has starting erroring. I have read the changes to the API and can see that the only expected change is to drop the ".json" suffix. This is for the bedfordshire league.

Old call example:

curl -XPOST -F org="123451" -F name="BCL Division 1" https://lms.englishchess.org.uk/lms/lmsrest/league/table.json

I noticed that the ID in the URL for the beds organisation changed and have tried both the old one and new with the following and still getting "Client error" responses:

curl -s -XPOST -F org="123451" -F name="BCL Division 1" https://lms.englishchess.org.uk/lms/lmsrest/league/table
curl -s -XPOST -F org="308" -F name="BCL Division 1" https://lms.englishchess.org.uk/lms/lmsrest/league/table

Organisation that the query relates to
Bedfordshire Chess League: https://lms.englishchess.org.uk/lms/organisation/308

The parameters have now to be passed via Json - see JQuery example.

Assigned to
Category
Bug report
Status
Closed
Priority
Low