mirror of
https://github.com/Googolplexed0/zotify.git
synced 2026-04-25 06:15:55 +03:00
[GH-ISSUE #87] [Bug Report] Credentials in System32 #73
Labels
No labels
bug
considering
discussion
documentation
enhancement
enhancement
good first issue
help wanted
pull-request
question
stale
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/zotify#73
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 @snapina7format on GitHub (Sep 25, 2025).
Original GitHub issue: https://github.com/Googolplexed0/zotify/issues/87
Originally assigned to: @Googolplexed0 on GitHub.
Ongoing error where I can't even boot up zotify, keep getting this error pictured below
@RGPZ commented on GitHub (Sep 27, 2025):
I imagine that it's because of where the credentials.json file is stored (that being your System32 file)
@snapina7format commented on GitHub (Sep 27, 2025):
How do I fix that?
@RGPZ commented on GitHub (Sep 28, 2025):
Change your credentials.json file location to somewhere else in your computer that won't affect your Windows installation like your documents folder if you can. There should be a command for it somewhere on the main page of this GitHub, I'm just too busy right now to check it.
@snapina7format commented on GitHub (Sep 30, 2025):
I am getting a new error despite increasing the bulk wait time to 30
@Googolplexed0 commented on GitHub (Oct 1, 2025):
On a second look, something here is broken. The real question is why the credentials would ever get stored into the system32 folder.
I assume the
CONFIG.get_credentials_location()used its fallback logic, pointing to the cwd ofC:\WINDOWS\system32, but this fallback only happens when Python doesn't recognize the operating system environment. Your system is obviously Windows sosys.platformshould return"win32"and use the defaultAppDatapath.Unless a user explicitly sets
CREDENTIALS_LOCATION = "C:\\WINDOWS\\system32"this should not be possible.@snapina7format commented on GitHub (Oct 3, 2025):
Here's the thing, I don't even know how that happened. The only thing I can think how it got routed there was the new Windows 11 update. I never messed with the location of the zotify, only started having issues again with the new Windows.
How do I change it back to where it used to be? Just the typical command of 'CREDENTIALS_LOCATION='?
@RGPZ commented on GitHub (Oct 4, 2025):
Yeah it should just be 'zotify --config-location "the path for where you want to file to be located in"
@snapina7format commented on GitHub (Oct 6, 2025):
Moved it appropriately, but still getting this error
@Googolplexed0 commented on GitHub (Oct 9, 2025):
Might've been related to #97, whose fix should've fixed this too.