Bug 1951630
| Summary: | missing dependency - AtomicParsley | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Doncho Gunchev <dgunchev> |
| Component: | youtube-dl | Assignee: | Till Maas <opensource> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 33 | CC: | 4kuchibh, david08741, opensource, rafalzaq, tim |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | youtube-dl-2021.04.26-1.fc34 youtube-dl-2021.04.26-1.fc32 youtube-dl-2021.04.26-1.fc33 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-04-29 00:31:18 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
I have pushed a fixed version to rawhide, and will push to stable releases as a new version is released. In the meantime you can just install AtomicParsley :-) Thanks for the report. FEDORA-2021-e35490b2e9 has been submitted as an update to Fedora 32. https://bodhi.fedoraproject.org/updates/FEDORA-2021-e35490b2e9 FEDORA-2021-993645e65f has been submitted as an update to Fedora 33. https://bodhi.fedoraproject.org/updates/FEDORA-2021-993645e65f FEDORA-2021-14d86b3a66 has been submitted as an update to Fedora 34. https://bodhi.fedoraproject.org/updates/FEDORA-2021-14d86b3a66 FEDORA-2021-14d86b3a66 has been pushed to the Fedora 34 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2021-e35490b2e9 has been pushed to the Fedora 32 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2021-993645e65f has been pushed to the Fedora 33 stable repository. If problem still persists, please make note of it in this bug report. |
Description of problem: Sometimes one gets: ERROR: AtomicParsley was not found. Please install. Version-Release number of selected component (if applicable): youtube-dl-2021.04.17-1 How reproducible: Rarely, but quick check in the source of postprocessor/embedthumbnail.py shows it is needed: 96: if atomicparsley is None: 97: raise EmbedThumbnailPPError('AtomicParsley was not found. Please install.')