-
-
Notifications
You must be signed in to change notification settings - Fork 152
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
bug: revolt api doesn't proccess website embeds #382
Comments
More information is needed, if possible a full error (if you're willing to run a custom january in your stack to test this out) |
Yeah I am seeing the same issue, reverting delta to version 20230704-1 seems to work but only for youtube url's others still missing the metadata. |
Pretty sure this currently works with the (new) provided configuration, currently have a test instance where it's working fine. |
What happened?
Context: I'm using remote self-host actually, I have replaced environment values to my actual public URLs. For example, JANUARY_PUBLIC_URL=http://PUBLIC_IP/january. Also connecting to http://PUBLIC_IP/january?embed=TENOR_URL from local machine works as expected.
Issue: When I send a message including TENOR_URL through api outputs
Then I have looked up in backend source code and I realized the request handler is trying to make a request to complete process embed task.
Expected: Request should be completed, then embed is processed as website embed appended to message object.
The text was updated successfully, but these errors were encountered: