Project

General

Profile

WtHttp not working

Added by Victor Manuel Gonzalez Barrios over 2 years ago

I try to start my Wt application and I get the following argument as an error [info] "WServer / wthttp: fatal: Error: character conversion failed"


Replies (1)

RE: WtHttp not working - Added by Bruce Toll over 2 years ago

This is just a guess, but you may want to check that the Boost Program_Options in your build has matching versions for the included headers and linked library.

See: https://stackoverflow.com/questions/35382902/boost-program-options-throws-character-conversion-failed

If that doesn't help, you could run your Wt application under a debugger to gather more information. For instance, with gdb you could use "catch throw" followed by "bt" to find out where the exception occurs.

    (1-1/1)