linode-cli obj plugin hanging connection
See original GitHub issueThanks for making the linode-cli.
I’m trying to connect to the new object storage service but the command just hangs and then on killing the process I get the below stacktrace.
This is the command I’m running linode-cli obj ls
.
System
Python: 3.6 Boto: 2.49.0 linode-cli: 2.13.1 Built off spec version 4.14.0 Mac OSX: 10.14.6
## Stacktrace
File "/Library/Frameworks/Python.framework/Versions/3.6/bin/linode-cli", line 8, in <module>
sys.exit(main())
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/linodecli/__init__.py", line 373, in main
plugins.invoke(parsed.command, plugin_args, context)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/linodecli/plugins/__init__.py", line 33, in invoke
plugin.call(args, context)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/linodecli/plugins/obj.py", line 578, in call
COMMAND_MAP[parsed.command](client, args)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/linodecli/plugins/obj.py", line 80, in list_objects_or_buckets
buckets = client.get_all_buckets()
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/boto/s3/connection.py", line 443, in get_all_buckets
response = self.make_request('GET', headers=headers)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/boto/s3/connection.py", line 671, in make_request
retry_handler=retry_handler
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/boto/connection.py", line 1071, in make_request
retry_handler=retry_handler)
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/boto/connection.py", line 1019, in _mexe
time.sleep(next_sleep)
It looks like it is struggling to make a connection? My access token works fine as I can access all other resources. Not sure if I’m doing something wrong here?
Looking forward to testing the new object storage service
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Guides - Using the Linode CLI with Object Storage
This guide details how to use the obj plugin. For linode object-storage usage, see Linode CLI Commands for Object Storage.
Read more >linode-cli obj put cannot find bucket
Hi, I set up linode-cli with my key > linode-cli obj ls This command correctly lists all my buckets However when I run...
Read more >How do I resolve Linode-CLI configuration issue to use object ...
First, we need a Personal Access Token. To get one, please visit https://cloud.linode.com/profile/tokens and click "Create a Personal Access ...
Read more >Linode CLI Commands for Object Storage
Access the entire Linode platform from the command line, easily adding, removing, or modifing services. Guides.
Read more >Changelog | Linode Developer Tools
Fixed a bug that caused extra Configs to persist after accessing the Linode Boot into Rescue Mode (POST /linode/instances/{linodeId}/rescue) command. Now, only ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ok thanks for looking into it for me. I’ll raise a ticket. I’ll close this ticket but link back to it on the support ticket
Our object storage team requested that you open a Support Ticket so they can continue looking into this issue with you. You can open a ticket at this link: https://cloud.linode.com/support/tickets. Sorry for the inconvenience.