Missing 'version' in data/config/main.json #1
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Investigation
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
spotizerrphoenix/spotizerr-phoenix#1
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?
Is there a fix? Or do I need to manually update the version in main.json?
oh interesting is this for a fresh install? i haven't tried it yet. i did change the version so not sure if that's affecting it. works fine for me on an existing instance.
are you pulling the latest image?
thanks for reporting this, i'll have to check it out
@spotizerrphoenix Yes, fresh install on another machine. My existing instance still works fine after switching to your image.
There is a similar issue at the spotizerr repo (spotizerr/spotizerr#2), but you can bypass it using the fix suggested here spotizerr/spotizerr#2 (comment)
I am now using
spotizerrphoenix/spotizerr:latestgot it, if memory serves me correctly i believe there was an issue with directory permissions before when switching to rootless.
seems like manually making the directories first is needed (to inherit correct permissions):
mkdir -p data logs downloads(in linux/mac)touch .cache.envdepending on your setupcan you give that a try and see if that works?
Just tried that. No dice, getting the same error Krunox is getting above.
@Krunox @middaymoon
new fix for this just merged/built: #4
spotizerrphoenix/spotizerr:latestor justspotizerrphoenix/spotizerrwill close this issue for now but give it a try and reopen if you run into anything 👍🏻