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.

Open Data file - BSON type not supported

See original GitHub issue

Hi!

I always get the error that BSON type is not supported.

I use studio version 0.5.0.0

System.NotSupportedException: BSON type not supported bei LiteDB.Engine.BufferReader.ReadElement(HashSet1 remaining, String& name) bei LiteDB.Engine.BufferReader.ReadDocument(HashSet1 fields) bei LiteDB.Engine.HeaderPage.LoadPage() bei LiteDB.Engine.HeaderPage…ctor(PageBuffer buffer) bei LiteDB.Engine.LiteEngine…ctor(EngineSettings settings) bei LiteDB.ConnectionString.CreateEngine() bei System.Lazy1.CreateValue() bei System.Lazy1.LazyInitValue() bei System.Lazy1.get_Value() bei LiteDB.LiteCollection1.Query() bei LiteDB.Studio.SqlCodeCompletion.UpdateCodeCompletion(LiteDatabase db) bei LiteDB.Studio.MainForm.<Connect>d__6.MoveNext() — Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde — bei System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_0(Object state)

Are there any solutions? Phil

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:7

github_iconTop GitHub Comments

1reaction
johan-dahlgrencommented, Apr 13, 2020

Hi! Also had the same problem. But it turned out to be the blocking of files downloaded from Internet that was the problem. Just unblock the file in the file-properties and it works again.

0reactions
a-a-kcommented, May 17, 2020

take a look here - #27

Read more comments on GitHub >

github_iconTop Results From Across the Web

'BSON type not supported' · Issue #1096 · mbdavid/LiteDB ...
Hi everybody, I've just faced an issue with my LiteDb. After some period of work I found this error in my stackTrace (BSON...
Read more >
Mongodrdl: unsupported Mongo type: "bson.Binary" ...
I want to use the BI Connector to access the documents in tabular form. In general this works very nice. The only downfall...
Read more >
System.NotSupportedException: 'BSON type not supported'
It's crashing while I am trying to open 'matches' table.
Read more >
How to Import .bson file format on mongodb
1.copy the file path and file name from properties (try to put all bson files in different folder), 2.use this again and again...
Read more >
Restoring from MongoDB Atlas (4.2.5) to DocumentDB (3.6 ...
Restoring from MongoDB Atlas (4.2.5) to DocumentDB (3.6) do no succeed due to error "Unsupported BSON : type Decimal128" · Ask Question. Asked ......
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