Problem with whitespaces in Wiki Login (1 Viewer)

Mike Lowrey

Portal Pro
February 4, 2009
638
124
Berlin
Home Country
Germany Germany
I just tried to log in with my existing user account and got the following error message.

Code:
Request URI:
http://localhost:8081/deki/users/authenticate?dream.out.format=php&dream.in.host=wiki.team-mediaportal.com&dream.in.scheme=http&dream.in.origin=109.91.87.135&authprovider=50

Server response:
Array
(
    [exception] => Array
        (
            [coroutine] => Array
                (
                    [frame] => Array
                        (
                            [@method] => MindTouch.Deki.DekiAuthenticationService.FeatureGetAuthenticate(DreamContext context, DreamMessage request, Result`1 response)
                        )

                )

            [message] => invalid char in segment: Mike Lowrey
            [source] => mindtouch.dream
            [stacktrace] => Array
                (
                    [frame] => Array
                        (
                            [0] => MindTouch.Dream.XUri.At (System.String[] segments) [0x00000]
                            [1] => MindTouch.Dream.Plug.At (System.String[] segments) [0x00000]
                            [2] => MindTouch.Deki.DekiAuthenticationService+<FeatureGetAuthenticate>d__0.MoveNext () [0x00000]
                            [3] => MindTouch.Tasking.Coroutine.Invoke (System.Func`1 invocation) [0x00000]
                        )

                )

            [type] => System.ArgumentException
        )

)
 

high

Administrator
  • Team MediaPortal
  • August 31, 2004
    5,111
    5,510
    47
    Isselburg/NRW
    Home Country
    Germany Germany
    AW: Problem with whitespaces in Wiki Login

    thanks for your report, we stumbled about that issue too during tests. Its an issue with the userbridge between the two systems (can't handle the space in user names) but not sure about the easiest way to solve it. Might take some days
     

    Dadeo

    Docs Group Manager
  • Premium Supporter
  • November 26, 2006
    5,340
    3,321
    Himalayas, India
    Home Country
    Canada Canada
    Hi Mike Lowrey

    Just wanted to let you know we have not forgotten this issue. I submitted a bug report and support request to MindTouch to try and figure out why our vBulletin authentication provider would have this issue. We are using the default provider from MindTouch, so it should not.

    We tried to write our own custom provider, but unfortunately could not get that working either!

    To tell you the truth this issue is delaying the release of our Wiki because we don't want to offer access and then have to tell 3,500+ users they cannot login! We are doing everything we can!
     

    Users who are viewing this thread

    Top Bottom