Documentation for error messages

13 views
Skip to first unread message

Venkat Ramakrishnan

unread,
Jan 9, 2019, 5:41:51 AM1/9/19
to pylons-discuss
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

unread,
Jan 9, 2019, 7:37:52 AM1/9/19
to pylons-...@googlegroups.com
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.a...@gmail.com (Venkat Ramakrishnan) pronounced:
------------------------
Steve Piercy, Eugene, OR

Michael Merickel

unread,
Jan 9, 2019, 11:08:18 AM1/9/19
to Pylons
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.

--
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-discus...@googlegroups.com.
To post to this group, send email to pylons-...@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.
Reply all
Reply to author
Forward
0 new messages