-
Notifications
You must be signed in to change notification settings - Fork 6
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
Plugin manager gives traceback if no internet connection #26
Comments
jni
pushed a commit
to napari/napari
that referenced
this issue
May 27, 2024
…ng the plugin manager (#6931) Fixes napari/napari-plugin-manager#26 # Description Catches connectivity errors when fetching for plugin information when opening the plugin manager. Although the issue lives in the plugin manager repo, the code that fetches the code still lives in napari, hence with the PR seem to be better resolved on this side. # Result ## Before this PR ![napari-before](https://github.com/napari/napari/assets/3627835/6e704463-2dd3-4701-9aa5-93f2501e48fd) ## With this PR ![napari](https://github.com/napari/napari/assets/3627835/ffa3ad0a-da18-4e76-a4aa-8a007f90ce36) The warning reads: >There seems to be an issue with network connectivity. Remote plugins cannot be installed, only local ones.
goanpeca
added a commit
to goanpeca/napari-plugin-manager
that referenced
this issue
May 27, 2024
…ng the plugin manager (#6931) Fixes napari#26 # Description Catches connectivity errors when fetching for plugin information when opening the plugin manager. Although the issue lives in the plugin manager repo, the code that fetches the code still lives in napari, hence with the PR seem to be better resolved on this side. # Result ## Before this PR ![napari-before](https://github.com/napari/napari/assets/3627835/6e704463-2dd3-4701-9aa5-93f2501e48fd) ## With this PR ![napari](https://github.com/napari/napari/assets/3627835/ffa3ad0a-da18-4e76-a4aa-8a007f90ce36) The warning reads: >There seems to be an issue with network connectivity. Remote plugins cannot be installed, only local ones.
goanpeca
added a commit
to goanpeca/napari-plugin-manager
that referenced
this issue
May 28, 2024
…ng the plugin manager (#6931) Fixes napari#26 # Description Catches connectivity errors when fetching for plugin information when opening the plugin manager. Although the issue lives in the plugin manager repo, the code that fetches the code still lives in napari, hence with the PR seem to be better resolved on this side. # Result ## Before this PR ![napari-before](https://github.com/napari/napari/assets/3627835/6e704463-2dd3-4701-9aa5-93f2501e48fd) ## With this PR ![napari](https://github.com/napari/napari/assets/3627835/ffa3ad0a-da18-4e76-a4aa-8a007f90ce36) The warning reads: >There seems to be an issue with network connectivity. Remote plugins cannot be installed, only local ones.
andy-sweet
pushed a commit
to andy-sweet/napari
that referenced
this issue
May 28, 2024
…ng the plugin manager (napari#6931) Fixes napari/napari-plugin-manager#26 # Description Catches connectivity errors when fetching for plugin information when opening the plugin manager. Although the issue lives in the plugin manager repo, the code that fetches the code still lives in napari, hence with the PR seem to be better resolved on this side. # Result ## Before this PR ![napari-before](https://github.com/napari/napari/assets/3627835/6e704463-2dd3-4701-9aa5-93f2501e48fd) ## With this PR ![napari](https://github.com/napari/napari/assets/3627835/ffa3ad0a-da18-4e76-a4aa-8a007f90ce36) The warning reads: >There seems to be an issue with network connectivity. Remote plugins cannot be installed, only local ones.
goanpeca
added a commit
to goanpeca/napari-plugin-manager
that referenced
this issue
Jun 17, 2024
…ng the plugin manager (#6931) Fixes napari#26 # Description Catches connectivity errors when fetching for plugin information when opening the plugin manager. Although the issue lives in the plugin manager repo, the code that fetches the code still lives in napari, hence with the PR seem to be better resolved on this side. # Result ## Before this PR ![napari-before](https://github.com/napari/napari/assets/3627835/6e704463-2dd3-4701-9aa5-93f2501e48fd) ## With this PR ![napari](https://github.com/napari/napari/assets/3627835/ffa3ad0a-da18-4e76-a4aa-8a007f90ce36) The warning reads: >There seems to be an issue with network connectivity. Remote plugins cannot be installed, only local ones.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you open the Plugin Manager without an internet connection your get a traceback in the terminal.
Instead, a notification should be used to inform the user that they cannot install remote plugins, only local ones.
Full traceback:
The text was updated successfully, but these errors were encountered: