Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
UrlLoader error — Gideros Forum

UrlLoader error

VenorcisVenorcis Member
edited October 2013 in Bugs and issues
I am using an UrlLoader to load several things, mostly JSON but also (user-uploaded) images sometimes.

However, the following URL triggers the Event.ERROR listener, whilst it opens just fine in a regular browser:
https://cdn.chainels.com/image/?disp=1&CID=111349965282403244&id=91381324578234817

Moreover, when using a localhost set-up (exactly the same but uses http://localhost/image....) this all still works. Other requests (that use https://www.chainels.com instead of https://cdn.chainels.com though) work anyway.

How can I even debug this without any extra information in the error event listener?

Comments

Sign In or Register to comment.