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
Hi I deployed same code multiple times , only with config file changed, and sometimes in 10 deployments I got logs from web app
2024-10-08T12:30:06.792299777Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-10-08T12:30:06.792307278Z File "", line 1204, in _gcd_import
2024-10-08T12:30:06.792315078Z File "", line 1176, in _find_and_load
2024-10-08T12:30:06.792322079Z File "", line 1140, in _find_and_load_unlocked
2024-10-08T12:30:06.792329079Z ModuleNotFoundError: No module named 'app'
The logs says all deployed, but anyway I got the same error
I deployed the same code 4x in row and on 4th try it worked...
I know maybe it's not in the power of plugin but it could be nice to list final files structure or something like that
The text was updated successfully, but these errors were encountered:
For successfully deployed files, you can view under the files node of the resource in the tree view. It could definitely be useful to display the output files during deployment as well, we should look into providing better indicators using our newer activity log features.
The Files are not working even via ftps because, there is some random file (maybe I created a time ago) after deployment there is really a lot of files, not only this one... I think Microsoft for python app stopped support this folder...
As you can see I deployed project, but it's not there there is still the same app.py file,... :
Ok I figured out, but I have no Idea what to do with this understanding, sometimes when I deploy there is version from many months before, where is only "app.py" which when I fixed it solved "No module named 'app'", but this is also second problem, WHY there is this file ? why it's even showing, why in www/root are not my files ? or better question, where they are ? :D
Hi I deployed same code multiple times , only with config file changed, and sometimes in 10 deployments I got logs from web app
2024-10-08T12:30:06.792299777Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-10-08T12:30:06.792307278Z File "", line 1204, in _gcd_import
2024-10-08T12:30:06.792315078Z File "", line 1176, in _find_and_load
2024-10-08T12:30:06.792322079Z File "", line 1140, in _find_and_load_unlocked
2024-10-08T12:30:06.792329079Z ModuleNotFoundError: No module named 'app'
The logs says all deployed, but anyway I got the same error
I deployed the same code 4x in row and on 4th try it worked...
I know maybe it's not in the power of plugin but it could be nice to list final files structure or something like that
The text was updated successfully, but these errors were encountered: