The error is basically saying that you aren't passing a valid path to your
wsgi app. See the bottom of
https://docs.pylonsproject.org/projects/waitress/en/latest/usage.html for
some waitress-serve examples.

On Wed, Jan 9, 2019 at 6:37 AM Steve Piercy <steve.piercy....@gmail.com>
wrote:

> There is code in Waitress that contains the error message.
>
> https://github.com/Pylons/waitress/blob/master/waitress/runner.py#L185
>
> Essentially the problem lies within your application code.
>
> How do you call Waitress?
>
> Got full stack trace?
>
> --steve
>
>
> On 1/9/19 at 1:15 AM, venkat.archit...@gmail.com (Venkat Ramakrishnan)
> pronounced:
>
> > Hello,
> >
> > I just started off with Waitress with Falcon. Wrote my first app and the
> > class,
> > and I get "1. Malformed application" from Waitress. Is there any
> > documentation
> > that can point me to why I am getting this error?  As far as I could
> tell,
> > I see
> > everything fine with my syntax. Probably I am missing out something
> > mandatory
> > about the file directory structure or the arguments I pass perhaps?  Any
> > direction
> > would be appreciated. Thanks!
> >
>
> ------------------------
> Steve Piercy, Eugene, OR
>
> --
> You received this message because you are subscribed to the Google Groups
> "pylons-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to pylons-discuss+unsubscr...@googlegroups.com.
> To post to this group, send email to pylons-discuss@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/pylons-discuss/r480Ps-10126i-F268324A914F4D76B30E753B760FCD8F%40Steves-iMac.local
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pylons-discuss+unsubscr...@googlegroups.com.
To post to this group, send email to pylons-discuss@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pylons-discuss/CAKdhhwFCjvyw4daOt1MOY9L7t5ZtoHx50VHPcwvct7F%3DToKv0A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to