Continuation of the earlier post ,
unable to access the fields from shotgun Find node

gives me this error about encoding ?

tried this
import base64
cs = "http://user.shotgunstudio.com [user.shotgunstudio.com]"
cs64 = base64.b64encode(bytes(cs,'utf-8')) # this works


reckon i am missing something in the input values in the shotgunFind node ?

the network in tops is as below,

env edit with shotgun user name and password (cooks fine)
|
v
shotgun server begin (cooks fine)
|
v
shotgunFind # a bytes-like object is required, not ‘str’

could not find the answer to this, some reason its not encoding the string ?

Thanks,