You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I'm trying to import some data from an external source. I'm using python + the api, and so far I have been able to import the content of the memos, upload resources, but I cannot link them together.
Steps to reproduce
What I have tried:
Include the resource list when first POSTing the memo (CreateMemo)
Including the resources list when updating (PATCHing) the memo (UpdateMemo)
Linking the resources & the memo together using the SetMemoResourcesendpoint.
Note that creating the resources is not the problem (I can see them in the resources tab under "unused resources"). But linking them to a memo seems to cause the error. I have looked at similar issues in this repo but I could not find a fix.
The version of Memos you're using
v0.24.0
Screenshots or additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
Hi! I'm trying to import some data from an external source. I'm using python + the api, and so far I have been able to import the content of the memos, upload resources, but I cannot link them together.
Steps to reproduce
What I have tried:
CreateMemo
)UpdateMemo
)SetMemoResources
endpoint.For all of those, I get the following error:
Note that creating the resources is not the problem (I can see them in the resources tab under "unused resources"). But linking them to a memo seems to cause the error. I have looked at similar issues in this repo but I could not find a fix.
The version of Memos you're using
v0.24.0
Screenshots or additional context
No response
The text was updated successfully, but these errors were encountered: