Kodi Community Forum

Full Version: Unable to connect to remote server
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Since a month ago whenever I do a media update it will say "Unable to connect to remote server, would you like to continue scanning?"

However its scanning and importing movies/tv shows from thetvdb and themoviedb without issues, its not until its added all the new content that it comes up with this message.


Any ideas? I can access both sites fine and I can't seem to find anyone else with the same issue.
Enable debug log (wiki)ging in XBMC and then run an update. When you get the "Unable to connect to remote server..." message, cancel out and then exit XBMC. Locate and review your debug log (wiki) (xbmc.log) to see why it was having this problem. If you want other members to also look at your log, please upload it to www.pastebin.com or www.xbmclogs.com and post the assigned URL link to your uploaded here with your reply.
Here is my debug log

http://www.xbmclogs.com/show.php?id=21741

edit:

This is likely easier to look at, its just the part when the error happens, instead of the entire startup/shutdown process.

http://www.xbmclogs.com/show.php?id=21744

The media scanning and importing is working fine though, so I have no idea why there is an error.
Both your logs show the scraper having a dislike for your use of just a hyphen for directory or file name:
Code:
00:02:25 T:5300   DEBUG: VideoInfoScanner: Scanning dir 'G:\Movies\The Machinist 2004\-\' as not in the database
00:02:25 T:5300   DEBUG: VideoInfoScanner: No NFO file found. Using title search for 'G:\Movies\The Machinist 2004\-\hiding.in.plain.sight.avi'

Code:
00:18:05 T:7124   DEBUG: ADDON::CScraper::FindMovie: Searching for '-' using The Movie Database scraper (path: 'C:\Users\HTPC\AppData\Roaming\XBMC\addons\metadata.themoviedb.org', content: 'movies', version: '3.7.1')
00:18:05 T:7124   DEBUG: scraper: CreateSearchUrl returned <url>http://api.themoviedb.org/3/search/movie?api_key=57983e31fb435df4df77afb854740ea9&amp;query=%2d&amp;year=&amp;language=en</url>
00:18:05 T:7124   DEBUG: FileCurl::Open(1488E9C4) http://api.themoviedb.org/3/search/movie?api_key=57983e31fb435df4df77afb854740ea9&query=%2d&year=&language=en
00:18:06 T:7124   DEBUG: scraper: GetSearchResults returned <results></results>
00:18:06 T:7124   DEBUG: ADDON::CScraper::FindMovie: Searching for ' ' using The Movie Database scraper (path: 'C:\Users\HTPC\AppData\Roaming\XBMC\addons\metadata.themoviedb.org', content: 'movies', version: '3.7.1')

Why use just a hyphen as the name? Fix that and see if the error message goes away.
(2012-12-16, 21:30)artrafael Wrote: [ -> ]Why use just a hyphen as the name? Fix that and see if the error message goes away.

I forgot about that, I was actually trying to hide the contents in the folder from XBMC as it kept indexing movie extras as random content.

I moved it out, but its still doing it


If it helps I used to use the library watchdog addon. One of the issues is it would sometimes keep scanning for new content over and over again, I uninstalled it thinking it would solve this problem, it didn't.
You can "set content" on those folders specifically (via File view) to be excluded from scans.
Anyone have any other ideas on fixing my issue?
Put year in parenthesis, rescan and if still an issue can you provide another excerpt from the log showing that movie again?
(2012-12-19, 17:07)Malosar Wrote: [ -> ]Put year in parenthesis, rescan and if still an issue can you provide another excerpt from the log showing that movie again?

What do you mean? what is parenthesis?