Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python backend disconnected in version 2.16.1-stable.713 #2662

Closed
windengineer0 opened this issue Feb 20, 2023 · 1 comment
Closed

Python backend disconnected in version 2.16.1-stable.713 #2662

windengineer0 opened this issue Feb 20, 2023 · 1 comment

Comments

@windengineer0
Copy link

Describe the bug
A new installation of the latest stable version results in the "Python backend disconnected" message. Looking in the python-server.log file, it appears to be a ModuleNotFoundError.

With this being disconnected, it is not possible to perform basic tasks such as uploading a new version of an application package (Error: "Unable to extract accountName with provided information.")

To Reproduce
Steps to reproduce the behavior:

  1. Log into BatchExplorer
  2. Click on Python Backend message at the bottom bar.

Expected behavior
In version 2.15.0-stable.634, "Python service is connected and running".

Screenshots
N/A

Logs(Click profile > View Logs > app.log, client.log)

info: ========================= STARTING PYTHON RPC SERVER PROCESS =========================
info: Traceback (most recent call last):
  File "main.py", line 8, in <module>

info:   File "PyInstaller\loader\pyimod03_importers.py", line 495, in exec_module

info:   File "server\websocket_server.py", line 4, in <module>

info:   File "PyInstaller\loader\pyimod03_importers.py", line 495, in exec_module

info:   File "jsonrpc\__init__.py", line 6, in <module>

info:   File "PyInstaller\loader\pyimod03_importers.py", line 495, in exec_module

info:   File "jsonrpc\request.py", line 5, in <module>

info:   File "PyInstaller\loader\pyimod03_importers.py", line 495, in exec_module

info:   File "server\aad_auth.py", line 1, in <module>

info:   File "PyInstaller\loader\pyimod03_importers.py", line 495, in exec_module

info:   File "azext\batch\__init__.py", line 6, in <module>

info:   File "PyInstaller\loader\pyimod03_importers.py", line 495, in exec_module

info:   File "azext\batch\batch_extensions_client.py", line 14, in <module>

info: ModuleNotFoundError: No module named 'azure.multiapi'
[3712] Failed to execute script
info:  'main' due to 
info: unhandled exception!

Version (please complete the following information):

  • OS: Windows 10 Enterprise
  • Version 21H2
  • Build 19044.2486
@dpwatrous
Copy link
Member

+@gingi

gingi added a commit that referenced this issue Mar 21, 2023
Updated Batch CLI extensions (v9.0.0) require `azure-multiapi-storage` as explicit requirement.
@gingi gingi closed this as completed in 4696b2a Mar 21, 2023
gingi added a commit that referenced this issue Apr 28, 2023
* Bumps Batch Explorer to version 2.17.0

* Restores build version string for release packaging

* Fixes AB#1031: Updates vulnerable http-cache-semantics dependency

Also replaced the vulnerable download module with node-downloader-helper.

* Non-home tenants are inactive by default

Users may opt in to authenticate specific tenants by activating them in the authentication settings page.

