mirror of
https://github.com/Lidarr/Lidarr.git
synced 2026-03-02 22:56:57 -05:00
Custom Script Environmental Variables changed casing #2256
Labels
No labels
Area: API
Area: Database
Area: Db-migration
Area: Download Clients
Area: Extras
Area: Import Lists
Area: Indexer
Area: Metadata API
Area: Notifications
Area: Organizer
Area: Parser
Area: Scanning
Area: Tooling
Area: UI
Area: Unit Tests
Area: Update API
On Hold: MetadataAPI Blocking
Priority: High
Priority: Low
Priority: Medium
Status: Accepted
Status: Cannot Reproduce
Status: Confirmed
Status: Don't Merge
Status: Help Wanted
Status: In Progress
Status: Info Needed
Status: Investigating
Status: Logs Needed
Status: Maybe One Day
Status: Needs Triage
Status: On Hold
Status: Ready for Review
Status: Unlikely
Status: Waiting for OP
Status: Won't Fix
Type: Bug
Type: Documentation
Type: Duplicate
Type: Enhancement
Type: Enhancement
Type: External Bug
Type: Feature Request
Type: Regression
Type: Support
Type: Support.
conflict
conflict
no-conflict
not-pulled
radarr-pull
readarr-pull
sonarr upstream
sonarr-pull
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Lidarr#2256
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @RandomNinjaAtk on GitHub (Jun 14, 2022).
Is there an existing issue for this?
Current Behavior
Expected Behavior
Script executed successfully
Steps To Reproduce
https://wiki.servarr.com/lidarr/custom-scripts
Environment
What branch are you running?
Nightly
Trace Logs?
AB#3288
@RandomNinjaAtk commented on GitHub (Jun 14, 2022):
So based on some quick testing after reviewing the tracelog. It seems like the variable changed from: Lidarr_EventType to lidarr_eventtype
So this might just be a documentation error?
https://wiki.servarr.com/lidarr/custom-scripts
Changing Lidarr_EventType to lidarr_eventtype did resolve my test issue, but haven't been able to check if my other scripts have the same issue, which they might also be.
@github-actions[bot] commented on GitHub (Jun 14, 2022):
👋 @RandomNinjaAtk, we use the issue tracker exclusively for bug reports and feature requests. However, this issue appears to be a support request. Please hop over onto our Discord or Subreddit
@ta264 commented on GitHub (Jun 15, 2022):
It is a bug - the casing of the environment variables appears to have changed. At the very least we need to decide if we're happy with this and if so update the docs