Replies: 1 comment
-
|
Hey @lxccc812! In your examples, URLs are not encrypted; they are encoded with Base64. You can decode them easily with any Base64 decoder like https://www.base64decode.org/. FYI, the "Request was cancelled..." errors mean that the client cancelled the request. You can ignore them as there's nothing you can do. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I check the error information in the log, I can only see the encrypted image URL, and cannot determine the URL of the source image, so I cannot determine why the error image has an error. Is there any way to get the URL of the source image?
Partial log information:
Beta Was this translation helpful? Give feedback.
All reactions