Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Youtube Music: Undefined track name and artist #3888

Closed
3 tasks done
EugeneTheDev opened this issue Sep 17, 2020 · 41 comments
Closed
3 tasks done

Youtube Music: Undefined track name and artist #3888

EugeneTheDev opened this issue Sep 17, 2020 · 41 comments

Comments

@EugeneTheDev
Copy link

EugeneTheDev commented Sep 17, 2020

Checklist:

OS:
macOS Catalina 10.15.6

GPMDP Version:
4.7.1 (YouTube Music)

Issue Descriptions:
Track name and artist shows "undefined" in window title and in Now playing widget when using youtube music

Steps to Reproduce:
Just launch app and play any track

@welcome
Copy link

welcome bot commented Sep 17, 2020

👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of duplicate issues on this repo, so please double check now that your issue has not already been solved or doesn't have an open issue already.

To help make it easier for us to investigate your issue, please follow the contributing guidelines and ensure the issue template was filled out.

@dukhevych
Copy link

Same on Windows 10

@manuelhe
Copy link

Same on Linux. And related to this issue, last.fm tracking also stopped working

@KingDestructo
Copy link

Same issue here as well

MacOS Catalina Version 10.15.3

@Hank3
Copy link

Hank3 commented Sep 18, 2020

I have two separate W10 PCs with a similar issue. With the app open using YTM, it shows "Unknown Song - Unknown Artist" in the taskbar:

image

@calebmeyer
Copy link

calebmeyer commented Sep 18, 2020

A few more details:
If you switch back to google play music, the track title/artist/album do display in the touchbar (macOS). If you then switch back to YTM again, the last track will be stuck there (at least for me, using better touch tool).

This was working at one point for me (on YTM) as late as last week, so I believe it is a regression.

@Hank3
Copy link

Hank3 commented Sep 18, 2020

A few more details:
If you switch back to google play music, the track title/artist/album do display in the touchbar (macOS). If you then switch back to YTM again, the last track will be stuck there (at least for me, using better touch tool).

This was working at one point for me (on YTM) as late as last week, so I believe it is a regression.

I noticed the same thing the other day when this started happening. At one point, the player was changing title and artist and then it just stopped updating and remained on one song. Ever since then, it's just been unknown title and artist.

Windows 10 Taskbar

@returnvisit
Copy link

me too windows10

@mapoman
Copy link

mapoman commented Sep 22, 2020

Bump for this issue, observed on Windows 10 when using YTM.

@roryhewitt
Copy link

Me too on Windows 10, using YTM - in Windows taskbar, hovering over the icon shows "Unknown Song - Unknown Artist". Clicking on the taskbar icon brings up GPMDP with the correct values, obviously.

@resende1776
Copy link

image
Me too, every information about the song currently playing is empty

@goodfella1978
Copy link

Same here on Windows 10, the icon in the system tray was useful for a quick peek at what is playing, now shows this on YTM:

image

P.S. Still love this player!!

@tom-james-watson
Copy link

Looks like the fix upstream has been merged gmusic-utils/ytmusic.js#14

I've opened gmusic-utils/ytmusic.js#20 to release a new version of the ytmusic.js lib, which I believe this app can then pull to fix this issue.

@returnvisit
Copy link

returnvisit commented Oct 13, 2020 via email

@jostrander
Copy link
Collaborator

Published 6.2.2 in ytmusic.js, If someone wants to PR in that upgrade here.

@lesthack
Copy link
Contributor

lesthack commented Oct 13, 2020

Published 6.2.2 in ytmusic.js, If someone wants to PR in that upgrade here.

Thank you, works for me.

lesthack added a commit to lesthack/Google-Play-Music-Desktop-Player-UNOFFICIAL- that referenced this issue Oct 13, 2020
@Hank3
Copy link

Hank3 commented Oct 13, 2020

So the issue is fixed? Sorry I'm not too familiar with with the verbiage being used here. Do I need to go somewhere to download an updated version?

@manuelhe
Copy link

