-
Notifications
You must be signed in to change notification settings - Fork 175
Description
We had "some communication problems" between SEB and Moodle that may be caused by our environment (not yet clear). The client always loses the connection to the server.
Examining our communation logs we found the following error messages on SEB client side:
"GET /theme/boost_ethz/sebuser.php HTTP/1.1" 404
The SEB client requested a /theme/boost_ethz/sebuser.php page which does not exist on the Moodle server. Not even the theme boost_ethz exists. The theme boost_ethz cannot be found for download anywhere.
In the SEB source code file ResourceHandler.cs there is a line with the hard coded request URL.
var message = new HttpRequestMessage(HttpMethod.Get, $"{uri.Scheme}{Uri.SchemeDelimiter}{uri.Host}/theme/boost_ethz/sebuser.php");
This line will always fail as the file does not exist. We do not know if this is actually a problem, but it is confusing.
This bug was already reported as #160.
Steps to Reproduce
Steps to reproduce the behavior: ??
Version Information
- SEB (Windows 3.4.1 (x64))
- Moodle 3.11
- SEB is configured on client side!