# DuckDB isn't working

**URL:** https://talk.observablehq.com/t/duckdb-isnt-working/7419
**Category:** Help
**Created:** [December 13, 2022, 12:27am UTC](https://talk.observablehq.com/t/duckdb-isnt-working/7419 "2022-12-13T00:27:16Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![scresawn](https://yyz2.discourse-cdn.com/flex030/user_avatar/talk.observablehq.com/scresawn/32/4663_2.png) [@scresawn](https://talk.observablehq.com/u/scresawn)
#### Post date: [December 13, 2022, 12:27am UTC](https://talk.observablehq.com/t/duckdb-isnt-working/7419/1 "2022-12-13T00:27:16Z")

</div>

Is anyone else having trouble with DuckDB? My own code is no longer working, and neither is the official [Observable DuckDB](https://observablehq.com/@observablehq/duckdb) notebook.

---

<div class="post-metadata">

### Author: ![mbostock](https://yyz2.discourse-cdn.com/flex030/user_avatar/talk.observablehq.com/mbostock/32/9_2.png) [@mbostock](https://talk.observablehq.com/u/mbostock)
#### Post date: [December 13, 2022, 1:25am UTC](https://talk.observablehq.com/t/duckdb-isnt-working/7419/2 "2022-12-13T01:25:28Z")

</div>

Sorry about this; it should be fixed now.

We upgraded the version of [@duckdb/duckdb-wasm](https://github.com/duckdb/duckdb-wasm) we use from 1.17.0 to 1.20.0 expecting it to be backwards compatible and didn’t sufficiently test before releasing. We reverted back to 1.17.0 within ten minutes, but due to some continuous integration headaches, it took a couple hours to get the fix out. Apologies for the disruption. We’ll try to do a better job testing upgrades next time.

---

<div class="post-metadata">

### Author: ![scresawn](https://yyz2.discourse-cdn.com/flex030/user_avatar/talk.observablehq.com/scresawn/32/4663_2.png) [@scresawn](https://talk.observablehq.com/u/scresawn)
#### Post date: [December 13, 2022, 1:30am UTC](https://talk.observablehq.com/t/duckdb-isnt-working/7419/3 "2022-12-13T01:30:14Z")

</div>

Thanks, Mike, for the prompt fix and for explaining what happened. My students are using DuckDB for a class project, and we were relieved to see things that had been working start working again.