So the issue is fixed? Sorry I'm not too familiar with with the verbiage being used here. Do I need to go somewhere to download an updated version?

No, the issue it's not yet fixed in the player, but the origin of the problem was already patched. We need to wait a time until an "official" version be released

@Hank3
Copy link

Hank3 commented Oct 13, 2020

So the issue is fixed? Sorry I'm not too familiar with with the verbiage being used here. Do I need to go somewhere to download an updated version?

No, the issue it's not yet fixed in the player, but the origin of the problem was already patched. We need to wait a time until an "official" version be released

Thank you for the info!

lesthack added a commit to lesthack/Google-Play-Music-Desktop-Player-UNOFFICIAL- that referenced this issue Oct 13, 2020
@jostrander jostrander pinned this issue Oct 13, 2020
@jostrander jostrander changed the title Youtube Music: Undefined track name and artist on macos Youtube Music: Undefined track name and artist Oct 13, 2020
@jostrander
Copy link
Collaborator

This is fixed in master. Unfortunately unless @MarshallOfSound produces a release, there isn't anything to "download" to fix this problem, so you will need to build from the source code in this repository to see this fix applied.

@lesthack
Copy link
Contributor

Toc toc @MarshallOfSound, I think that we need a new oficial release :D

@darthnithin
Copy link

darthnithin commented Oct 17, 2020

Yes im not able to build it keeps erroring
I just downloaded the auto build artifact from here
Edit2: Discord RPC still doesnt work

@c4naan
Copy link

c4naan commented Oct 26, 2020

Yes im not able to build it keeps erroring
I just downloaded the auto build artifact from here
Edit2: Discord RPC still doesnt work

this worked for me, thanks for taking the time to post the link

@shpaggin
Copy link

Yes im not able to build it keeps erroring
I just downloaded the auto build artifact from here
Edit2: Discord RPC still doesnt work

Is there a way to get a MacOS build this way?

Or does anyone know if a patched official release is in the works?

@roryhewitt
Copy link

roryhewitt commented Oct 27, 2020

