Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Animation Buddy

Flip through a video frame-by-frame, and practice your animation skills through observation · By Ashroo

Bug Reports Sticky

A topic by Ashroo created Jan 22, 2023 Views: 241 Replies: 9
Viewing posts 1 to 4
Developer (1 edit)

If something went wrong, please post what happened here.

I'll need to know
- What Operating System you are running (Windows 10? Windows 11?)
- What set of steps caused the bug (what were you doing?)
- Whether you are able to reproduce this bug (if you are, it will be much easier to fix)

(+1)

Hello, I run Windows 10. The program moves between frames when I'm using another program and using the same key binds, or even when I'm typing elsewhere while Animation Buddy is open. I use the same hotkeys (A & S) in CSP, which causes the frames to move forwards and back on Animation Buddy when I flip through my animation on CSP. I was able to reproduce the same thing after closing and reopening.

Developer (2 edits) (+1)

Yes, this is intentional; I opt to use hotkeys that don't conflict. It makes flipping really fast as I don't need to focus the program. But if you would like, I could make a hotkey mode that requires window focus. Would you like that?

(2 edits) (+1)

Oh okay! I wasn't sure if it could've also been some sort of multitasking feature and not just a bug, that's genius. But yes, a window focused hotkey mode would be awesome.

Developer(+1)

Cool! In the next update, there will be an option for hotkeys to require window focus.

Whether or not the window is focused will now be indicated by the highlighted border of Animation Buddy.


(+1)

Awesome! Thank you Code Flame!

(+1)

Hi! I just bought Animation Buddy. I'm trying to use the youtube downloader feature but getting this error:

tried using the url in the readme file and a different one and both times got the error. Also tried the Update Youtube Downloader button as well.

Developer (3 edits)

I hope to come out with an update soon that fixes this, sorry for the delay. Until then, here is the manual solution.
1. Open a command prompt. Press your windows-key and R at the same time. Then, type "cmd" and hit enter.
2. Get the command prompt to animation buddy's DATA FOLDER location (where yt-dlp.exe is). You would replace the path in the command to wherever animation buddy is, then add \AnimationBuddyData:
cd /D "C:\this\will\be\the\path\to\animation\buddy\is\AnimationBuddyData"
3.
Run youtube downloader on your video. Type "yt-dlp.exe -S ext [YOUTUBE URL GOES HERE]" and it should give you an mp4 that you can drag into Animation Buddy.

I'm working on a fix right now. I suppose the YouTube and the downloader ecosystem changed; I was able to recreate problem (It seemed to worked for a moment, downloading, but then randomly failed). I believe If I auto-detect the default browser and pass it to yt-dlp.exe to use the same login cookies, it will work. (Otherwise users wouldn't be able to download age restricted videos).
Edit: There's currently a problem with the youtube downloader that would only allow this on firefox... https://github.com/yt-dlp/yt-dlp/issues/10927
So, I'll try to support videos with age-restriction for firefox, for now, but we'll see how well the youtube downloaer works. Perhaps it could be re-enabled for all browsers in future; their solution seems hacky. It will definitely work with regular videos in an upcoming update.

Developer

Thank you for reporting this bug. Thanks to you, it is so much easier to ensure everyone gets a good experience. 

The fix will be uploaded in a few minutes. If you continue to get problems after the update, let me know. Here is a video of it working for me: https://i.imgur.com/EUkM8My.mp4

The new error message will hint at the possibility of age-restriction.


The changelog is:
### November 2nd, 2024
- Fixed the Youtube Downloader. Age-restricted videos only work if your default browser is Firefox and you are logged in. In future, this can be extended to all chromium-based browsers, once this issue is solved by other people. https://github.com/yt-dlp/yt-dlp/issues/10927


(+1)

Thank you for the quick response and update! Happy to report it's now working! Great job, I love this tool. :)