robotframework / RIDE

Test data editor for Robot Framework
Apache License 2.0
964 stars 379 forks source link

sometimes Run/Text editor tabs are missing, when the RIDE is launched #2636

Closed manojpaul8 closed 3 weeks ago

manojpaul8 commented 1 year ago

RIDE version: v2.0.6 Python interpreter version: 3.10 Operating system and its version: Win10

-Sometimes when you launch RIDE, it doesn't show Run or Text editor tabs. -We need to go to 'Manage Plugins' menu to re-enable it, but it may crash the application first time when you attempt to re-enable. -Next launch we are able to actually reenable.

Note: This issue does not occur all the times.

HelioGuilherme66 commented 1 year ago

@manojpaul8 Install newest version of RIDE, v2.0.7.

When the Run tab fails to start, there should be some errors in Tools>View RIDE Log.

No one can do much if there is not a way to reproduce, or logs to inspect.

winyz commented 1 year ago

upgrade RIDE:2.0.b1 ->2.0.7 python version:3.9 Operating system:windows 10

After the upgrade, launch, the program does not display the RUN tab. no errors in RIDE.log.

Find the plugin“Navigate-Manage Plugin-Test Runner”, disable the plugin, and close the application,

Lanch RIDE again, enable the running plug-in, then run tab is displayed,RIDE works fine.

HelioGuilherme66 commented 1 year ago

@winyz So that solved the problem permanently? @manojpaul8 Did you see the Tools>View RIDE Log.? Do you still have the problem?

winyz commented 1 year ago

@HelioGuilherme66 So far , it is all right.

manojpaul8 commented 1 year ago

@HelioGuilherme66 We are still on v2.0.6.

Was this issue resolved in v2.0.7 or you want me to also check if the issue is present in v2.0.7.

Like @winyz mentioned, I do not see errors in RIDE log when the tabs are missing.

HelioGuilherme66 commented 1 year ago

you want me to also check if the issue is present in v2.0.7.

Yes, please try 2.0.7, because is the latest released version.

HelioGuilherme66 commented 3 weeks ago

Closing because we have now a new release v2.1, and users should try it. Use the command: pip install -U robotframework-ride Or from RIDE, Help->Check for Upgrade.