Plex player controls not working for Plex Web (Chrome)

Hi,
I’m trying to get Plex controls to work in HA however no matter what changes I do, it seems that it’s more of a one way connection rather then a by directional when I trigger play/pause/skip/power from within the HA console.

My buddy and I have been working on this all day and so far we’ve taken it from not working at all to this state, where it at least shows what’s playing.
The Plex Web shows what’s playing on the browser including the name of the movie/show.
But when I click on the button controls, it doesn’t do anything. Also when the PC browser closes out of Plex (when the user is done watching) HA still has it as if it’s still being watched and doesn’t close or idle it out.

I’ve attached the logs at the bottom.

I have my Secure connections set to “Preferred” in Plex

Here is my configuration from plex.config:

{
    "192.168.1.19:32400": {
        "ssl": false,
        "token": "MYTOKENCODE",
        "verify": false
    }
}

Here is my config in the configuration.yaml file:

#Custom configuration for Plex
media_player:
  - platform: plex
    scan_interval: 5
    show_all_controls: true
    use_episode_art: true
#Plex Activity Monitor  
sensor:
  - platform: plex

and here are the logs:
EDIT:
As a new user to HA, it won’t let me copy and paste the logs because it has more then 2 links in it.
I am not able to upload either (new user rule).
Here is the link to the file:
http://s000.tinyupload.com/?file_id=03803295211540190470

Please let me know what else I can do to get this fixed. Really been stuck on this and it’s bugging the heck out of me.