HAHA
HAHA
CC#
Created by Yifan Lu on 4/4/2024 in #help
What is this string?
idk
61 replies
CC#
Created by Yifan Lu on 4/4/2024 in #help
What is this string?
type
61 replies
CC#
Created by Yifan Lu on 4/4/2024 in #help
What is this string?
base64
61 replies
CC#
Created by HAHA on 1/10/2024 in #help
System.UriFormatException: 'Invalid URI: The hostname could not be parsed.'
it worked for test env thxowo
33 replies
CC#
Created by HAHA on 1/10/2024 in #help
System.UriFormatException: 'Invalid URI: The hostname could not be parsed.'
that was it
33 replies
CC#
Created by HAHA on 1/10/2024 in #help
System.UriFormatException: 'Invalid URI: The hostname could not be parsed.'
didnt work
33 replies
CC#
Created by HAHA on 1/10/2024 in #help
System.UriFormatException: 'Invalid URI: The hostname could not be parsed.'
did this
33 replies
CC#
Created by HAHA on 1/10/2024 in #help
System.UriFormatException: 'Invalid URI: The hostname could not be parsed.'
var encodedPassword = Uri.EscapeUriString(password);
var factory = new ConnectionFactory
{
Uri = new Uri($"amqp://{username}:{encodedPassword}@{host}")
};
var encodedPassword = Uri.EscapeUriString(password);
var factory = new ConnectionFactory
{
Uri = new Uri($"amqp://{username}:{encodedPassword}@{host}")
};
33 replies
CC#
Created by HAHA on 1/10/2024 in #help
System.UriFormatException: 'Invalid URI: The hostname could not be parsed.'
Uri = new Uri("amqp://root:Admin@[email protected]")
Uri = new Uri("amqp://root:Admin@[email protected]")
33 replies
CC#
Created by HAHA on 1/10/2024 in #help
System.UriFormatException: 'Invalid URI: The hostname could not be parsed.'
I meant to write that as it is
33 replies
CC#
Created by HAHA on 1/10/2024 in #help
System.UriFormatException: 'Invalid URI: The hostname could not be parsed.'
yeah just noticed that
33 replies
CC#
Created by HAHA on 1/10/2024 in #help
System.UriFormatException: 'Invalid URI: The hostname could not be parsed.'
minor case of interpolation
33 replies
CC#
Created by HAHA on 1/10/2024 in #help
System.UriFormatException: 'Invalid URI: The hostname could not be parsed.'
went for this instead
33 replies
CC#
Created by HAHA on 1/10/2024 in #help
System.UriFormatException: 'Invalid URI: The hostname could not be parsed.'
Uri = new Uri(@"amqp:/{username}:{password}@{host}")
Uri = new Uri(@"amqp:/{username}:{password}@{host}")
33 replies
CC#
Created by HAHA on 1/10/2024 in #help
System.UriFormatException: 'Invalid URI: The hostname could not be parsed.'
might be the case
33 replies