-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fatal Error: "Sequence contains no elements" (SEB Fails to Start in Offline Mode) #966
Comments
Thanks for the report. Yes, this is as a matter of fact a current restriction, as until now there were no known use cases for the usage of SEB without a network connection. As the MAC address is also being used for other functionality, we'll first need to investigate potential side effects of allowing to use SEB without a network connection resp. a not defined MAC address. |
Most systems should have a network card with a valid MAC address, regardless of whether they're connected to a network or not. But as commented in #962, the WMI query used most likely does not work (at all or always) for systems which (momentarily) do not have a network connection:
So we'll definitely try to improve this for the next release version, but it may not be as easy as would be expected due to a system being able to have various network adapters, of which we'd have to (reliably!) find the actual, physical one even when there (temporarily) is no network connection... |
This issue is stale because it has been open for 28 days with no activity. It will soon be closed automatically if there are no updates. |
We are seeing the same behaviour happen, we use SEB for offline exams with a fleet of laptops. It's a stripped-down Word install, no web access at all. This is on Windows 10 machines. Plugging a USB network adapter before starting SEB is a workaround but is not practical if SEB has exited and the laptop is out in the field. |
Thanks for the input, we'll try to have a look and, if possible, resolve the issue for an upcoming version. |
Describe the Bug
Tried to run SEB in offline mode, but it ends with an error message (see attached screenshot). No log files are generated. Everything works perfectly when running SEB in online mode on the same machine without changing any configurations.
Steps to Reproduce
Steps to reproduce the behavior:
Expected Behavior
SEB should work in offline mode without any issues.
Screenshots
Version Information
The text was updated successfully, but these errors were encountered: