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.

Npgsql...... There is not enough space left in the buffer.

See original GitHub issue

The issue

Working with Npgsql.EntityFrameworkCore.PostgreSQL" Version=“5.0.5.1”, getting below error when try to list of entity data with child entity collection.

Exception message:
System.InvalidOperationException: There is not enough space left in the buffer.
   at Npgsql.NpgsqlReadBuffer.ThrowNotSpaceLeft().......

Stack trace:

Further technical details

Npgsql version: 5.0.4 PostgreSQL version: V 13 Operating system: Windows 10 64bit

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
RyanGaudioncommented, Nov 23, 2022

Same issue here, updating from Npgsql.EntityFrameworkCore.PostgreSQL 6.0.6 to 6.0.7 resolved the issue

0reactions
rojicommented, Dec 29, 2021

Closing as no code sample was provided.

Read more comments on GitHub >

github_iconTop Results From Across the Web

"There is not enough space left in the buffer ...
I've get this same error in Npgsql EFCore 3.1, when I try use a add range inside a transaction. Ex: try{ var listSplited...
Read more >
No buffer space available - postgresql
This error message is thrown by PostgreSQL when a Winsock operation returns the error WSAENOBUFS . Microsoft describes the error as: No ......
Read more >
Npgsql...... There is not enough space left in the buffer. -
Working with Npgsql.EntityFrameworkCore.PostgreSQL" Version="5.0.5.1", getting below error when try to list of entity data with child entity ...
Read more >
Postgres server running out of disk space | Apigee Edge
The steps provided below will help you to determine if you have enough disk space or not and take appropriate action to address...
Read more >
Postgres is Out of Disk and How to Recover
If Postgres has run out of disk space, there are a few things to look for. Depending on the server configuration there may...
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