dop icon indicating copy to clipboard operation
dop copied to clipboard

"create_droplet() got an unexpected keyword argument"

Open ghost opened this issue 10 years ago • 3 comments

I am now getting

"create_droplet() got an unexpected keyword argument"

when trying to create a droplet with the conf. it was working fine a month ago.

{'region': {'region_slug': 'nyc1'}, 'image': {'image_id': '34054'}, 'name': 'tg234', 'ssh_key_ids': ['24231'], 'size': {'size_slug': '512MB'}}

ghost avatar Jul 01 '14 20:07 ghost

Hello,

Have you update dop to the latest version?If so, maybe there is a bug in that version (I am unaware of it). Maybe you can downgrade to previous version while I fix the bug.

Thanks

ahmontero avatar Jul 01 '14 20:07 ahmontero

I am using 0.1.6

pip uninstall dop pip install dop

ghost avatar Jul 01 '14 20:07 ghost

when i manually pass parameters to create_droplet() method I get

'Droplet' object has no attribute 'droplet_id'

seems like the dop client is out of date.

ghost avatar Jul 01 '14 21:07 ghost