Nick S
Nick S
@dgrunwald If the project is dead, would you possibly consider putting a note indicating such in a prominent location on this repo or the project's homepage? Many people including myself...
@kczx3 can you share your v2 script? I can't find either in this repo or ahk forums. Disregard. I see your script at https://github.com/kczx3/SQLiteViewer/blob/master/lib/Class_SQLiteDB.ahk
@toasahi -- I'm not sure if your comment means that you did or did not get it working. Regardless, the fix is to change: `CONTROLLER_TOOLS_VERSION ?= v0.13.0` **to** `CONTROLLER_TOOLS_VERSION ?=...
According to my notes, these are the three things I had to do to make the install work on a brand new kind cluster: 1. Make sure cert-manager installed 2....
I can confirm the same problem as @MartinMe11 and @Zeek1361 and @MarcelHekkert. Opening saved sessions has definitely stopped working since Firefox 126. I'm currently on Firefox 127.0 and it doesn't...
@sienori -- see attachment. This log was created by turning on debugging, opening TSM, and clicking Open one time on one saved session. Let me know if this is /...
Same. But in my case the URL has my actual username. Not sure why yours has that long string after `/v1/users/`
Seems like changing this file: `spotify2ytmusic/spotify_backup.py` Change all occurrences of `users/{user_id}` to `me` (so it should be e.g. `me/tracks`). Seems to work. Spotify had API changes recently. @Viquetti1 @R4nd0mDude
> I think I may have logged into the wrong account but I found no way to log out to fix it. If this is still a problem, you can...
@levelstory1 -- There should be a file in your working folder called `spotify_backup.py` (or it might be in a subfolder called `spotify2ytmusic`). Open that file in a text editor, and...