Skip to content

Exception in BigBlueButtonTest::testSendChatMessage() #281

@donquixote

Description

@donquixote

I don't know why, but I get a failure in BigBlueButtonTest::testSendChatMessage()

1) BigBlueButton\BigBlueButtonTest::testSendChatMessage
BigBlueButton\Exceptions\BadResponseException: Bad response, HTTP code: 404, url: https://*************/bigbluebutton/api/sendChatMessage?***********

/***/src/BigBlueButton.php:609
/***/src/BigBlueButton.php:627
/***/src/BigBlueButton.php:220
/***/tests/BigBlueButtonTest.php:366

(line numbers might be slightly off)

When I print the response data, I get this:

<Map><timestamp>1749733504872</timestamp><status>404</status><error>Not Found</error><path>/bigbluebutton/api/sendChatMessage</path></Map>

This is exactly the type of error we get if an endpoint does not exist.
E.g. if I change the value of ApiMethod::GET_MEETING_INFO to 'getMeetingInfoXYZ', then the testGetMeetingInfo will fail with exactly the same response code and response data.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions