mirror of
https://github.com/casualsnek/onthespot.git
synced 2026-04-26 20:45:56 +03:00
[GH-ISSUE #61] Incorrect download location upon changing location #44
Labels
No labels
Feedback requested
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/onthespot#44
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 @skrubbybubby on GitHub (May 19, 2023).
Original GitHub issue: https://github.com/casualsnek/onthespot/issues/61
Using the latest version from your discord server, on Windows 10
Manually selecting a download location uses

/instead of\for subdirectory locations, which are removed in the console leading to constant "No such file or directory" when trying to download (given you have saved your changes).An example is choosing
C:\Users\Username\Desktop\OnTheSpotbeing changed toC:UsersUsernameDesktopOnTheSpot.This issue also occurs when I change the slash in "Album directory name formatter" under Advanced configuration from
\to/and persists after restarting.Additionally when you click on Browse to select a location but instead cancel (or x), the download location text in the bar is removed, despite not resetting the download location. The popup selection defaults to your user folder instead whether or not a change has been made to the download location.
For some reason this fixes the above issue while saving in the same location.
Other than the issue above, I don't think it's because of my upscaling on my laptop but the location bar is very short. Could it instead use the space underneath to display a much longer path?
Thanks for your work,
skrubbybubby
P.S. sorry if I forgot anything this is my first github issue report
@casualsnek commented on GitHub (May 19, 2023):
Thanks for reporting issue ! The path separator issue is fixed now as Qt file browser returned incorrect separator in windows. For the path getting cleared if cancelled, I'll fix that right now.
EDIT: Should be fixed now in development branch !
Changes to interface will probably done on next version as the code handling UI needs cleanup too !
@skrubbybubby commented on GitHub (May 21, 2023):
Alright thanks for the reply, it's not a big issue and I'll wait for the new release