An Error Occurred Loading Items to Play

Repairing the Plex database is very effective

Reading time icon 3 min. read


Readers help support Windows Report. We may get a commission if you buy through our links. Tooltip Icon

Read our disclosure page to find out how can you help Windows Report sustain the editorial team Read more

Key notes

  • An error occurred loading items to play can be frustrating, as it can prevent you from watching your favorite movies or TV shows.
  • This Playback error can occur for several reasons, such as if the file is corrupt, in an unsupported format, or has a problem with your Plex server.

Users may encounter playback errors when trying to play audio or video files or even during stream sessions. Recently, we have had users complaining about a certain Plex multimedia error with the message an error occurred loading items to play.

We will show you how to resolve it in this guide. You may, however, consider using some advanced media center tools that will limit the chances of these errors.

Why do I keep getting an error occurred loading items to play?

You will get playback errors like the loading items to play error for any of the following reasons:

  • The file may be corrupt right from the download or upload process.
  • You may be accessing files in an unsupported format.
  • The requested files may use a codec your computer does not have.
  • There may be a problem with your network connection.
  • The Plex server may be facing some issues.

Remember that you may take corrective steps if your Plex Media server won’t install on your Windows device.

What do I do if I encounter an error occurred loading items to play?

Before proceeding, try these workarounds:

  • Restart your Plex client.
  • Check the server status for Plex, which may require you to wait it out.
  • Move your media to a new device.
  • Change your ISP or use a wired internet connection.

If the error continues, proceed to the solutions below.

1. Repair a Corrupt Database

Note icon NOTE
Due to customizations in the Plex database engine, the standard SQLite interpreter cannot repair the Plex Media Server database. You can invoke the interpreter by running the Plex SQLite executable in the Media Server installation folder to open an SQLite Shell.
  1. Close or exit your Plex Media Server.
  2. Press Windows + R to open the Run dialog.
  3. Type cmd and hit Ctrl + Shift + Enter to open an elevated Command Prompt.
    An error occurred loading items to play
  4. Change the directory to the path with your server using the script below:
    cd "%LOCALAPPDATA%\Plex Media Server\Plug-in Support\Databases"
    An error occurred loading items to play
  5. Make a database copy using the script below:
    copy com.plexapp.plugins.library.db com.plexapp.plugins.library.db.original
    An error occurred loading items to play
  6. Open the database using Plex SQLite tool with the script below. Replace Plex SQLite with your platform’s actual path:
    "Plex SQLite" com.plexapp.plugins.library.db
  7. Now run the following command within the sqlite shell to check for corruption and rebuild the database structure:
    PRAGMA integrity_check;
    VACUUM;
    An error occurred loading items to play

2. Disable the Audio Passthrough option

  1. Click on Settings and select Advanced.
  2. Click the Player option.
  3. Select Audio passthrough and choose Disabled.
  4. Lastly, confirm if fixes an error occurred loading items to play.

3. Edit the Plex transcoder settings

  1. Click on Settings and navigate Server and Transcoder.
  2. Under the Transcoder quality dropdown, select Prefer high-speed encoding.
    An error occurred loading items to play
  3. Finally, verify it fixes an error occurred loading items to play.

That is as much as we cover in this guide. We are confident that you should fix the Plex playback error with any of the solutions discussed. Also, remember that many users may get errors if their connection is not fast enough for Plex.

Lastly, please let us know which fixes worked for you in the comment section below.

More about the topics: Plex