reloadware / reloadium

Hot Reloading and Profiling for Python
https://reloadium.io
Apache License 2.0
2.74k stars 56 forks source link

Reloadimun not reloading modified pyhton files #176

Closed Walid-Azur closed 2 months ago

Walid-Azur commented 6 months ago

Describe the bug*

On PyCharm 2023.3 (Professional Edition), reloadimum 1.3.3 and 1.3.2 All watched files are listed. When updating a python file I get this message : file.py has been modified but is not loaded yet. Hot reloading not needed.

To Reproduce

configure you watch paths, run your server (odoo), change a python file,

Expected behavior

It used to work and update the runtime

Screenshots

Desktop or remote (please complete the following information):**

Additional context

Nan

jEeVaf commented 5 months ago

1,"reloadimum" plugin (both 1.3.3 and 1.3.2) are compatible with PyCharm 2023.3 Professional Edition. Sometimes, plugin updates may be required to match the IDE version.

  1. settings for the "reloadimum" plugin. There might be an option or setting that needs adjustment. Look for any configuration related to file watching and hot reloading.
  2. file you are trying to modify is properly recognized by PyCharm. Check if the file is part of the project and is not excluded from the source.
  3. file you are trying to modify is properly recognized by PyCharm. Check if the file is part of the project and is not excluded from the source.
dkrystki commented 4 months ago

@Walid-Azur Can you check if it's still reproducible in version 1.4.0?

dkrystki commented 2 months ago

Closing due inactivity.