c# - MvvmCross - Image failed to download Mvximageview -


i new mvvmcross , xamarin. making sample app showing image. now, have found few tutorial on how show image using mvximageview image url want show giving me error. here full error stack:

07-26 00:35:07.531 d/mono    (25755): config attempting parse: 'system.core.dll.config'. 07-26 00:35:07.531 d/mono    (25755): config attempting parse: '/usr/local/etc/mono/assemblies/system.core/system.core.config'. 07-26 00:35:07.531 w/mono    (25755): request load assembly system.core v4.0.0.0 remapped v2.0.5.0 07-26 00:35:07.531 d/mono    (25755): unloading image system.core.dll [0x96327100]. 07-26 00:35:07.536 d/mono    (25755): image addref system.core[0x961f25a0] -> system.core.dll[0x9b95a000]: 48 07-26 00:35:07.536 d/mono    (25755): config attempting parse: 'system.core.dll.config'. 07-26 00:35:07.536 d/mono    (25755): config attempting parse: '/usr/local/etc/mono/assemblies/system.core/system.core.config'. 07-26 00:35:07.936 i/mvx     (25755): 169.72 failed download image https://www.ups.com/rms/image?id=b353e802-8d20-4d4f-b5ba-132d19c9ed24 : webexception: max. redirections exceeded. 07-26 00:35:07.936 i/mvx     (25755):     @ system.net.httpwebrequest.endgetresponse (system.iasyncresult asyncresult) [0x00058] in <a547bd0d78184f26ab08d022f013c1e1>:0  07-26 00:35:07.936 i/mvx     (25755):   @ mvvmcross.plugins.downloadcache.mvxfiledownloadrequest.processresponse (system.net.webrequest request, system.iasyncresult result) [0x00017] in d:\git\mvvmcross-plugins2\downloadcache\mvvmcross.plugins.downloadcache\mvxfiledownloadrequest.cs:55  07-26 00:35:07.936 i/mvx     (25755): --- end of stack trace previous location exception thrown --- 07-26 00:35:07.936 i/mvx     (25755):   @ system.runtime.exceptionservices.exceptiondispatchinfo.throw () [0x0000c] in <3fd174ff54b146228c505f23cf75ce71>:0  07-26 00:35:07.936 i/mvx     (25755):   @ system.runtime.compilerservices.taskawaiter.throwfornonsuccess (system.threading.tasks.task task) [0x0003e] in <3fd174ff54b146228c505f23cf75ce71>:0  07-26 00:35:07.936 i/mvx     (25755):   @ system.runtime.compilerservices.taskawaiter.handlenonsuccessanddebuggernotification (system.threading.tasks.task task) [0x00028] in <3fd174ff54b146228c505f23cf75ce71>:0  07-26 00:35:07.936 i/mvx     (25755):   @ system.runtime.compilerservices.taskawaiter.validateend (system.threading.tasks.task task) [0x00008] in <3fd174ff54b146228c505f23cf75ce71>:0  07-26 00:35:07.936 i/mvx     (25755):   @ system.runtime.compilerservices.configuredtaskawaitable`1+configuredtaskawaiter[tresult].getresult () [0x00000] in <3fd174ff54b146228c505f23cf75ce71>:0  07-26 00:35:07.936 i/mvx     (25755):   @ mvvmcross.plugins.downloadcache.mvxdynamicimagehelper`1+<requestimageasync>d__29[t].movenext () [0x001c8] in d:\git\mvvmcross-plugins2\downloadcache\mvvmcross.plugins.downloadcache\mvxdynamicimagehelper.cs:137  [0:] mvx:diagnostic:169.72 failed download image https://www.ups.com/rms/image?id=b353e802-8d20-4d4f-b5ba-132d19c9ed24 : webexception: max. redirections exceeded.   @ system.net.httpwebrequest.endgetresponse (system.iasyncresult asyncresult) [0x00058] in <a547bd0d78184f26ab08d022f013c1e1>:0  @ mvvmcross.plugins.downloadcache.mvxfiledownloadrequest.processresponse (system.net.webrequest request, system.iasyncresult result) [0x00017] in d:\git\mvvmcross-plugins2\downloadcache\mvvmcross.plugins.downloadcache\mvxfiledownloadrequest.cs:55  

can me understand why getting error. thank you!!


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -