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
MediaPortal 1 Plugins
Popular Plugins
Moving Pictures
PublishArtWork node exception.
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="gibman" data-source="post: 591203" data-attributes="member: 25430"><p>When browsing around my collection I get this error in a matter of seconds:</p><p></p><p>it seems it doesnt like the node being compared to null ??</p><p></p><p>[code]</p><p> private void PublishArtwork(DBNode<DBMovieInfo> node) { </p><p>L:2132 ---> if (node == null)</p><p> {</p><p> logger.Debug("Clearing Category Artwork");</p><p> cover.Filename = string.Empty;</p><p> backdrop.Filename = string.Empty;</p><p> return;</p><p> } </p><p>[/code]</p><p></p><p>Stacktrace, please ignore line numbers.</p><p></p><p>Server stack trace: </p><p> at MediaPortal.Plugins.MovingPictures.MainUI.MovingPicturesGUI.PublishArtwork(DBNode`1 node) in C:\Development\MovingPictures\MovingPictures\MainUI\MovingPicturesGUI.cs:line 2132</p><p> at MediaPortal.Plugins.MovingPictures.MainUI.MovingPicturesGUI.PublishCategoryDetails(DBNode`1 node) in C:\Development\MovingPictures\MovingPictures\MainUI\MovingPicturesGUI.cs:line 1833</p><p> at MediaPortal.Plugins.MovingPictures.MainUI.MovieBrowser.set_SelectedNode(DBNode`1 value) in C:\Development\MovingPictures\MovingPictures\MainUI\MovieBrowser.cs:line 292</p><p> at MediaPortal.Plugins.MovingPictures.MainUI.MovieBrowser.onCategoryNodeSelected(GUIListItem item, GUIControl parent) in C:\Development\MovingPictures\MovingPictures\MainUI\MovieBrowser.cs:line 825</p><p> at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)</p><p> at System.Runtime.Remoting.Messaging.StackBuilderSink.PrivateProcessMessage(RuntimeMethodHandle md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)</p><p> at System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)</p><p></p><p>/gibman</p></blockquote><p></p>
[QUOTE="gibman, post: 591203, member: 25430"] When browsing around my collection I get this error in a matter of seconds: it seems it doesnt like the node being compared to null ?? [code] private void PublishArtwork(DBNode<DBMovieInfo> node) { L:2132 ---> if (node == null) { logger.Debug("Clearing Category Artwork"); cover.Filename = string.Empty; backdrop.Filename = string.Empty; return; } [/code] Stacktrace, please ignore line numbers. Server stack trace: at MediaPortal.Plugins.MovingPictures.MainUI.MovingPicturesGUI.PublishArtwork(DBNode`1 node) in C:\Development\MovingPictures\MovingPictures\MainUI\MovingPicturesGUI.cs:line 2132 at MediaPortal.Plugins.MovingPictures.MainUI.MovingPicturesGUI.PublishCategoryDetails(DBNode`1 node) in C:\Development\MovingPictures\MovingPictures\MainUI\MovingPicturesGUI.cs:line 1833 at MediaPortal.Plugins.MovingPictures.MainUI.MovieBrowser.set_SelectedNode(DBNode`1 value) in C:\Development\MovingPictures\MovingPictures\MainUI\MovieBrowser.cs:line 292 at MediaPortal.Plugins.MovingPictures.MainUI.MovieBrowser.onCategoryNodeSelected(GUIListItem item, GUIControl parent) in C:\Development\MovingPictures\MovingPictures\MainUI\MovieBrowser.cs:line 825 at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs) at System.Runtime.Remoting.Messaging.StackBuilderSink.PrivateProcessMessage(RuntimeMethodHandle md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs) at System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink) /gibman [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
Moving Pictures
PublishArtWork node exception.
Contact us
RSS
Top
Bottom