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,
rclone help
-
- Posts: 744
- Joined: Wed Feb 13, 2019 4:20 pm
Re: rclone help
Hello humptydumply,
Welcome on board
We are sorry to hear that you are having issues with the Rclone setup. However, we may be able to help.
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,
Welcome on board
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
Thank you and have a great day.
Best Regards,
- Blomp support
Check out our video! Trust me, you're going to blomping love it. https://www.youtube.com/watch?v=klnAFs3H3bw&t=70s
Check out our video! Trust me, you're going to blomping love it. https://www.youtube.com/watch?v=klnAFs3H3bw&t=70s
-
- Posts: 3
- Joined: Tue Nov 12, 2024 7:40 am
Re: rclone help
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
$ 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
-
- Posts: 3
- Joined: Tue Nov 12, 2024 7:40 am
Re: rclone help
This is resolved,
Correct path for rclone on blomp is with your email eg. "rclone lsl blomp-com:you@youremail.com"
Correct path for rclone on blomp is with your email eg. "rclone lsl blomp-com:you@youremail.com"