question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

PlayQueueItem does not work

See original GitHub issue

🐛 Bug Report

list.ForEach(item => CrossMediaManager.Current.Queue.Add(item));
await CrossMediaManager.Current.PlayQueueItem(2);

Nothing happens. If I replace ‘2’ with a concrete IMediaItem that IS in the collection, nothing happens.

Version: 0.8.9

Platform:

  • 📱 iOS
  • 🤖 Android
  • 🏁 WPF
  • 🌎 UWP
  • 🍎 MacOS
  • 📺 tvOS
  • 🐒 Xamarin.Forms

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
martijn00commented, Sep 16, 2019

This is indeed a bug. It works when passing a list to Play initially, but not when manually adding items to the queue.

0reactions
viethungluucommented, Nov 16, 2020

Hi all,

Im facing the same issue with v1.0.4. Did you found the way to solve this issue?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Couldn't retrieve the play queue for this item. Please try again
When playing videos in my home movies library, this error occurs on ios: “Couldn't retrieve the play queue for this item. Please try...
Read more >
"Couldn't retrieve the play queue for this item. Please try ...
I've been experiencing the same problem for a month or so in the "Watch Later" channel. (and I've already tried; Settings > Server...
Read more >
Issue setting a queue with library…
The queue is able to play songs from the same source, but if it's been playing a library song and tries to move...
Read more >
Couldn't Retrieve the Play Queue for This Item Error on Apple TV
I've tried restarting the NAS, updating Plex Media Server on the NAS, re-installing the app on the TV (and restarting the TV), all...
Read more >
Selecting media item in Android Auto Queue does nothing
Answer found! MediaSessionCompat.Callback has a method onSkipToQueueItem(long id) which is called once a MediaItem in the current queue is ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found