Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error upgrade 0.32.0 > 0.33.0 #412

Open
damienmillet opened this issue May 7, 2024 · 6 comments
Open

error upgrade 0.32.0 > 0.33.0 #412

damienmillet opened this issue May 7, 2024 · 6 comments

Comments

@damienmillet
Copy link

Hi,

this morning I decide to upgrade my dependencies of deno and mongo

from to
std@0.214.0 std@0.224.0
mongo@v0.32.0 mongo@v0.33.0

now i hav an error :

error: Uncaught (in promise) BSONError: corrupt object bson
        throw new BSONError('corrupt object bson');

I tried to downgrade to mongo@v0.32.0 and that fix the problem.

best regards,

DM

@erfanium
Copy link
Member

erfanium commented May 7, 2024

cc @lucsoft

@lucsoft
Copy link
Collaborator

lucsoft commented May 7, 2024

@damienmillet Do you use an old MongoDB version?

bson had some breaking changes internally

@damienmillet
Copy link
Author

damienmillet commented May 7, 2024

@damienmillet Do you use an old MongoDB version?

bson had some breaking changes internally

MongoDB 6.0.6 2008R2plus SSL

@lucsoft
Copy link
Collaborator

lucsoft commented May 7, 2024

@damienmillet Can you check if your issue persists on 7.0.9?

@damienmillet
Copy link
Author

i ll try it

@damienmillet
Copy link
Author

same issue with 7.0.9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants