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

Report doesn't displayed and I can't download report #6746

Open
DevopsDmytro opened this issue Feb 25, 2024 · 3 comments
Open

Report doesn't displayed and I can't download report #6746

DevopsDmytro opened this issue Feb 25, 2024 · 3 comments
Labels
bug report Bug is reported by user, not yet confirmed by the core team bug A bug confirmed by the core team

Comments

@DevopsDmytro
Copy link

When I press report button, first I have received errors and after that I didn't see nothing in report preview window, also I can't download report in html and pdf version, after I press save button nothing happen while I can save only x.report file.

2

Click on report button.

What's your environment?
Orange Version 3.36.2

PRETTY_NAME="LMDE 6 (faye)"
NAME="LMDE"
VERSION_ID="6"
VERSION="6 (faye)"
VERSION_CODENAME=faye
ID=linuxmint
HOME_URL="https://www.linuxmint.com/"
SUPPORT_URL="https://forums.linuxmint.com/"
BUG_REPORT_URL="http://linuxmint-troubleshooting-guide.readthedocs.io/en/latest/"
PRIVACY_POLICY_URL="https://www.linuxmint.com/"
ID_LIKE=debian
DEBIAN_CODENAME=bookworm

How you installed Orange:

pipx install orange3
pipx inject orange3 PyQt5
pipx inject orange3 PyQtWebEngine

#run orange3
orange-canvas
pipx list --include-injected
venvs are in /home/lol/.local/pipx/venvs
apps are exposed on your $PATH at /home/lol/.local/bin
   package orange3 3.36.2, installed using Python 3.11.2
    - orange-canvas
    Injected Packages:
      - pyqt5 5.15.10
      - pyqtwebengine 5.15.6
   package pyqt5 5.15.10, installed using Python 3.11.2
    - pylupdate5
    - pyrcc5
    - pyuic5
@DevopsDmytro DevopsDmytro added the bug report Bug is reported by user, not yet confirmed by the core team label Feb 25, 2024
@DevopsDmytro
Copy link
Author

Also this is my logs from

orange-canvas -l 2

log.txt

@ales-erjavec
Copy link
Contributor

Can you try these three combinations:

QTWEBENGINE_CHROMIUM_FLAGS="--disable-gpu" orange-canvas
QTWEBENGINE_CHROMIUM_FLAGS="--no-sandbox" orange-canvas
QTWEBENGINE_CHROMIUM_FLAGS="--disable-gpu --no-sandbox" orange-canvas

*ref : #6713 (comment)

@markotoplak
Copy link
Member

From logs it also seems that the SOM widget now has quite a few bugs...

@janezd janezd added the bug A bug confirmed by the core team label Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug report Bug is reported by user, not yet confirmed by the core team bug A bug confirmed by the core team
Projects
None yet
Development

No branches or pull requests

4 participants