[iptv-checker]: Bump to v1.26.1582047 — Discord webhook + atomic progress-write fixes#114
Merged
Merged
Conversation
…ispatcharr#20) and atomic progress writes (Dispatcharr#21)
Plugin Validation ResultsModified plugins: 1 Plugin:
|
| Check | Status | Details |
|---|---|---|
| Required fields | ✅ | All required fields present |
| Maintainers | ✅ | PiratesIRC |
| License | ✅ | MIT - MIT License |
| Permission | ✅ | You have permission to modify this plugin |
| Version | ✅ | 1.26.1582047 |
| Version bump | ✅ | 1.26.1421301 → 1.26.1582047 |
🎉 All validation checks passed!
This PR modifies 1 plugin(s) and all checks have passed.
Other plugins by PiratesIRC in this repository (5)
| Plugin | Slug | Version |
|---|---|---|
| Channel Mapparr | channel-mapparr |
1.26.1430910 |
| EPG Janitor | epg-janitor |
1.26.1420824 |
| Event Channel Managarr | event-channel-managarr |
1.26.1401103 |
| Lineuparr | lineuparr |
1.26.1431300 |
| Stream-Mapparr | stream-mapparr |
1.26.1082140 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps iptv-checker to v1.26.1582047.
Fixes
User-Agentheader — the defaultPython-urllib/3.xUA was being 403'd by Discord's Cloudflare edge, silently dropping every notification. Discord webhook URLs are also auto-detected and sent a native{"content": ...}message instead of the plugin's custom JSON (which Discord ignores). No URL changes needed.iptv_checker_progress.jsonis now written atomically (temp file +os.replace) instead of a direct overwrite, fixing[Errno 13] Permission deniedwhen the file had previously been created owned by root.Both fixes are backward compatible; no settings changes required.
Diff is limited to
plugins/iptv-checker/plugin.pyandplugins/iptv-checker/plugin.json.Upstream release: https://github.com/PiratesIRC/Dispatcharr-IPTV-Checker-Plugin/releases/tag/v1.26.1582047