mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2026-09-24 14:20:08 +01:00
- Migrate from daijro/camoufox==0.4.* to cloverlabs-camoufox==0.6.* (drop-in API: same import path, same kwargs) - Pin playwright>=1.58,<1.61 to prevent protocol error (Browser.setDefaultViewport viewport.isMobile incompatibility with camoufox bundled Firefox v135.0.1-beta.24; upstream daijro/camoufox#653) - Bump fastapi 0.136->0.139, pytest 9.0->9.1, pytest-asyncio 1.3->1.4 (absorbs Renovate PRs #360, #359, #357) - Remove dead deptry DEP002 pyautogui ignore (cloverlabs dropped pyautogui) - Add tini to Dockerfile base image and set as ENTRYPOINT PID 1 (fixes zombie/defunct Firefox subprocesses: [Socket Process], [RDD Process], [Utility Process] — verified: 21 zombies without tini, 0 zombies with tini after 5 POST /v1 requests) - Remove init: true from compose.yaml (tini makes it redundant) - Remove --init/init: true checkbox from bug report template Closes #339, #340, #360, #359, #357, #366
88 lines
2.1 KiB
YAML
88 lines
2.1 KiB
YAML
name: Bug report
|
|
description: Create a bug report
|
|
assignees: ThePhaseless
|
|
labels: bug
|
|
|
|
body:
|
|
- type: checkboxes
|
|
attributes:
|
|
label: "I've completed the following steps:"
|
|
options:
|
|
- label: Read Loop Warning on Readme
|
|
- label: Done the troubleshooting from Readme
|
|
- label: Checked if such issue already exists
|
|
- label: Checked other websites with Cloudflare Turnstile
|
|
- label: I am able to access the webpage from my browser
|
|
- label: (Docker only) Checked that the problem does also occur on main tag
|
|
|
|
- type: checkboxes
|
|
attributes:
|
|
label: "If checked other websites with Cloudflare Turnstile:"
|
|
options:
|
|
- label: Other websites do work.
|
|
- label: Other websites do not work.
|
|
|
|
- type: checkboxes
|
|
attributes:
|
|
label: "The issue is still present in the latest main tag:"
|
|
options:
|
|
- label: "Yes"
|
|
- label: "No"
|
|
|
|
- type: input
|
|
id: docker-host
|
|
attributes:
|
|
label: OS/Docker Host
|
|
placeholder: e.g. Docker, WSL2, Ubuntu, Windows
|
|
|
|
- type: input
|
|
id: platform-model
|
|
attributes:
|
|
label: Platform and model
|
|
placeholder: e.g. Synology, PC, Laptop, RPi 3
|
|
|
|
- type: input
|
|
id: architecture
|
|
attributes:
|
|
label: Architecture
|
|
placeholder: e.g. ARM64
|
|
|
|
- type: input
|
|
id: website
|
|
attributes:
|
|
label: Example website/URL that does not work
|
|
placeholder: e.g. https://nowsecure.nl
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Describe the bug
|
|
description: A clear and concise description of what the bug is.
|
|
placeholder: "Example: The application crashes when trying to load a new file"
|
|
|
|
- type: textarea
|
|
id: config
|
|
attributes:
|
|
label: Docker Compose config
|
|
placeholder: |
|
|
```yaml
|
|
services:
|
|
...
|
|
```
|
|
- type: textarea
|
|
id: prowlarr-logs
|
|
attributes:
|
|
label: Prowlarr Logs
|
|
placeholder: |
|
|
```
|
|
put logs between 3x `
|
|
```
|
|
|
|
- type: textarea
|
|
id: byparr-logs
|
|
attributes:
|
|
label: Byparr Logs
|
|
placeholder: |
|
|
```
|
|
put logs between 3x `
|
|
```
|