The documentation of the the Transmission datasource says that the user and password fields are not required. However, if I omit one of this field, I got the following error:
AttributeError: 'Platform' object has no attribute 'user'
I got the same error for the password field if I fill the user field but not the password field.
I was able to fix this problem just by declaring the user and password without associated value.
The documentation of the the
Transmission
datasource says that theuser
andpassword
fields are not required. However, if I omit one of this field, I got the following error:AttributeError: 'Platform' object has no attribute 'user'
I got the same error for the
password
field if I fill theuser
field but not thepassword
field.I was able to fix this problem just by declaring the user and password without associated value.
Thank you for this great tool!