openligadb-json-api icon indicating copy to clipboard operation
openligadb-json-api copied to clipboard

mglw. Bug: matchdatabyteams 40 & 100 (FCB HSV)

Open johorst opened this issue 13 years ago • 2 comments

Hi. Ich bekomme 500 Internal Server Error auf folgende Anfrage:

http://openligadb-json.heroku.com/api/matchdata_by_teams?team_id_1=100&team_id_2=40

Was ist hier los?

edit: this bug is fixed.

johorst avatar Nov 01 '12 21:11 johorst

Looks like an issue on the openligadb side. This is the response I get back:

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <soap:Body>
    <soap:Fault>
      <faultcode>soap:Server</faultcode>
      <faultstring>Die Anforderung konnte vom Server nicht verarbeitet werden. ---&gt; Die Zeitzonen-ID "" wurde auf dem lokalen Computer nicht gefunden.</faultstring>
      <detail />
    </soap:Fault>
  </soap:Body>
</soap:Envelope>

using the following request to http://msiggi.de/Sportsdata/Webservices/GetMatchdataByTeams

<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:wsdl="http://msiggi.de/Sportsdata/Webservices" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ins0="http://msiggi.de/Sportsdata/Webservices" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
<env:Body>
  <ins0:GetMatchdataByTeams>
    <ins0:teamID1>100</ins0:teamID1>
    <wsdl:captures>matchdata_by_teams</wsdl:captures>
    <ins0:teamID2>40</ins0:teamID2>
    <wsdl:action>matchdata_by_teams</wsdl:action>
  </ins0:GetMatchdataByTeams>
</env:Body>
</env:Envelope>

naltatis avatar Nov 02 '12 15:11 naltatis

for match id 4716 (for example) I get [-1,-1] as result (points_team{1,2}). Can we open tickets for msiggi?

johorst avatar Feb 10 '13 08:02 johorst