Skip to content

Submit Feedback is broken #2550

@Gabriel-p

Description

@Gabriel-p

Describe the bug
The Submit Feedback feature does not work

To Reproduce
Try to submit some feedback

Expected behavior
The window should close once the feedback was sent. Instead nothing happens

Screenshots
If applicable, add screenshots to help explain your problem.

Details:

  • Operating System: elementary OS 8
  • Python version (python --version): [e.g. Python 3.6.7]
  • Glue version (glue --version): [e.g. 0.14.5]
  • How you installed glue: pip
Glue: 1.22.1
pyavm: 0.9.6
pyopengl: 3.1.9
pyqt6: 6.9.0
pyqt6-qt6: 6.9.0
pyqt6-sip: 13.10.0
pyyaml: 6.0.2
qtpy: 2.4.3
scienceplots: 2.1.1
secretstorage: 3.3.3
asciitree: 0.3.3
astrodendro: 0.3.1
astropy: 7.0.1
astropy-iers-data: 0.2025.4.14.0.37.22
astroquery: 0.4.10
asttokens: 3.0.0
beautifulsoup4: 4.13.4
blosc2: 3.3.0
casa-formats-io: 0.3.0
certifi: 2025.1.31
cffi: 1.17.1
charset-normalizer: 3.4.1
click: 8.1.8
cloudpickle: 3.1.1
comm: 0.2.2
configobj: 5.0.9
contourpy: 1.3.2
corner: 2.2.3
cramjam: 2.10.0
cryptography: 44.0.2
cycler: 0.12.1
dask: 2025.4.0
debugpy: 1.8.14
decorator: 5.2.1
dill: 0.4.0
echo: 0.9.0
emcee: 3.1.6
et-xmlfile: 2.0.0
executing: 2.2.0
fast-histogram: 0.14
fastparquet: 2024.11.0
fonttools: 4.57.0
freetype-py: 2.5.1
fsspec: 2025.3.2
glfw: 2.9.0
glue-core: 1.22.1
glue-qt: 0.3.3
glue-vispy-viewers: 1.2.2
glueviz: 1.4.0
h5py: 3.13.0
hsluv: 5.0.4
html5lib: 1.1
idna: 3.10
imageio: 2.37.0
ipykernel: 6.29.5
ipython: 9.1.0
ipython-pygments-lexers: 1.1.1
isochrones: 2.1
jaraco.classes: 3.4.0
jaraco.context: 6.0.1
jaraco.functools: 4.1.0
jedi: 0.19.2
jeepney: 0.9.0
joblib: 1.4.2
jupyter-client: 8.6.3
jupyter-core: 5.7.2
keyring: 25.6.0
kiwisolver: 1.4.8
lazy-loader: 0.4
llvmlite: 0.44.0
locket: 1.0.0
matplotlib: 3.10.1
matplotlib-inline: 0.1.7
more-itertools: 10.6.0
mpl-scatter-density: 0.8
mplcursors: 0.6
msgpack: 1.1.0
ndindex: 1.9.2
nest-asyncio: 1.6.0
networkx: 3.4.2
numba: 0.61.2
numexpr: 2.10.2
numpy: 2.2.4
openpyxl: 3.1.5
packaging: 24.2
pandas: 2.2.3
parso: 0.8.4
partd: 1.4.2
pexpect: 4.9.0
pillow: 11.2.1
platformdirs: 4.3.7
prompt-toolkit: 3.0.51
psutil: 7.0.0
ptyprocess: 0.7.0
pure-eval: 0.2.3
pvextractor: 0.4
py-cpuinfo: 9.0.0
pycparser: 2.22
pyerfa: 2.0.1.5
pygments: 2.19.1
pyparsing: 3.2.3
python-dateutil: 2.9.0.post0
pytz: 2025.2
pyvo: 1.6.2
pyzmq: 26.4.0
qtconsole: 5.6.1
radio-beam: 0.3.8
requests: 2.32.3
scikit-image: 0.25.2
scipy: 1.15.2
setuptools: 79.0.1
shapely: 2.1.0
six: 1.17.0
soupsieve: 2.6
spectral-cube: 0.6.6
stack-data: 0.6.3
tables: 3.10.2
tifffile: 2025.3.30
toolz: 1.0.0
tornado: 6.4.2
tqdm: 4.67.1
traitlets: 5.14.3
typing-extensions: 4.13.2
tzdata: 2025.2
urllib3: 2.4.0
vispy: 0.15.0
wcwidth: 0.2.13
webencodings: 0.5.1
xlrd: 2.0.1
autocommand: 2.2.2
backports.tarfile: 1.2.0
importlib-metadata: 8.0.0
inflect: 7.3.1
jaraco.collections: 5.1.0
jaraco.text: 3.12.1
tomli: 2.0.1
typeguard: 4.3.0
wheel: 0.45.1
zipp: 3.19.2

Additional context
This is what my console shows:

urllib.error.HTTPError: HTTP Error 404: Not Found
Traceback (most recent call last):
  File "/home/gabriel/Github/.venv/lib/python3.13/site-packages/glue_qt/app/feedback.py", line 41, in accept
    urlopen(req)
    ~~~~~~~^^^^^
  File "/home/gabriel/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/urllib/request.py", line 189, in urlopen
    return opener.open(url, data, timeout)
           ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
  File "/home/gabriel/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/urllib/request.py", line 495, in open
    response = meth(req, response)
  File "/home/gabriel/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/urllib/request.py", line 604, in http_response
    response = self.parent.error(
        'http', request, response, code, msg, hdrs)
  File "/home/gabriel/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/urllib/request.py", line 533, in error
    return self._call_chain(*args)
           ~~~~~~~~~~~~~~~~^^^^^^^
  File "/home/gabriel/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/urllib/request.py", line 466, in _call_chain
    result = func(*args)
  File "/home/gabriel/.local/share/uv/python/cpython-3.13.2-linux-x86_64-gnu/lib/python3.13/urllib/request.py", line 613, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 404: Not Found

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions