You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Linux, when a git repository was once submitted and the same git repository gets submitted again in the same session, the visual components cannot be visualized by the system. I catch this error and visualize a message to the user with instruction what to do. However, the program can still be used normally, with the only disadvantage that the visual components are not shown. An empty square is shown instead which can still be arranged on screen, so the configuration can be completed after all.
The error is connected to the dynamic loading of the visual components in the following lines:
The text was updated successfully, but these errors were encountered:
sarahzu
changed the title
On Linux: Failed to compile Error
On Linux: Visual Components are not shown when same git link gets submitted multiple times
Feb 27, 2020
On Linux, when a git repository was once submitted and the same git repository gets submitted again in the same session, the visual components cannot be visualized by the system. I catch this error and visualize a message to the user with instruction what to do. However, the program can still be used normally, with the only disadvantage that the visual components are not shown. An empty square is shown instead which can still be arranged on screen, so the configuration can be completed after all.
The error is connected to the dynamic loading of the visual components in the following lines:
pfc-uims/frontend/src/pages/arrange_components/visual_components_layout.js
Lines 202 to 205 in e7073ed
pfc-uims/frontend/src/pages/arrange_components/visual_components_layout.js
Lines 226 to 230 in e7073ed
The text was updated successfully, but these errors were encountered: