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

Reports not providing output #626

Open
CraigM1711 opened this issue Feb 27, 2025 · 2 comments
Open

Reports not providing output #626

CraigM1711 opened this issue Feb 27, 2025 · 2 comments

Comments

@CraigM1711
Copy link

Hi
I have Gramps Web running on my NAS
When I run some reports I get an error file.htm not found or file.json not found.

Are there any other settings I can try to get this to work.

When I run the Fan chart, it runs the previous report. (Places report is one of them)
I have also noticed that occasionally when trying to run a report, it will run the previous report.

Version
Gramps 5.2.3
Gramps Web API 2.7.0
Gramps Web Frontend 24.12.2
Gramps QL 0.3.0
Sifts 1.0.0
locale: en
multi-tree: false
task queue: false
OCR: true
chat: false

Install via a container on Synology NAS, using Portainer

services:
grampsweb:
image: ghcr.io/gramps-project/grampsweb:latest
container_name: Gramps-Web
healthcheck:
test: timeout 10s bash -c ':> /dev/tcp/127.0.0.1/5000' || exit 1
interval: 10s
timeout: 5s
retries: 3
start_period: 90s
security_opt:
- no-new-privileges:true
ports:
- 5449:5000
environment:
GRAMPSWEB_TREE: TEST #This env variable will create a new tree if not exists.
volumes:
- /volume1/docker/grampsweb/dbuser:/app/users:rw
- /volume1/docker/grampsweb/indexdir:/app/indexdir:rw
- /volume1/docker/grampsweb/thumbnail:/app/thumbnail_cache:rw
- /volume1/docker/grampsweb/cache:/app/cache:rw
- /volume1/docker/grampsweb/secret:/app/secret:rw
- /volume1/docker/grampsweb/database:/root/.gramps/grampsdb:rw
- /volume1/docker/grampsweb/media:/app/media:rw
- /volume1/docker/grampsweb/tmp:/tmp:rw
restart: on-failure:5

@DavidMStraub
Copy link
Member

Hi,

there are some known issues with reports

#517
gramps-project/gramps-web#326

Have you checked those?

If you believe it's a separate issue, please provide log output.

@CraigM1711
Copy link
Author

CraigM1711 commented Feb 27, 2025 via email

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