-
Notifications
You must be signed in to change notification settings - Fork 479
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
Object of type datetime is not JSON serializable #911
Comments
Hi! I have fixed this issue in my forked repo: https://github.com/Andrew-Gr/solr-doc-manager/commit/59461ac814e2c9acf5413449468a63a285fe6be8 This issue is related to pysolr starting from v3.9.0. In v3.8.1 - all works fine. p.s. and yes, it is related to the: https://github.com/yougov/solr-doc-manager |
Thank you for responding @Andrew-gr , Please can you add some setup instructions to use your doc manager instead of https://github.com/yougov/solr-doc-manager) |
@shivaprasad573 you may download only fixed source code of the solr-doc-manager which fixes this issue and install it in the following way:
Alternatively you may install both projects updated by me in the following way:
Or using |
Thanks for the reply @Andrew-gr , With below commands i was fixed my issue.
|
When try to sync the date field am getting below error
Date field configuration in managed-schema
Versions
Python : 3.8
Solr : 8.7.0
MongoDB : 4.2.10
Am not sure if this connector work with latest versions or not. But as per MongoDB documentation i have to use this https://www.mongodb.com/blog/post/introducing-mongo-connector
The text was updated successfully, but these errors were encountered: