-
Notifications
You must be signed in to change notification settings - Fork 34
Closed
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
Describe the bug
TWRP Download button does not show up
To Reproduce
Steps to reproduce the behavior:
- make app (0.5.6)
- Navigate to "Now Pick an OS image or recovery file"
Expected behavior
There should be a button to download twrp if twrp-link is defined
Log file
2025-07-11 16:17:20.245 | INFO | utils:get_download_link:47 - Checking https://download.lineageos.org/api/v2/devices/poplar
2025-07-11 16:17:35.663 | INFO | utils:get_download_link:56 - https://download.lineageos.org/api/v2/devices/poplar doesn't exist, status_code: 400
Desktop (please complete the following information):
- OS: Ubuntu (Tuxedo OS)
- Version 24.04 LTS (3)
Smartphone (please complete the following information):
- Device: Xperia XZ1
- OS: Stock
- Version 9
Additional context
It checks for the lineage download link pretty long as well. Maybe this check also related?
| twrp_download_link = f"https://dl.twrp.me/{self.state.config.twrp_link if self.state.config.twrp_link else self.state.config.device_code}" |
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working