home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Quality Assurance
Bugreports
1.22
Problem with Synology NAS ?
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="framug" data-source="post: 1260099" data-attributes="member: 19448"><p>OK, I found the problem.</p><p>It seems that synology takes time to do AsyncDNSReverseLookup with name (at least more than one second) :</p><p></p><p>[code]</p><p>[2019-06-25 06:57:19,275] [Log ] [6 ] [DEBUG] - UNCTools: AsyncDNSReverseLookup: ip '192.168.5.25' resolved for host 'diskstation' in 1002,7052 ms</p><p>[2019-06-25 06:57:19,513] [Log ] [PoolThread24] [DEBUG] - FolderThumbCacher: No folder thumb at F:\folder.jpg</p><p>[2019-06-25 06:57:19,513] [Log ] [PoolThread24] [DEBUG] - ThreadPool.ProcessQueue() : total items processed: 21</p><p>[2019-06-25 06:57:19,513] [Log ] [6 ] [DEBUG] - Folder: : took : 1,3725474 s to load</p><p>[2019-06-25 06:57:19,513] [Log ] [PoolThread25] [DEBUG] - FolderThumbCacher: No folder thumb at \\DISKSTATION\music\folder.jpg</p><p>[2019-06-25 06:57:19,513] [Log ] [PoolThread25] [DEBUG] - ThreadPool.ProcessQueue() : total items processed: 22</p><p>[2019-06-25 06:57:21,835] [Log ] [20 ] [DEBUG] - GetFolderSetting: \\DISKSTATION\music found.</p><p>[2019-06-25 06:57:22,901] [Log ] [20 ] [DEBUG] - UNCTools: AsyncDNSReverseLookup: dns reverse lookup timeout (1004,8459 ms)!</p><p>[2019-06-25 06:57:22,901] [Log ] [20 ] [DEBUG] - UNCTools: PingHost: Could not resolve/convert diskstation to an IPAddress object!</p><p>[2019-06-25 06:57:22,901] [Log ] [20 ] [DEBUG] - UNCTools: UNCFileFolderOnline: host 'diskstation' is not reachable!! , File/Folder '\\DISKSTATION\music'</p><p>[2019-06-25 06:57:22,916] [Log ] [20 ] [DEBUG] - Folder: \\DISKSTATION\music : took : 1,1032026 s to load</p><p>[2019-06-25 06:57:26,141] [Log ] [MPMain ] [DEBUG] - Main: WM_SYSCOMMAND (SC_CLOSE)</p><p>[2019-06-25 06:57:26,141] [Log ] [MPMain ] [DEBUG] - D3D: OnFormClosing()</p><p>[2019-06-25 06:57:26,141] [Log ] [MPMain ] [DEBUG] - D3D: Dispose() ClientSize: 1104x621, MaxClientSize: 1904x1071</p><p>[2019-06-25 06:57:26,156] [Log ] [MPMain ] [DEBUG] - D3D CleanupEnvironment()</p><p>[/code]</p><p></p><p>Then, if we give a bit more time (I would say 1.5 second), it is working :</p><p>[code]</p><p>[2019-06-25 07:16:45,419] [Log ] [MPMain ] [DEBUG] - GetFolderSetting: root found.</p><p>[2019-06-25 07:16:46,568] [Log ] [16 ] [DEBUG] - UNCTools: AsyncDNSReverseLookup: ip '192.168.5.25' resolved for host 'diskstation' in 1003,0009 ms</p><p>[2019-06-25 07:16:46,799] [Log ] [PoolThread25] [DEBUG] - FolderThumbCacher: No folder thumb at \\DISKSTATION\music\folder.jpg</p><p>[2019-06-25 07:16:46,800] [Log ] [PoolThread24] [DEBUG] - FolderThumbCacher: No folder thumb at F:\folder.jpg</p><p>[2019-06-25 07:16:46,803] [Log ] [PoolThread24] [DEBUG] - ThreadPool.ProcessQueue() : total items processed: 20</p><p>[2019-06-25 07:16:46,801] [Log ] [PoolThread25] [DEBUG] - ThreadPool.ProcessQueue() : total items processed: 19</p><p>[2019-06-25 07:16:46,826] [Log ] [16 ] [DEBUG] - Folder: : took : 1,3809943 s to load</p><p>[2019-06-25 07:16:48,402] [Log ] [6 ] [DEBUG] - GetFolderSetting: \\DISKSTATION\music found.</p><p>[2019-06-25 07:16:49,441] [Log ] [6 ] [DEBUG] - UNCTools: AsyncDNSReverseLookup: ip '192.168.5.25' resolved for host 'diskstation' in 1001,9951 ms</p><p>[2019-06-25 07:16:49,447] [Log ] [6 ] [DEBUG] - UNCFileFolderExists: Folder'\\DISKSTATION\music' exists!</p><p>[2019-06-25 07:16:51,251] [Log ] [PoolThread24] [DEBUG] - FolderThumbCacher: No folder thumb at \\DISKSTATION\music\Adele\folder.jpg</p><p>[2019-06-25 07:16:51,253] [Log ] [PoolThread24] [DEBUG] - ThreadPool.ProcessQueue() : total items processed: 21</p><p>[2019-06-25 07:16:51,257] [Log ] [PoolThread25] [DEBUG] - FolderThumbCacher: No folder thumb at \\DISKSTATION\music\Anahata Brihaspati Falguna Yaëlle\folder.jpg</p><p>[2019-06-25 07:16:51,259] [Log ] [PoolThread25] [DEBUG] - ThreadPool.ProcessQueue() : total items processed: 22</p><p>[2019-06-25 07:16:51,258] [Log ] [PoolThread24] [DEBUG] - FolderThumbCacher: No folder thumb at \\DISKSTATION\music\Ananda\folder.jpg</p><p>[2019-06-25 07:16:51,260] [Log ] [MPMain ] [DEBUG] - ThreadPool.CheckThreadIncrementRequired() : incrementing thread count 2 with 1</p><p>[2019-06-25 07:16:51,262] [Log ] [6 ] [DEBUG] - Folder: \\DISKSTATION\music : took : 2,9099983 s to load</p><p>[2019-06-25 07:16:51,263] [Log ] [PoolThread24] [DEBUG] - ThreadPool.ProcessQueue() : total items processed: 23</p><p>[2019-06-25 07:16:51,263] [Log ] [PoolThread25] [DEBUG] - FolderThumbCacher: No folder thumb at \\DISKSTATION\music\Aretha Franklin & Otis Redding\folder.jpg</p><p>[2019-06-25 07:16:51,265] [Log ] [MPMain ] [DEBUG] - ThreadPool.StartThreads() : Thread PoolThread31 started</p><p>[2019-06-25 07:16:51,270] [Log ] [PoolThread25] [DEBUG] - ThreadPool.ProcessQueue() : total items processed: 24</p><p>[2019-06-25 07:16:54,646] [Log ] [5 ] [DEBUG] - GetFolderSetting: \\DISKSTATION\music\Alicia Keys found.</p><p>[2019-06-25 07:16:55,681] [Log ] [5 ] [DEBUG] - UNCTools: AsyncDNSReverseLookup: ip '192.168.5.25' resolved for host 'diskstation' in 1002,9994 ms</p><p>[2019-06-25 07:16:55,691] [Log ] [5 ] [DEBUG] - UNCFileFolderExists: Folder'\\DISKSTATION\music\Alicia Keys' exists!</p><p>[2019-06-25 07:16:55,713] [Log ] [PoolThread24] [DEBUG] - FolderThumbCacher: No folder thumb at \\DISKSTATION\music\Alicia Keys\The Diary Of Alicia Keys (Special Edition)\folder.jpg</p><p>[2019-06-25 07:16:55,715] [Log ] [PoolThread24] [DEBUG] - ThreadPool.ProcessQueue() : total items processed: 25</p><p>[2019-06-25 07:16:55,726] [Log ] [5 ] [DEBUG] - Folder: \\DISKSTATION\music\Alicia Keys : took : 1,1319966 s to load</p><p>[2019-06-25 07:16:56,840] [Log ] [20 ] [DEBUG] - GetFolderSetting: \\DISKSTATION\music\Alicia Keys\The Diary Of Alicia Keys (Special Edition) not found, trying the parent \\DISKSTATION\music\Alicia Keys</p><p>[2019-06-25 07:16:56,842] [Log ] [20 ] [DEBUG] - GetFolderSetting: \\DISKSTATION\music\Alicia Keys found.</p><p>[2019-06-25 07:16:57,879] [Log ] [20 ] [DEBUG] - UNCTools: AsyncDNSReverseLookup: ip '192.168.5.25' resolved for host 'diskstation' in 1004,0005 ms</p><p>[2019-06-25 07:16:57,889] [Log ] [20 ] [DEBUG] - UNCFileFolderExists: Folder'\\DISKSTATION\music\Alicia Keys\The Diary Of Alicia Keys (Special Edition)' exists!</p><p>[2019-06-25 07:16:57,940] [Log ] [20 ] [DEBUG] - Folder: \\DISKSTATION\music\Alicia Keys\The Diary Of Alicia Keys (Special Edition) : took : 1,1480043 s to load</p><p>[2019-06-25 07:16:59,247] [Log ] [16 ] [DEBUG] - GetFolderSetting: \\DISKSTATION\music\Alicia Keys\The Diary Of Alicia Keys (Special Edition)\CD2 not found, trying the parent \\DISKSTATION\music\Alicia Keys\The Diary Of Alicia Keys (Special Edition)</p><p>[2019-06-25 07:16:59,249] [Log ] [16 ] [DEBUG] - GetFolderSetting: \\DISKSTATION\music\Alicia Keys\The Diary Of Alicia Keys (Special Edition) found.</p><p>[2019-06-25 07:17:00,276] [Log ] [16 ] [DEBUG] - UNCTools: AsyncDNSReverseLookup: ip '192.168.5.25' resolved for host 'diskstation' in 1002,9996 ms</p><p>[2019-06-25 07:17:00,287] [Log ] [16 ] [DEBUG] - UNCFileFolderExists: Folder'\\DISKSTATION\music\Alicia Keys\The Diary Of Alicia Keys (Special Edition)\CD2' exists!</p><p>[2019-06-25 07:17:00,338] [Log ] [16 ] [DEBUG] - Folder: \\DISKSTATION\music\Alicia Keys\The Diary Of Alicia Keys (Special Edition)\CD2 : took : 1,1489995 s to load</p><p>[2019-06-25 07:17:04,729] [Log ] [MediaInfoWrapper] [DEBUG] - MediaInfoWrapper: isVideo:False, isDVD:False[enabled:False]</p><p>[2019-06-25 07:17:04,731] [Log ] [MediaInfoWrapper] [DEBUG] - MediaInfoWrapper: disabled for this content</p><p>[2019-06-25 07:17:04,734] [Log ] [MPMain ] [INFO ] - g_Player.Play(\\DISKSTATION\music\Alicia Keys\The Diary Of Alicia Keys (Special Edition)\CD2\01 - Alicia Keys - If I Ain't Got You (Remix) (Usher & Alicia Keys).mp3 Music)</p><p>[/code]</p><p></p><p>Changes are in \mediaportal\Core\Util\UNCTools.cs line 520 to 528, if you want to fix it please, replace</p><p></p><p>[code]</p><p> var t1 = Task.Factory.StartNew(_ => DnsReverseLookup(strHost_or_IP),</p><p> TaskCreationOptions.AttachedToParent)</p><p> .TimeoutAfter(1000)</p><p> .ContinueWith(antecedent =></p><p> {</p><p> if (!(antecedent.IsCanceled || antecedent.IsFaulted))</p><p> address = antecedent.Result;</p><p> }</p><p> , cts.Token);</p><p>[/code]</p><p></p><p>by</p><p></p><p>[code]</p><p> var t1 = Task.Factory.StartNew(_ => DnsReverseLookup(strHost_or_IP),</p><p> TaskCreationOptions.AttachedToParent)</p><p> .TimeoutAfter(1500)</p><p> .ContinueWith(antecedent =></p><p> {</p><p> if (!(antecedent.IsCanceled || antecedent.IsFaulted))</p><p> address = antecedent.Result;</p><p> }</p><p> , cts.Token);</p><p>[/code]</p></blockquote><p></p>
[QUOTE="framug, post: 1260099, member: 19448"] OK, I found the problem. It seems that synology takes time to do AsyncDNSReverseLookup with name (at least more than one second) : [code] [2019-06-25 06:57:19,275] [Log ] [6 ] [DEBUG] - UNCTools: AsyncDNSReverseLookup: ip '192.168.5.25' resolved for host 'diskstation' in 1002,7052 ms [2019-06-25 06:57:19,513] [Log ] [PoolThread24] [DEBUG] - FolderThumbCacher: No folder thumb at F:\folder.jpg [2019-06-25 06:57:19,513] [Log ] [PoolThread24] [DEBUG] - ThreadPool.ProcessQueue() : total items processed: 21 [2019-06-25 06:57:19,513] [Log ] [6 ] [DEBUG] - Folder: : took : 1,3725474 s to load [2019-06-25 06:57:19,513] [Log ] [PoolThread25] [DEBUG] - FolderThumbCacher: No folder thumb at \\DISKSTATION\music\folder.jpg [2019-06-25 06:57:19,513] [Log ] [PoolThread25] [DEBUG] - ThreadPool.ProcessQueue() : total items processed: 22 [2019-06-25 06:57:21,835] [Log ] [20 ] [DEBUG] - GetFolderSetting: \\DISKSTATION\music found. [2019-06-25 06:57:22,901] [Log ] [20 ] [DEBUG] - UNCTools: AsyncDNSReverseLookup: dns reverse lookup timeout (1004,8459 ms)! [2019-06-25 06:57:22,901] [Log ] [20 ] [DEBUG] - UNCTools: PingHost: Could not resolve/convert diskstation to an IPAddress object! [2019-06-25 06:57:22,901] [Log ] [20 ] [DEBUG] - UNCTools: UNCFileFolderOnline: host 'diskstation' is not reachable!! , File/Folder '\\DISKSTATION\music' [2019-06-25 06:57:22,916] [Log ] [20 ] [DEBUG] - Folder: \\DISKSTATION\music : took : 1,1032026 s to load [2019-06-25 06:57:26,141] [Log ] [MPMain ] [DEBUG] - Main: WM_SYSCOMMAND (SC_CLOSE) [2019-06-25 06:57:26,141] [Log ] [MPMain ] [DEBUG] - D3D: OnFormClosing() [2019-06-25 06:57:26,141] [Log ] [MPMain ] [DEBUG] - D3D: Dispose() ClientSize: 1104x621, MaxClientSize: 1904x1071 [2019-06-25 06:57:26,156] [Log ] [MPMain ] [DEBUG] - D3D CleanupEnvironment() [/code] Then, if we give a bit more time (I would say 1.5 second), it is working : [code] [2019-06-25 07:16:45,419] [Log ] [MPMain ] [DEBUG] - GetFolderSetting: root found. [2019-06-25 07:16:46,568] [Log ] [16 ] [DEBUG] - UNCTools: AsyncDNSReverseLookup: ip '192.168.5.25' resolved for host 'diskstation' in 1003,0009 ms [2019-06-25 07:16:46,799] [Log ] [PoolThread25] [DEBUG] - FolderThumbCacher: No folder thumb at \\DISKSTATION\music\folder.jpg [2019-06-25 07:16:46,800] [Log ] [PoolThread24] [DEBUG] - FolderThumbCacher: No folder thumb at F:\folder.jpg [2019-06-25 07:16:46,803] [Log ] [PoolThread24] [DEBUG] - ThreadPool.ProcessQueue() : total items processed: 20 [2019-06-25 07:16:46,801] [Log ] [PoolThread25] [DEBUG] - ThreadPool.ProcessQueue() : total items processed: 19 [2019-06-25 07:16:46,826] [Log ] [16 ] [DEBUG] - Folder: : took : 1,3809943 s to load [2019-06-25 07:16:48,402] [Log ] [6 ] [DEBUG] - GetFolderSetting: \\DISKSTATION\music found. [2019-06-25 07:16:49,441] [Log ] [6 ] [DEBUG] - UNCTools: AsyncDNSReverseLookup: ip '192.168.5.25' resolved for host 'diskstation' in 1001,9951 ms [2019-06-25 07:16:49,447] [Log ] [6 ] [DEBUG] - UNCFileFolderExists: Folder'\\DISKSTATION\music' exists! [2019-06-25 07:16:51,251] [Log ] [PoolThread24] [DEBUG] - FolderThumbCacher: No folder thumb at \\DISKSTATION\music\Adele\folder.jpg [2019-06-25 07:16:51,253] [Log ] [PoolThread24] [DEBUG] - ThreadPool.ProcessQueue() : total items processed: 21 [2019-06-25 07:16:51,257] [Log ] [PoolThread25] [DEBUG] - FolderThumbCacher: No folder thumb at \\DISKSTATION\music\Anahata Brihaspati Falguna Yaëlle\folder.jpg [2019-06-25 07:16:51,259] [Log ] [PoolThread25] [DEBUG] - ThreadPool.ProcessQueue() : total items processed: 22 [2019-06-25 07:16:51,258] [Log ] [PoolThread24] [DEBUG] - FolderThumbCacher: No folder thumb at \\DISKSTATION\music\Ananda\folder.jpg [2019-06-25 07:16:51,260] [Log ] [MPMain ] [DEBUG] - ThreadPool.CheckThreadIncrementRequired() : incrementing thread count 2 with 1 [2019-06-25 07:16:51,262] [Log ] [6 ] [DEBUG] - Folder: \\DISKSTATION\music : took : 2,9099983 s to load [2019-06-25 07:16:51,263] [Log ] [PoolThread24] [DEBUG] - ThreadPool.ProcessQueue() : total items processed: 23 [2019-06-25 07:16:51,263] [Log ] [PoolThread25] [DEBUG] - FolderThumbCacher: No folder thumb at \\DISKSTATION\music\Aretha Franklin & Otis Redding\folder.jpg [2019-06-25 07:16:51,265] [Log ] [MPMain ] [DEBUG] - ThreadPool.StartThreads() : Thread PoolThread31 started [2019-06-25 07:16:51,270] [Log ] [PoolThread25] [DEBUG] - ThreadPool.ProcessQueue() : total items processed: 24 [2019-06-25 07:16:54,646] [Log ] [5 ] [DEBUG] - GetFolderSetting: \\DISKSTATION\music\Alicia Keys found. [2019-06-25 07:16:55,681] [Log ] [5 ] [DEBUG] - UNCTools: AsyncDNSReverseLookup: ip '192.168.5.25' resolved for host 'diskstation' in 1002,9994 ms [2019-06-25 07:16:55,691] [Log ] [5 ] [DEBUG] - UNCFileFolderExists: Folder'\\DISKSTATION\music\Alicia Keys' exists! [2019-06-25 07:16:55,713] [Log ] [PoolThread24] [DEBUG] - FolderThumbCacher: No folder thumb at \\DISKSTATION\music\Alicia Keys\The Diary Of Alicia Keys (Special Edition)\folder.jpg [2019-06-25 07:16:55,715] [Log ] [PoolThread24] [DEBUG] - ThreadPool.ProcessQueue() : total items processed: 25 [2019-06-25 07:16:55,726] [Log ] [5 ] [DEBUG] - Folder: \\DISKSTATION\music\Alicia Keys : took : 1,1319966 s to load [2019-06-25 07:16:56,840] [Log ] [20 ] [DEBUG] - GetFolderSetting: \\DISKSTATION\music\Alicia Keys\The Diary Of Alicia Keys (Special Edition) not found, trying the parent \\DISKSTATION\music\Alicia Keys [2019-06-25 07:16:56,842] [Log ] [20 ] [DEBUG] - GetFolderSetting: \\DISKSTATION\music\Alicia Keys found. [2019-06-25 07:16:57,879] [Log ] [20 ] [DEBUG] - UNCTools: AsyncDNSReverseLookup: ip '192.168.5.25' resolved for host 'diskstation' in 1004,0005 ms [2019-06-25 07:16:57,889] [Log ] [20 ] [DEBUG] - UNCFileFolderExists: Folder'\\DISKSTATION\music\Alicia Keys\The Diary Of Alicia Keys (Special Edition)' exists! [2019-06-25 07:16:57,940] [Log ] [20 ] [DEBUG] - Folder: \\DISKSTATION\music\Alicia Keys\The Diary Of Alicia Keys (Special Edition) : took : 1,1480043 s to load [2019-06-25 07:16:59,247] [Log ] [16 ] [DEBUG] - GetFolderSetting: \\DISKSTATION\music\Alicia Keys\The Diary Of Alicia Keys (Special Edition)\CD2 not found, trying the parent \\DISKSTATION\music\Alicia Keys\The Diary Of Alicia Keys (Special Edition) [2019-06-25 07:16:59,249] [Log ] [16 ] [DEBUG] - GetFolderSetting: \\DISKSTATION\music\Alicia Keys\The Diary Of Alicia Keys (Special Edition) found. [2019-06-25 07:17:00,276] [Log ] [16 ] [DEBUG] - UNCTools: AsyncDNSReverseLookup: ip '192.168.5.25' resolved for host 'diskstation' in 1002,9996 ms [2019-06-25 07:17:00,287] [Log ] [16 ] [DEBUG] - UNCFileFolderExists: Folder'\\DISKSTATION\music\Alicia Keys\The Diary Of Alicia Keys (Special Edition)\CD2' exists! [2019-06-25 07:17:00,338] [Log ] [16 ] [DEBUG] - Folder: \\DISKSTATION\music\Alicia Keys\The Diary Of Alicia Keys (Special Edition)\CD2 : took : 1,1489995 s to load [2019-06-25 07:17:04,729] [Log ] [MediaInfoWrapper] [DEBUG] - MediaInfoWrapper: isVideo:False, isDVD:False[enabled:False] [2019-06-25 07:17:04,731] [Log ] [MediaInfoWrapper] [DEBUG] - MediaInfoWrapper: disabled for this content [2019-06-25 07:17:04,734] [Log ] [MPMain ] [INFO ] - g_Player.Play(\\DISKSTATION\music\Alicia Keys\The Diary Of Alicia Keys (Special Edition)\CD2\01 - Alicia Keys - If I Ain't Got You (Remix) (Usher & Alicia Keys).mp3 Music) [/code] Changes are in \mediaportal\Core\Util\UNCTools.cs line 520 to 528, if you want to fix it please, replace [code] var t1 = Task.Factory.StartNew(_ => DnsReverseLookup(strHost_or_IP), TaskCreationOptions.AttachedToParent) .TimeoutAfter(1000) .ContinueWith(antecedent => { if (!(antecedent.IsCanceled || antecedent.IsFaulted)) address = antecedent.Result; } , cts.Token); [/code] by [code] var t1 = Task.Factory.StartNew(_ => DnsReverseLookup(strHost_or_IP), TaskCreationOptions.AttachedToParent) .TimeoutAfter(1500) .ContinueWith(antecedent => { if (!(antecedent.IsCanceled || antecedent.IsFaulted)) address = antecedent.Result; } , cts.Token); [/code] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Quality Assurance
Bugreports
1.22
Problem with Synology NAS ?
Contact us
RSS
Top
Bottom