* Merges release 2.16.1 into master (#2661)

* Restores build version string for release packaging

* Fixes #2659: Removes test code

* Prepare for hotfix release 2.16.1

* Remove custom themes (#2663)

* Fixes #2662: Restores Python backend

Updated Batch CLI extensions (v9.0.0) require `azure-multiapi-storage` as explicit requirement.

* Update python dependencies (#2682)

* Theme colors will only show in dev mode (#2697)

* Add Developer menu item and add theme colors under it
- running into issue with surfacing isDev

* Only show Developer menu item during developer mode
* typo fix

* Switch  hardcoded color values to use theme colors

* Fix unit tests

* Remove fdescribe

* Cloud Service Deprecation Warning on Pool Details (#2702)

* Add banner in pools for cloud service pool deprecation
* small typo fix

* Fix wording

* Update wording

* focus first element after activating ‘Job preparation task’

* focus first interactive control in Storage accounts pane

* focus first element in complex-form afterViewInit

* update form-field prefix and suffix styles

* update monitorChart colors

* update monitor chart tooltip config

* update mat-tab-group labels

* fix @azure/storage-blob usage (#2709)

* Add jasmine-axe for Batch Explorer unit tests (#2587)

* Initial setup for jasmine axe

* Add axe for accessibility testing
* Add accessibility tests for a few UI components

* Update package lock

* Testing to see if pipeline completely passes

* wip

* Update package-lock

* Remove console log statement

* Remove failing test (fix and re-add them later)

* Remove cross-env

* delete metadata row

* Fixes AB#950: Focus not visible for radio buttons

* Fixes AB#865: Focus not visible for multiple controls

* Fixes AB#990: Focus moves to background when pop-up is open

* Fixes AB#702: Focus ring not visible

...when tab order reaches table for the first time without interacting with the table using the arrow keys

* Fixes AB#671: When closing select dropdown with esc key the whole dialog is closed

* Fixes AB#290 removing pointer events on canvas

* Fixes AB#462 - Changing input boxes to bordered boxes.

* Updated changelog and version. (#2719)

---------

Co-authored-by: Rena <cRui861@users.noreply.github.com>
Co-authored-by: David Watrous <509299+dpwatrous@users.noreply.github.com>
Co-authored-by: Waseem Dahman <mhdahman@microsoft.com>
Co-authored-by: Waseem <79171711+mhdahman@users.noreply.github.com>
Co-authored-by: Haopeng Wang <wanghp000@gmail.com>
Co-authored-by: “aibiber” <“aibiber@microsoft.com”>
Co-authored-by: Robert Taft <robtaft@gmail.com>
Co-authored-by: robtaft-ms <robtaft@microsoft.com>
gingi added a commit that referenced this issue May 1, 2023
* Restores build version string for release packaging

* Fixes #2659: Removes test code

* Prepare for hotfix release 2.16.1

* Release 2.17.0 (#2721)

* Bumps Batch Explorer to version 2.17.0

* Restores build version string for release packaging

* Fixes AB#1031: Updates vulnerable http-cache-semantics dependency

Also replaced the vulnerable download module with node-downloader-helper.

* Non-home tenants are inactive by default

Users may opt in to authenticate specific tenants by activating them in the authentication settings page.

* Merges release 2.16.1 into master (#2661)

* Restores build version string for release packaging

* Fixes #2659: Removes test code

* Prepare for hotfix release 2.16.1

* Remove custom themes (#2663)

* Fixes #2662: Restores Python backend

Updated Batch CLI extensions (v9.0.0) require `azure-multiapi-storage` as explicit requirement.

* Update python dependencies (#2682)

* Theme colors will only show in dev mode (#2697)

* Add Developer menu item and add theme colors under it
- running into issue with surfacing isDev

* Only show Developer menu item during developer mode
* typo fix

* Switch  hardcoded color values to use theme colors

* Fix unit tests

* Remove fdescribe

* Cloud Service Deprecation Warning on Pool Details (#2702)

* Add banner in pools for cloud service pool deprecation
* small typo fix

* Fix wording

* Update wording

* focus first element after activating ‘Job preparation task’

* focus first interactive control in Storage accounts pane

* focus first element in complex-form afterViewInit

* update form-field prefix and suffix styles

* update monitorChart colors

* update monitor chart tooltip config

* update mat-tab-group labels

* fix @azure/storage-blob usage (#2709)

* Add jasmine-axe for Batch Explorer unit tests (#2587)

* Initial setup for jasmine axe

* Add axe for accessibility testing
* Add accessibility tests for a few UI components

* Update package lock

* Testing to see if pipeline completely passes

* wip

* Update package-lock

* Remove console log statement

* Remove failing test (fix and re-add them later)

* Remove cross-env

* delete metadata row

* Fixes AB#950: Focus not visible for radio buttons

* Fixes AB#865: Focus not visible for multiple controls

* Fixes AB#990: Focus moves to background when pop-up is open

* Fixes AB#702: Focus ring not visible

...when tab order reaches table for the first time without interacting with the table using the arrow keys

* Fixes AB#671: When closing select dropdown with esc key the whole dialog is closed

* Fixes AB#290 removing pointer events on canvas

* Fixes AB#462 - Changing input boxes to bordered boxes.

* Updated changelog and version. (#2719)

---------

Co-authored-by: Rena <cRui861@users.noreply.github.com>
Co-authored-by: David Watrous <509299+dpwatrous@users.noreply.github.com>
Co-authored-by: Waseem Dahman <mhdahman@microsoft.com>
Co-authored-by: Waseem <79171711+mhdahman@users.noreply.github.com>
Co-authored-by: Haopeng Wang <wanghp000@gmail.com>
Co-authored-by: “aibiber” <“aibiber@microsoft.com”>
Co-authored-by: Robert Taft <robtaft@gmail.com>
Co-authored-by: robtaft-ms <robtaft@microsoft.com>

* Bumps Batch Explorer to version 2.18.0

---------

Co-authored-by: Rena <cRui861@users.noreply.github.com>
Co-authored-by: David Watrous <509299+dpwatrous@users.noreply.github.com>
Co-authored-by: Waseem Dahman <mhdahman@microsoft.com>
Co-authored-by: Waseem <79171711+mhdahman@users.noreply.github.com>
Co-authored-by: Haopeng Wang <wanghp000@gmail.com>
Co-authored-by: “aibiber” <“aibiber@microsoft.com”>
Co-authored-by: Robert Taft <robtaft@gmail.com>
Co-authored-by: robtaft-ms <robtaft@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants