Ok, here's the app.yaml file:

application: dantup
version: 1
runtime: python
api_version: 1

handlers:

- url: /wavenotifier
  static_dir: wavenotifier

- url: /.*
  script: main.py

During publish, I saw this (amongst other similar messages for other
files):

Could not guess mimetype for wavenotifier/Application Files/
GoogleWaveNotifier_1_2_0_0/GoogleWaveNotifier.application.  Using
application/octet-stream.
Could not guess mimetype for wavenotifier/Application Files/
GoogleWaveNotifier_1_2_0_0/GoogleWaveNotifier.exe.deploy.  Using
application/octet-stream.
Could not guess mimetype for wavenotifier/Application Files/
GoogleWaveNotifier_1_2_0_0/GoogleWaveNotifier.exe.manifest.  Using
application/octet-stream.

Then when I try to run the ClickOnce app, it fails with this error:


ERROR SUMMARY
 Below is a summary of the errors, details of these errors are listed
later in the log.
 * Activation of 
http://dev.dantup.me.uk/wavenotifier/GoogleWaveNotifier.application
resulted in exception. Following failure messages were detected:
  + Downloading http://dev.dantup.me.uk/wavenotifier/Application Files/
GoogleWaveNotifier_1_2_0_0/GoogleWaveNotifier.exe.manifest did not
succeed.
  + The remote server returned an error: (404) Not Found.

The URL in the 404 looks like it patches the path from the deployment,
so I'm not sure why it doesn't serve up. Any ideas?

--

You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.


Reply via email to