- May 16, 2008
- 11,418
- 2,336
- Home Country
- Germany
- Thread starter
- #31
What to you mean? For me the log looks also fine. But I just watched over it with my smartphone. Maybe I missed something.Looking at the log it appears that the server accessibility test kicks in too late, which leads to a long series of non-fatal errors. It recovers as soon as the server gets online and is then able to create/access the cache folder.
The cache does not exist, but the point is of course that even if it did, the path is not yet accessible.16.12.2015 07:48:43 | 0010 | Feed | Error | Error saving feed item from \\SERVER\Firma\MediaPortal\Thumbs\InfoService\SPIEGEL ONLINE - Schlagzeilen\feedImage.png . Delete the cache and try again
Allgemeiner Fehler in GDI+.
bei System.Drawing.Image.Save(String filename, ImageCodecInfo encoder, EncoderParameters encoderParams)
bei System.Drawing.Image.Save(String filename, ImageFormat format)
bei FeedReader.Utils.LoadImage(String url, String feedTitle, String feedItemTitle, String cacheFolder, Boolean isItemImage, Image& feedImage, String& feedImagePath)
Here I believe that the URL string is not correctly being put together,16.12.2015 07:48:43 | 0010 | Feed | Warning | Error downloading image from http://www.spiegel.dehttp//www.spiegel.de/static/sys/logo_120x61.gif
Der Remotename konnte nicht aufgel..st werden: 'www.spiegel.dehttp'
bei System.Net.HttpWebRequest.GetResponse()
bei FeedReader.Utils.DownloadImage(String url)
I would have thought that this cache folder availability check takes place at the very beginning before even trying to load or address any feeds.16.12.2015 07:48:54 | 0010 | Feed | Info | Checking if cache folder \\SERVER\Firma\MediaPortal\Thumbs\InfoService\ is available...
16.12.2015 07:48:54 | 0010 | Feed | Debug | Checking if folder \\SERVER\Firma\MediaPortal\Thumbs\InfoService\ is a UNC path...
16.12.2015 07:48:54 | 0010 | Feed | Debug | Folder \\SERVER\Firma\MediaPortal\Thumbs\InfoService\ is a UNC path.
16.12.2015 07:48:54 | 0010 | Feed | Debug | Checking if folder \\SERVER\Firma\MediaPortal\Thumbs\InfoService\ is a UNC path...
16.12.2015 07:48:54 | 0010 | Feed | Debug | Folder \\SERVER\Firma\MediaPortal\Thumbs\InfoService\ is a UNC path.
16.12.2015 07:48:54 | 0010 | Feed | Info | Getting server name from unc path \\SERVER\Firma\MediaPortal\Thumbs\InfoService\...
16.12.2015 07:48:54 | 0010 | Feed | Info | Server name is "SERVER"
16.12.2015 07:48:54 | 0010 | Feed | Info | Checking if server "SERVER" is available...
16.12.2015 07:48:54 | 0010 | Feed | Info | Server "SERVER" is available.
Ha, talk to me about it.as the WAF was going down the drain. Quickly.
Luckily my girlfriend doesn't care about my "technical stuff" :yeah:Ha, talk to me about it. [emoji23]
Ok I think I've tracked down the last problem, you had (the gdi error messages). Will upload a new version tomorrow.Logging starts at 7:48:43, the time when I resumed the client. At this moment the server is not online yet. This leads to errors like this one:
The cache does not exist, but the point is of course that even if it did, the path is not yet accessible.
Then you get
Here I believe that the URL string is not correctly being put together,
The "Error saving feed item from" then subsequently occur dozens of times until at 7:48:54 the server comes online. At this moment the server existence check is logged and the server confirmed to be active:
I would have thought that this cache folder availability check takes place at the very beginning before even trying to load or address any feeds.