Slow Downloads (Solved) #259
-
My downloads seem to be very slow, and may be a network issue. I'm running Pikaraoke version 1.1.2 and yt-dlp version 2022.04.08 on a Rasberry Pi 4B. Is there a menu option where you can view a list of current active downloads and/or progress? OR Is there a way to verify network connectivity that I'm missing? |
Beta Was this translation helpful? Give feedback.
Replies: 8 comments 8 replies
-
Update yt-dl and see if it improves. Your version is over a year old
…On Wed, May 17, 2023, 8:05 AM musicaltank ***@***.***> wrote:
My downloads seem to be very slow, and may be a network issue. I'm running
Pikaraoke version 1.1.2 and yt-dlp version 2022.04.08 on a Rasberry Pi 4B.
Is there a menu option where you can view a list of current active
downloads and/or progress?
—
Reply to this email directly, view it on GitHub
<#259>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA7KXNVFESUAJPH4WVUNQNTXGTSNLANCNFSM6AAAAAAYFHOWYU>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Pull the latest version of pikaraoke. There was a big in the updater
…On Wed, May 17, 2023, 12:22 PM musicaltank ***@***.***> wrote:
I can't seem to get yt-dlp to update using the link in the "Pikaraoke"
submenu. I'm not Pi/Linux illiterate, but I'm no expert either - is there
another way to update? Can I access the terminal in Pikaraoke? The network
seems to be OK - I can obviously access the web interface, and none of my
other systems seem to have issues accessing internet.
—
Reply to this email directly, view it on GitHub
<#259 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA7KXNSIRB543TMOVOHPHZ3XGUQNZANCNFSM6AAAAAAYFHOWYU>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
To be clear, to update pikaraoke, you need to log into your pi. CD to the
pikaraoke directory, and run "git pull" then restart
…On Wed, May 17, 2023, 12:31 PM Vic Wong ***@***.***> wrote:
Pull the latest version of pikaraoke. There was a big in the updater
On Wed, May 17, 2023, 12:22 PM musicaltank ***@***.***>
wrote:
> I can't seem to get yt-dlp to update using the link in the "Pikaraoke"
> submenu. I'm not Pi/Linux illiterate, but I'm no expert either - is there
> another way to update? Can I access the terminal in Pikaraoke? The network
> seems to be OK - I can obviously access the web interface, and none of my
> other systems seem to have issues accessing internet.
>
> —
> Reply to this email directly, view it on GitHub
> <#259 (reply in thread)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AA7KXNSIRB543TMOVOHPHZ3XGUQNZANCNFSM6AAAAAAYFHOWYU>
> .
> You are receiving this because you commented.Message ID:
> ***@***.***>
>
|
Beta Was this translation helpful? Give feedback.
-
After updating, then try running the yt-dl updater , to be clear that fixes
the issue where it didn't work.
…On Wed, May 17, 2023, 12:59 PM musicaltank ***@***.***> wrote:
OK, I sucessfully logged into the pi, CD'd to the pikaraoke directory, ran
"git pull", and then restarted. I still seem to have yt-dlp version
2022.04.08.
[image: Pikaraoke system info]
<https://user-images.githubusercontent.com/118386938/239064376-a840aa3f-1b6c-432e-ad69-f86f3d9a6fac.png>
—
Reply to this email directly, view it on GitHub
<#259 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA7KXNWURXCXPEC6KBPO6FLXGUU3TANCNFSM6AAAAAAYFHOWYU>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
My sense is you didn't upgrade pikaraoke. What was the output to the git
pull?
In any case the issue is that yt-dl is outdated. If you can get to the
console you can also upgrade it there. The command to do so is in the
readme or easily looked up
…On Wed, May 17, 2023, 1:22 PM musicaltank ***@***.***> wrote:
Unfortunately, I ran the yt-dlp updater and there was no change - still
version 2022.04.08
—
Reply to this email directly, view it on GitHub
<#259 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA7KXNRPBQ44KJLUBEM7CVDXGUXP7ANCNFSM6AAAAAAYFHOWYU>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
What's happening here is you have two versions installed. Pikaraoke is
using the other one.
Try upgrading with python package manager
sudo pip3 install yt-dl -U
…On Wed, May 17, 2023, 7:02 PM musicaltank ***@***.***> wrote:
So, I've updated yt-dlp using:
pip3 install --upgrade yt-dlp
And verified the version using:
yt-dlp -U
Which outputs:
[image: 20230517_213734]
<https://user-images.githubusercontent.com/118386938/239115931-e216d000-e3b6-401c-beba-dca1f4b2e455.jpg>
But when I go into the web interface, it still lists the 2022 version.
At this point, I might just reflash the SD with a fresh image, in case
I've somehow messed something up along the way, and then try to update
again.
—
Reply to this email directly, view it on GitHub
<#259 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA7KXNUTIGUJFGJPAAFXJKDXGV7J3ANCNFSM6AAAAAAYFHOWYU>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Sorry just read you used pip3 after all. After you upgraded it, did you
restart pikaraoke?
…On Wed, May 17, 2023, 9:45 PM Vic Wong ***@***.***> wrote:
What's happening here is you have two versions installed. Pikaraoke is
using the other one.
Try upgrading with python package manager
sudo pip3 install yt-dl -U
On Wed, May 17, 2023, 7:02 PM musicaltank ***@***.***>
wrote:
> So, I've updated yt-dlp using:
> pip3 install --upgrade yt-dlp
>
> And verified the version using:
> yt-dlp -U
>
> Which outputs:
> [image: 20230517_213734]
> <https://user-images.githubusercontent.com/118386938/239115931-e216d000-e3b6-401c-beba-dca1f4b2e455.jpg>
>
> But when I go into the web interface, it still lists the 2022 version.
>
> At this point, I might just reflash the SD with a fresh image, in case
> I've somehow messed something up along the way, and then try to update
> again.
>
> —
> Reply to this email directly, view it on GitHub
> <#259 (reply in thread)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AA7KXNUTIGUJFGJPAAFXJKDXGV7J3ANCNFSM6AAAAAAYFHOWYU>
> .
> You are receiving this because you commented.Message ID:
> ***@***.***>
>
|
Beta Was this translation helpful? Give feedback.
-
On third look, the syntax to your pip3 command looks incorrect. Try mine.
And pay attention to the output to confirm success
…On Wed, May 17, 2023, 9:48 PM Vic Wong ***@***.***> wrote:
Sorry just read you used pip3 after all. After you upgraded it, did you
restart pikaraoke?
On Wed, May 17, 2023, 9:45 PM Vic Wong ***@***.***> wrote:
> What's happening here is you have two versions installed. Pikaraoke is
> using the other one.
>
> Try upgrading with python package manager
> sudo pip3 install yt-dl -U
>
> On Wed, May 17, 2023, 7:02 PM musicaltank ***@***.***>
> wrote:
>
>> So, I've updated yt-dlp using:
>> pip3 install --upgrade yt-dlp
>>
>> And verified the version using:
>> yt-dlp -U
>>
>> Which outputs:
>> [image: 20230517_213734]
>> <https://user-images.githubusercontent.com/118386938/239115931-e216d000-e3b6-401c-beba-dca1f4b2e455.jpg>
>>
>> But when I go into the web interface, it still lists the 2022 version.
>>
>> At this point, I might just reflash the SD with a fresh image, in case
>> I've somehow messed something up along the way, and then try to update
>> again.
>>
>> —
>> Reply to this email directly, view it on GitHub
>> <#259 (reply in thread)>,
>> or unsubscribe
>> <https://github.com/notifications/unsubscribe-auth/AA7KXNUTIGUJFGJPAAFXJKDXGV7J3ANCNFSM6AAAAAAYFHOWYU>
>> .
>> You are receiving this because you commented.Message ID:
>> ***@***.***>
>>
>
|
Beta Was this translation helpful? Give feedback.
Success! You were correct, I needed to use your syntax to update with the python package manager, with one small edit - I had to use "yt-dlp" instead of "yt-dl". For clarity, here is the command that fixed the issue:
sudo pip3 install yt-dlp -U
And the output in terminal:
And verification that the correct installation/version was updated and recognized by pikaraoke from the web interface:
Now all I need is for my microphones to be delivered and we should be up and running.
Thanks again for this project, and your support troubleshooting!