That was it, that solved all. Thank you very much.
On Wednesday, February 20, 2013 4:48:25 PM UTC+1, Julie wrote: > > Check the case of the file names. Windows doesn't care about case, but the > webserver does. > e.g., myapp.appspot.com/static/image.jpg will return 404 if the file name > is actually Image.jpg or image.JPG, etc. > > > On 19 February 2013 05:12, Indavelopers Almería > <[email protected]<javascript:> > > wrote: > >> I have a problem with some static images. >> >> I uploaded my app with several images, but some of them aren't shown when >> I check my app in Appspot. When I try to directly get them (i.e. " >> myapp.appspot.com/static/image.jpg" a 404 pops up. This 404 is logged on >> my app's dashboard logs as a 404 warning: "Static file referenced by >> handler not found". >> >> The rest of the images are shown correctly, and they all are shown in >> localhost in the webpage and when accesed directly. They all are JPGsand the >> ones >> not being uploaded are in the same folders as others that do. >> >> I tried to upload two images to another app, one that is served and >> another that returns this error, and the one that returns the 404 >> doesn't upload either to this new app. I tried to escale the image to a >> smaller size -although that doesn't seem to be the problem since bigger >> images are correctly uploaded and shown- and cut a piece of it and export >> to a new JPG and the new image also doesn't upload. I cloned one of the >> broken images and upload it with another name and that didn't work >> either. >> >> No errors where shown during app upload with GAE Launcher. >> >> I can't really tell what's the problem, why I can't serve these images >> in either apps, what's the difference with other images that were taken >> with the same camera, why someones do upload and someones don't, and why >> a cut off of one of these images also is a "broken" image. OK the >> problem seems to be the images, but I don't know why they are shown in >> local but are not being uploaded, and what should I check of them to >> know if they will work or not. >> >> Thank you very much in advance. >> >> PD: I'm using Python 2.7 with Windows 7. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google App Engine" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To post to this group, send email to >> [email protected]<javascript:> >> . >> Visit this group at http://groups.google.com/group/google-appengine?hl=en >> . >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
