AudioTube on ARM64 Asahi Linux

I am trying to use audiotube on my mac m1 running asahi fedora remix, I intalled the app via flatpak and i get this error when tryng to reproduce a song

[youtube] HgLfYfJtc8M: Downloading webpage
[youtube] HgLfYfJtc8M: Downloading android player API JSON
asyncdatabase: Running "insert or replace into songs (video_id, title, artist, album) values (?, ?, ?, ?)"
asyncdatabase: Running "insert or ignore into played_songs (video_id, plays) values (?, ?)"
asyncdatabase: Running "update played_songs set plays = plays + 1 where video_id = ? "
asyncdatabase: Running "select * from played_songs natural join songs"
asyncdatabase: Running "select * from played_songs natural join songs order by plays desc limit 10"
Error: "Forbidden"
Error: "Forbidden"
Error: "Forbidden"

I saw the error because i ran the app through the terminal. I also tried to play the song clicking the button, thats why it says forbidden many times
Thanks guys :slight_smile:

Probably yt-dlp was broken and needed to be updated in the flatpak.
I can now play the specific song successfully.

If something like this happens again, feel free to open an issue on the flatpak repository: Issues · flathub/org.kde.audiotube · GitHub.