Page 1 of 1

rclone help

Posted: Tue Nov 12, 2024 9:32 am
by humptydumply
Hi i am a new user and trying to setup rclone. I am not worried about encryption hence using basic as per the rclone community guide post and i am recieving following error.

$rclone about 31-swift-blomp-com:

2024/11/12 19:59:46 NOTICE: Failed to about: about call failed: container listing failed: Get "http://swiftproxy.acs.ai.net:8080/v1/AU ... imit=10000": dial tcp 0.0.0.0:8080: connect: connection refused

below is my setup in rclone config:
[31-swift-blomp-com]
type = swift
user = me@somemail.com
key = blomppassword
auth = https://authenticate.ain.net
tenant = storage
auth_version = 2
endpoint_type = public
leave_parts_on_error = true
chunk_size = 1P
no_chunk = false

Thanks,

Re: rclone help

Posted: Tue Nov 12, 2024 12:20 pm
by BlompSupport
Hello humptydumply,

Welcome on board :mrgreen:

We are sorry to hear that you are having issues with the Rclone setup. :? However, we may be able to help.

Code: Select all

[31-swift-blomp-com]
type = swift
user = me@somemail.com
key = blomppassword
auth = https://authenticate.ain.net
tenant = storage
auth_version = 2
endpoint_type = public
leave_parts_on_error = true
chunk_size = 1P
no_chunk = false 
Can you please use the auth URL: https://authenticate.blomp.com/v2.0/ instead of https://authenticate.ain.net. Let us know if this change will fix the error messages.

Thank you and have a great day.

Best Regards,

Re: rclone help

Posted: Tue Nov 12, 2024 1:03 pm
by humptydumply
Yes, issue still persist for me :?

$ tail -11 /home/ai/.config/rclone/rclone.conf
[31-swift-blomp-com]
type = swift
user = my_blomp_email
key = my_blomp_pwd
auth = https://authenticate.blomp.com/v2.0/
tenant = storage
auth_version = 2
endpoint_type = public
leave_parts_on_error = true
chunk_size = 1P
no_chunk = false

$ rclone ls 31-swift-blomp-com:
2024/11/12 23:28:53 NOTICE: Failed to ls: container listing failed: Get "http://swiftproxy.acs.ai.net:8080/v1/AU ... imit=10000": dial tcp 0.0.0.0:8080: connect: connection refused

$ rclone lsd 31-swift-blomp-com:
2024/11/12 23:29:00 ERROR : : error listing: container listing failed: Get "http://swiftproxy.acs.ai.net:8080/v1/AU ... imit=10000": dial tcp 0.0.0.0:8080: connect: connection refused
2024/11/12 23:29:00 NOTICE: Failed to lsd with 2 errors: last error was: container listing failed: Get "http://swiftproxy.acs.ai.net:8080/v1/AU ... imit=10000": dial tcp 0.0.0.0:8080: connect: connection refused

Re: rclone help

Posted: Tue Nov 12, 2024 5:28 pm
by humptydumply
This is resolved,

Correct path for rclone on blomp is with your email eg. "rclone lsl blomp-com:you@youremail.com"