Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Learn More

Questa discussione è chiusa e archiviata. Inserire una nuova richiesta se occorre aiuto.

MANIFEST_URL_ERROR (How to fix?)

  • 5 risposte
  • 4 hanno questo problema
  • 5 visualizzazioni
  • Ultima risposta di Roland Tanglao

more options

I uploaded my app and I am waiting for review, but I attempted to download it to check it out when it comes up with that error, how do I fix this?

I uploaded my app and I am waiting for review, but I attempted to download it to check it out when it comes up with that error, how do I fix this?

Tutte le risposte (5)

more options

Please see this reference to what the error means: [ MANIFEST_URL_ERROR

   Something other than an HTTP 200 status code was received, or some connection errors.]

Apps Install on MDN

If there are more questions about the development of your app, please check out [stackoverflow.com]

more options

I know what it means, I just don't know how to fix it.

more options

Ah, DylanBannan, do have an example of the line in your manifest file where the url is?

more options

I'll send you my full manifest, I know my URL is wrong, I just don't know what it SHOULD be :/

{ "name": "New project", "description": "Touch the screen. Dodge the meteors. Good luck!", "version": "1.0", "launch_path": "/index.html", "orientation": ["portrait", "landscape"], "icons": { "16": "/icon-16.png", "32": "/icon-32.png", "128": "/icon-128.png", "256": "/icon-256.png" }, "developer": { "name": "DylanBannan", "url": "http://www.facebook.com/iDylanBannan" }, "default_locale": "en", "permissions": { }, "fullscreen": "true" }

more options

Hi DylanBannan

This is a user support forum. Guigs2 and I aren't developers and neither are the volunteers who do user support. But it was cool of Guigs2 to try and help :-) !

For developer questions please go to stack overflow:

http://stackoverflow.com/questions/tagged/firefox+or+firefox-os+or+html5-apps

Locking this question so other developers don't ask other development questions :-)