-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Setting memo resources fails #4473
Comments
Okay, i just saw in
CreateMemo just calls SetMemoResources under the hood. I've never used go so I'm not sure what could be causing the error in there though
|
@szethh Try to |
yes, that worked. not sure why all the other endpoints error though, if I have a resource that is not associated with any memo, can I not link them together without recreating the resource? also, {
"memos": [],
"nextPageToken": ""
} If I go to the webui, I can see the memos but I cannot fetch them with curl via the api |
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: