Closed eknee closed 10 years ago
This is what I see when I directly access the URL from the logs (http://192.168.1.7:32400/)
<MediaContainer size="13" friendlyName="KNAS PLEX" machineIdentifier="2732c823e1f815d7ca02f27d9ff23e8f5122da2b" multiuser="1" myPlex="1" myPlexMappingState="mapped" myPlexSigninState="ok" myPlexUsername="eknee1417@gmail.com" platform="Linux" platformVersion=" (#4 SMP Sat Nov 23 11:30:35 PST 2013)" requestParametersInCookie="1" sync="1" transcoderActiveVideoSessions="0" transcoderAudio="1" transcoderVideo="1" transcoderVideoBitrates="64,96,208,320,720,1500,2000,3000,4000,8000,10000,12000,20000" transcoderVideoQualities="0,1,2,3,4,5,6,7,8,9,10,11,12" transcoderVideoResolutions="128,128,160,240,320,480,768,720,720,1080,1080,1080,1080" updatedAt="1392259155" version="0.9.8.18.290-11b7fdd">
<Directory count="1" key="applications" title="applications"/>
<Directory count="1" key="channels" title="channels"/>
<Directory count="1" key="clients" title="clients"/>
<Directory count="1" key="library" title="library"/>
<Directory count="1" key="music" title="music"/>
<Directory count="1" key="playQueues" title="playQueues"/>
<Directory count="1" key="player" title="player"/>
<Directory count="1" key="playlists" title="playlists"/>
<Directory count="1" key="search" title="search"/>
<Directory count="1" key="servers" title="servers"/>
<Directory count="1" key="system" title="system"/>
<Directory count="1" key="transcode" title="transcode"/>
<Directory count="2" key="video" title="video"/>
</MediaContainer>
I can't actually see any timeout in that log file. [retry, timeout: 3]
just means the request would retry if after 3 seconds no response is received, this doesn't mean it's actually timing out.
You shouldn't need to change the request host, localhost should point to 127.0.0.1 and connect to the media server the plugin is installed on.
k, i thought that meant it was timing out. So it appears to be working then but I'm not seeing trakt getting updated with my existing collection. Its grabbing new things as they come down with sab but not uploading data about the existing.
What does the log file show when you trigger the sync?
Note, you do have to trigger syncing manually in the current master branch (automatic syncing is in the beta and is getting closer to stable).
1. Open the channel
2. Open the "Sync" menu
3. Click this button
2014-02-12 22:40:58,969 (-4eeb5490) : DEBUG (network:108) - Requesting 'http://api.trakt.tv/show/episode/seen/ba5aa61249c02dc5406232da20f6e768f3c82b28' (json) [len(data): 2817, data_type: 'json', retry]
2014-02-12 22:41:00,562 (-4eeb5490) : DEBUG (network:108) - Requesting 'http://api.trakt.tv/show/episode/seen/ba5aa61249c02dc5406232da20f6e768f3c82b28' (json) [len(data): 6326, data_type: 'json', retry]
2014-02-12 22:41:03,632 (-4eeb5490) : DEBUG (network:108) - Requesting 'http://api.trakt.tv/show/episode/seen/ba5aa61249c02dc5406232da20f6e768f3c82b28' (json) [len(data): 983, data_type: 'json', retry]
2014-02-12 22:41:04,323 (-4eeb5490) : DEBUG (network:108) - Requesting 'http://api.trakt.tv/show/episode/seen/ba5aa61249c02dc5406232da20f6e768f3c82b28' (json) [len(data): 3219, data_type: 'json', retry]
2014-02-12 22:41:06,437 (-4eeb5490) : DEBUG (network:108) - Requesting 'http://api.trakt.tv/show/episode/seen/ba5aa61249c02dc5406232da20f6e768f3c82b28' (json) [len(data): 2414, data_type: 'json', retry]
2014-02-12 22:41:07,806 (-4eeb5490) : DEBUG (network:108) - Requesting 'http://api.trakt.tv/show/episode/seen/ba5aa61249c02dc5406232da20f6e768f3c82b28' (json) [len(data): 300, data_type: 'json', retry]
2014-02-12 22:41:08,229 (-4eeb5490) : DEBUG (network:108) - Requesting 'http://api.trakt.tv/show/episode/seen/ba5aa61249c02dc5406232da20f6e768f3c82b28' (json) [len(data): 350, data_type: 'json', retry]
Ahhhh, wait. Its working.....the first time it timed out for some reason but now its rolling.
Keep getting timeout issues when trakt is trying to connect to my server. I modified the media_server.py file so that it uses my internal IP address to access my server since the host name doesn't work for some reason. I still see a timeout though every time it try's to connect.
Using the following metadata from Plex: Movies: The Movie Database, MoviePosterDB, Freebase TV Show: TVDB
From my log: