-
Notifications
You must be signed in to change notification settings - Fork 327
Open
Labels
Description
Describe the bug
When attempting to open a new exercise after closing a previously running one, RoboticsAcademy displays the message:
"You have open a Robotics Academy exercise in another tab or window"
This occurs even though the previous exercise tab/window has already been closed.
The issue temporarily resolves if the views.py file is saved or if the development environment is restarted.
To Reproduce
Steps to reproduce the behavior:
- Launch RoboticsAcademy using the dev script or Docker Compose.
- Open any exercise (e.g., Basic Vacuum Cleaner).
- Close the exercise tab/window or navigate back to open a different exercise.
- Try opening another exercise.
Expected behavior
After closing an exercise, the session should terminate automatically and allow opening another exercise without relaunching RoboticsAcademy or saving any file.
Screenshots
Setup :
- OS: macOS or Windows
- Browser: Google Chrome
- Robotics Academy Docker Image version: latest (
docker pull jderobot/robotics-academy:latest) - Launch method:
develop_academy.sh
Reactions are currently unavailable
