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
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Its not really an Error if the url preview spider doesnt load the preview if the file size exceeds the configured limit.. Thats the supposed behaviour.
2019-04-08 00:17:49,354 - synapse.http.client - 543 - ERROR - GET-223- Failed to download body
Traceback (most recent call last):
File "/synapse/http/client.py", line 540, in get_file
_readBodyToFile(response, output_stream, max_size)
synapse.api.errors.SynapseError: 502: Requested file is too large > 5242880 bytes
The text was updated successfully, but these errors were encountered:
MparkG
changed the title
Change LogLevel for the Case of URL Preview Website/file exceeding the configured limit.
Change LogLevel for the Case of URL Preview Website/file exceeding the configured size limit.
Apr 7, 2019
Its not really an Error if the url preview spider doesnt load the preview if the file size exceeds the configured limit.. Thats the supposed behaviour.
2019-04-08 00:17:49,354 - synapse.http.client - 543 - ERROR - GET-223- Failed to download body
Traceback (most recent call last):
File "/synapse/http/client.py", line 540, in get_file
_readBodyToFile(response, output_stream, max_size)
synapse.api.errors.SynapseError: 502: Requested file is too large > 5242880 bytes
The text was updated successfully, but these errors were encountered: