question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

kv:bulk put/delete error

See original GitHub issue

When running: wrangler kv:bulk delete --namespace-id=REDACTED keys.json

I get this error:

✘ [ERROR] Received a bad response from the API

  could not parse array of keys from request body: 'invalid character 'a' in literal true (expecting
  'r')' [code: 10012]
  
  If you think this is a bug, please open an issue at:
  https://github.com/cloudflare/wrangler2/issues/new

Contents of keys.json:

[
  "target:foo"
]

Similar for kv:bulk put.

CLI version: alpha

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

0reactions
petebacondarwincommented, Mar 7, 2022

Oops! Thanks. I’ll resolve that, too.

Read more comments on GitHub >

github_iconTop Results From Across the Web

wrangler kv:bulk put and wrangler kv:bulk delete use different ...
When I use wrangler kv:bulk put with a JSON file, I would expect to be able to use the same JSON file when...
Read more >
Wrangler commands - Cloudflare Workers docs
Delete your Worker and all associated Cloudflare developer platform ... wrangler kv:bulk put --binding=MY_KV allthethingsupload.json.
Read more >
Kv bulk import http endpoint - Consul - HashiCorp Discuss
Consul KV recursive reads and deletes can be performed using a single API call from the client by specifying the recurse query option....
Read more >
error while deleting bulk data - PI Square - OSIsoft
Hello Folks,. I have to delete bulk data, i.e. only 700 rows in OLEDB, and options I have used are PI SQL Commander...
Read more >
wrangler - Fig.io
kv:bulk, Interact with multiple Workers KV key-value pairs at once. route, List or delete ... report, Report an error caught by Wrangler to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found