spyder-ide / spyder

Official repository for Spyder - The Scientific Python Development Environment
https://www.spyder-ide.org
MIT License
8.22k stars 1.59k forks source link

installed SpyderPomodoroTimer and lost of lot functionality from setting #17117

Open contactzen opened 2 years ago

contactzen commented 2 years ago

Description

What steps will reproduce the problem?

installed SpyderPomodoroTimer using pip install . and lost of lot functionality from setting. First time it dones not open setting, next time it doesn't show up other funcitonliayt

Traceback

Traceback (most recent call last):
  File "/home/zen/Documents/git/spyder-zen_markdown/venv/lib/python3.8/site-packages/spyder/plugins/preferences/plugin.py", line 276, in <lambda>
    lambda: self.open_dialog(main.prefs_dialog_size))
  File "/home/zen/Documents/git/spyder-zen_markdown/venv/lib/python3.8/site-packages/spyder/plugins/preferences/plugin.py", line 256, in open_dialog
    container.create_dialog(
  File "/home/zen/Documents/git/spyder-zen_markdown/venv/lib/python3.8/site-packages/spyder/plugins/preferences/widgets/container.py", line 62, in create_dialog
    page.initialize()
  File "/home/zen/Documents/git/spyder-zen_markdown/venv/lib/python3.8/site-packages/spyder/plugins/preferences/api.py", line 80, in initialize
    self.setup_page()
  File "/home/zen/Documents/git/spyder-zen_markdown/venv/lib/python3.8/site-packages/spyder/api/plugin_registration/_confpage.py", line 71, in setup_page
    plugin_loc_name = PluginClass.get_name()
TypeError: get_name() missing 1 required positional argument: 'self'

Versions

Dependencies

# Mandatory:
atomicwrites >=1.2.0                           :  1.4.0 (OK)
chardet >=2.0.0                                :  4.0.0 (OK)
cloudpickle >=0.5.0                            :  2.0.0 (OK)
cookiecutter >=1.6.0                           :  1.7.3 (OK)
diff_match_patch >=20181111                    :  20200713 (OK)
intervaltree >=3.0.2                           :  3.1.0 (OK)
IPython >=7.6.0                                :  7.30.1 (OK)
jedi >=0.17.2;<0.19.0                          :  0.18.1 (OK)
jellyfish >=0.7                                :  0.8.9 (OK)
jsonschema >=3.2.0                             :  4.3.2 (OK)
keyring >=17.0.0                               :  23.4.0 (OK)
nbconvert >=4.0                                :  6.3.0 (OK)
numpydoc >=0.6.0                               :  1.1.0 (OK)
parso >=0.7.0;<0.9.0                           :  0.8.3 (OK)
pexpect >=4.4.0                                :  4.8.0 (OK)
pickleshare >=0.4                              :  0.7.5 (OK)
psutil >=5.3                                   :  5.8.0 (OK)
pygments >=2.0                                 :  2.10.0 (OK)
pylint >=2.5.0                                 :  2.12.2 (OK)
pyls_spyder >=0.4.0                            :  0.4.0 (OK)
pylsp >=1.3.2;<1.4.0                           :  1.3.3 (OK)
pylsp_black >=1.0.0                            :  1.0.1 (OK)
qdarkstyle =3.0.2                              :  3.0.2 (OK)
qstylizer >=0.1.10                             :  0.2.1 (OK)
qtawesome >=1.0.2                              :  1.1.1 (OK)
qtconsole >=5.2.1;<5.3.0                       :  5.2.2 (OK)
qtpy >=1.5.0                                   :  2.0.0 (OK)
rtree >=0.9.7                                  :  0.9.7 (OK)
setuptools >=49.6.0                            :  60.1.1 (OK)
sphinx >=0.6.6                                 :  4.3.2 (OK)
spyder_kernels >=2.2.0;<2.3.0                  :  2.2.0 (OK)
textdistance >=4.2.0                           :  4.2.2 (OK)
three_merge >=0.1.1                            :  0.1.1 (OK)
watchdog >=0.10.3                              :  2.1.6 (OK)
xdg >=0.26                                     :  0.27 (OK)
zmq >=17                                       :  22.3.0 (OK)

# Optional:
cython >=0.21                                  :  None (NOK)
matplotlib >=2.0.0                             :  None (NOK)
numpy >=1.7                                    :  None (NOK)
pandas >=1.1.1                                 :  None (NOK)
scipy >=0.17.0                                 :  None (NOK)
sympy >=0.7.3                                  :  None (NOK)

# Spyder plugins:
spyder_pomodoro_timer.spyder.plugin 0.1.1.dev0 :  0.1.1-dev0 (OK)
steff456 commented 2 years ago

Hi @contactzen,

In the latest release of Spyder we did a breaking change to all the external plugins. If you want to continue using the pomodoro external plugin please downgrade to Spyder < 5.2.0. Also, if you are interested in helping us update the external plugin to the new API please let me know, I can guide you through the process.

Thanks for reporting!