Here's the response I get: mozadora:marketplace-certs lbrewster$ curl http://coinbase.com/mainfest.webapp <!DOCTYPE html> <html> <head> <style type="text/css"> html, body, iframe { margin: 0; padding: 0; height: 100%; } iframe { display: block; width: 100%; border: none; } </style> <title>Application Error</title> </head> <body> <iframe src="http://s3.amazonaws.com/coinbase-public/error.html"> <p>Application Error</p> </iframe> </body> </html>
On 11/20/13, 9:35 PM, "Isaac Waller" <[email protected]> wrote: >Hi, > >Using the online submission tool to submit my app (manifest file >"http://coinbase.com/mainfest.webapp") to the Marketplace, I get the >following error: > >Your app failed validation with 1 error. > >No manifest was found at that URL. Check the address and try again. > >The results can be viewed at >https://marketplace.firefox.com/developers/upload/495ebe859f07427a99854f8a >b2bc1e57 > >`curl http://coinbase.com/mainfest.webapp` outputs the correct >manifest with the correct mime type. > >Does anyone know why this error message might appear? > >Thanks, >_______________________________________________ >dev-webapps mailing list >[email protected] >https://lists.mozilla.org/listinfo/dev-webapps _______________________________________________ dev-webapps mailing list [email protected] https://lists.mozilla.org/listinfo/dev-webapps
