Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - SquidCudi

Pages: 1
1
Bug Reports / Re: Scrobbling broken after Last.fm username change
« on: June 29, 2020, 11:58:17 PM »
Because it accepts my login without an error message until it comes time to actually scrobble a track. Then it doesn't know what to do. If I were to attempt to use my past username it would not accept it at all.

Like I said, I use an additional program to perform manual scrobbling which is also similarly experiencing issues. There's an open issue on their github where you can read at least one other user having the same problem under the same circumstances.

2
Bug Reports / Re: Scrobbling broken after Last.fm username change
« on: June 29, 2020, 01:50:57 PM »
That does not fix the issue unfortunately.

3
Bug Reports / Scrobbling broken after Last.fm username change
« on: June 28, 2020, 10:50:24 PM »
I'm not sure how long it has been a feature, but Last.fm allows you to change your username now through its Pro tier. However doing so seems to break scrobbling in programs like MusicBee.

I'm able to log in without an error message and it displays the red icon, but once I finish a song it switches to the grey exclamation point and nothing is scrobbled.

This must be due to a change on Last.fm's part because it's also broken another scrobbling program that I use.

In ErrorLog.dat it displays:

Quote
6/28/2020 5:50:32 PM - 10.0.18363.0 - 3.3.7477.36291D - System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NullReferenceException: Object reference not set to an instance of an object.
   at MusicBeePlugin.Plugin.currentTitle()
   at MusicBeePlugin.Plugin.imgCheck()
   at MusicBeePlugin.Plugin.ReceiveNotification(String sourceFileUrl, NotificationType type)
   --- End of inner exception stack trace ---
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at #=zTfvMxKLRK5DxlK5aXQ==.#=z7lfsGMa0Kcwm()

LastFmScrobble.log says:
Quote
6/28/2020 5:50:27 PM - FAIL (4) Invalid username/password:
     Wire - The Other Window

4
Questions / Selectively Synchronize Last.fm Play Count
« on: December 15, 2019, 12:04:30 AM »
Is there a way to only sync plays from Last.fm for one or more albums, instead of the entire library as the pop-up warning suggests?

5
Questions / Re: MusicBee not opening after locating library
« on: May 05, 2018, 05:13:17 PM »
Starting point is to white-list MB in whatever anti-virus or other security software is running, or at least disengage that security software temporarily to see whether or not that is the problem.

Might also be useful to know which type of install you're running (portable, desktop, windows store).

Haven't installed any anti-virus yet and I'm fairly confident nothing from W10 is blocking it.

Running the Installer edition straight off the Download page.

6
Questions / MusicBee not opening after locating library
« on: May 05, 2018, 06:48:25 AM »
I bought a new computer today and have been moving my MusicBee files to the new hard drive. My library isn't on the same drive that it was on my other computer, so naturally I'm being prompted to locate my .mbl file.

However once I select the file and the menu disappears, nothing actually happens. MusicBee just continues to run in the background while showing me nothing.

This also happens even if I move the Library files to the C: drive where it used to be. MusicBee.exe starts but nothing appears on the screen.

Am I missing something?

7
Tips and Tricks / Re: How to use the sub-grouping header
« on: May 18, 2016, 10:52:16 PM »
Looks like that's the part I was missing, I didn't actually name Custom 3. Still learning, lol. Thanks for your help.

8
Tips and Tricks / Re: How to use the sub-grouping header
« on: May 18, 2016, 10:05:25 PM »
Musicbee says "The virtual tag expression cannot be parsed" when I paste in the Sub-heading formula.
Which formula are you trying to use?

The sub-heading formula from the OP.

Sub-Header [variable]
Code
$If(<Disc Count>>1,$IsNull(<Set Subtitle>,"• Disc "<Disc#>" •","• Disc "<Disc#>" • "<Set Subtitle>" •"),$IsNull(<Set Subtitle>,,"• "<Set Subtitle>" •"))

Maybe I'm missing a step or two in the process? Not sure

9
Tips and Tricks / Re: How to use the sub-grouping header
« on: May 18, 2016, 09:36:34 PM »
Musicbee says "The virtual tag expression cannot be parsed" when I paste in the Sub-heading formula.

Pages: 1