tzmfreedom / fluent-plugin-sforce

Salesforce input plugin for Fluentd data collector
Apache License 2.0
3 stars 1 forks source link

bad argument(expected URI object or URI string) #1

Open sakshitrialacc opened 5 years ago

sakshitrialacc commented 5 years ago

I am trying to use the fluent-plugin-sforce api and it shows the error:

[error]: #0 unexpected error error_class=ArgumentError error="bad argument (expected URI object or URI string)"

My Configuration file is:

@type forward port 24224

@type http port 9880

tag trial.access @type sforce username password query SELECT id, Body FROM FeedItem polling_interval 20

@type stdout

Could someone help me with this??

tzmfreedom commented 5 years ago

Thank you for issue ! Would you tell me your fluentd version? I'll fix bug.

tzmfreedom commented 5 years ago

@sakshitrialacc I fixed username/password bug and release v0.0.5. Please try latest version and tell me the result.