This worked for me too (downloading the Windows installer .exe from https://ci.appveyor.com/project/MarshallOfSound/google-play-music-desktop-player-unofficial/branch/master/artifacts). At the end of the install process it auto-restarted and still didn't work, but after manually closing and restarting, it works fine.

Thanks!

@jamgregory
Copy link

It looks like the Linux build is currently failing, so there's no updated packages for us currently. I've tried building it locally but am now encountering the issue flagged up in #3889 - basically there appear to be some image assets that are not being correctly built.

@MarshallOfSound @lesthack - I don't suppose you know if a new release is coming soon to fix these issues? 🙏

@minipasila
Copy link

I tried that new build but for whatever reason last.fm still isn't working properly. It doesn't like scrobble any of my songs though last.fm does know I'm listening to a song but it won't scrobble it and at first it didn't even see me listening to a song either and so I tried liking something so it would add it to my loved tracks which worked and now it shows that I'm listening to the song that I really was but once it moved on to the next song it showed that I was listening to it and it also loved that track which I didn't click like on. And it also didn't actually scrobble the last song either. So I guess I still have to use it on the browser if I want to track my songs.. Discord Rich Presence worked like it should though.

@mdonoughe
Copy link

With the latest master build, the API returns track information again, but the album art is coming up as "https://music.youtube.com/" for me.

@domoritz
Copy link

domoritz commented Nov 2, 2020

Same as @mdonoughe for me. I built my own bundle off of master.

Screen Shot 2020-11-01 at 16 45 25

@roryhewitt
Copy link

I have to revert my previous "It's fixed" comment above (#3888 (comment)) :(

Running on Windows 10 Enterprise (1803, 17134.1667), using the "Fix #3888: Upgrade ytmusic to 6.2.2 (#3897)" version I downloaded from https://ci.appveyor.com/project/MarshallOfSound/google-play-music-desktop-player-unofficial/branch/master/artifacts, I see the following errors:

  • App always starts in 'Google Play' mode, even though I have completely migrated to YT Music. I guess this is just a minor buglet - just means I have to click the 'Transfer to YouTube Music' button each time
  • Once opened, if I minimize the player by clicking the Minimize button on the player itself, then the aero tooltip will subsequently not display on mouse hover. However, If I click the tooltip icon to minimize the player, the aero popup WILL show
  • When the aero popup does appear on mouse hover, the play/pause button always shows as Play, even though the music is already playing. Clicking the button doesn't do anything. The song title always shows as "Google Play Music Desktop Player"

I know it's an unofficial branch build, but it's actually worse than before...

@quangkieu
Copy link

I use the same artifact but I do not see any of your error, @roryhewitt
I am on Windows Insider build
Edition Windows 10 Education
Version 20H2
OS build 19042.610
Experience Windows Feature Experience Pack 120.2212.31.0

@coagmano
Copy link

coagmano commented Nov 9, 2020

just tested a local build of master on OSX (10.15.7) and last.fm didn't scrobble for YTM

@KveRa
Copy link

KveRa commented Dec 8, 2020

@quangkieu im also using the same build artifact here, without any issues by now, @roryhewitt. Have u tried a clean install?


Windows 10 Enterprise
Version 20H2
OS Build 19042.662
Windows Feature Experience Pack 120.2212.551.0

@curtisgibby
Copy link
Contributor

This is fixed in master. Unfortunately unless @MarshallOfSound produces a release, there isn't anything to "download" to fix this problem

What's the point of fixing the bug if you're not going to get it out to people? Why make users try to hack their own build? Is there something specific preventing an official release?

@tom-james-watson
Copy link

The person who merged it does not have control over the builds. @MarshallOfSound has produced an application for free on his own time and clearly is a very busy person with lots of other priorities. You need to bear in mind that these people are working for free and are not at our beck and call. We'll just need to have some patience here.

@anton-khodak
Copy link

They may not be at our beck and call, but @MarshallOfSound is not responsive for at least two months already. It is irresponsible to abandon a project used by so many people without any explicit aknowledgement or handover to someone who would like to maintain it or at least without initiating such a discussion.

@curtisgibby
Copy link
Contributor

We'll just need to have some patience here.

Patience is what the last two months has been. We all agree that @MarshallOfSound has created an excellent program -- that's why we're here. We just want the latest and greatest version of that program. The hard work's already been done, so I would like to understand why the build-and-release script hasn't been run.

@jostrander
Copy link
Collaborator

What's the point of fixing the bug if you're not going to get it out to people? Why make users try to hack their own build? Is there something specific preventing an official release?

I can only do so much 🙁. I don't have access to sign releases, but at least by merging in fixes people who utilize the source such as AUR users can benefit from them.

Patience is what the last two months has been.

Unfortunately, this project has been floating for much longer than two months. If you notice there have only been 2 releases in the last 18 months.

The hard work's already been done, so I would like to understand why the build-and-release script hasn't been run.

There is no script. The build-and-release process is mostly manual and takes a fair amount of time, and once it rolls out someone has to make sure there are no major bugs and be ready to hotfix anything that might be broken. The only person who can do this doesn't have the time to do it.

@matthew-sharp
Copy link

matthew-sharp commented Dec 28, 2020

handover to someone who would like to maintain it

It's MIT licensed and on github. Anyone is free to fork this project and maintain it, they don't need MarshallOfSound.

@mesmerx
Copy link

mesmerx commented Jan 23, 2021

if anyone have this problem still this build resolves the problem
https://ci.appveyor.com/project/MarshallOfSound/google-play-music-desktop-player-unofficial/builds/36495361/artifacts

@Chrysalairus
Copy link

if anyone have this problem still this build resolves the problem
https://ci.appveyor.com/project/MarshallOfSound/google-play-music-desktop-player-unofficial/builds/36495361/artifacts

Great, thanks. The only problem this build has is the album art shows the previous song's album art, not the current. Not a huge deal and doesn't really affect me. I just thought I'd let you know.
Screenshot_2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests