18 Replies
And what are your values for those three variables?
Let me get them I haven't added a try/catch
Don't need one, just set a breakpoint and use the debugger?
ok
host "10.8.3.85" string
here in the env variables
ah
I think the @ fucks you over
since your string becomes
root:Admin@[email protected]
might be the case
you'll need to escape it I guess, or change the password
went for this instead
minor case of interpolation
hm
will that work thou? no interpolation there
that string will become literally
amqp:/{username}:{password}@{host}
yeah just noticed that
I meant to write that as it is
not sure that will work either thou
having 2
@
in that string will be problematic
did this
yep, thats better
didnt work
rip
remove the
@
from the password, or find an alternative to using a uri
if escaping it wont workthat was it
it worked for test env