dekrypted / discord-image-logger

IP Logger that uses discord's "Open Original" feature to steal IP's.
The Unlicense
2.13k stars 575 forks source link

Serverless function vercel #59

Closed x7lex closed 1 year ago

x7lex commented 1 year ago

image Serverless function crashing on vercel, I dmed u this on discord but idk if you got termed or not if so add me back

dekrypted commented 1 year ago

look at the error logs

totallyrandom001 commented 2 weeks ago

happened to me too

LAMBDA_WARNING: Unhandled exception. The most likely cause is an issue in the function code. However, in rare cases, a Lambda runtime update can cause unexpected function behavior. For functions using managed runtimes, runtime updates can be triggered by a function change, or can be applied automatically. To determine if the runtime has been updated, check the runtime version in the INIT_START log entry. If this error correlates with a change in the runtime version, you may be able to mitigate this error by temporarily rolling back to the previous runtime version. For more information, see https://docs.aws.amazon.com/lambda/latest/dg/runtimes-update.html [ERROR] RemoteDisconnected: Remote end closed connection without response Traceback (most recent call last): File "/var/task/vchandlerpython.py", line 67, in vc_handler res = conn.getresponse() File "/var/lang/lib/python3.12/http/client.py", line 1428, in getresponse response.begin() File "/var/lang/lib/python3.12/http/client.py", line 331, in begin version, status, reason = self._read_status() File "/var/lang/lib/python3.12/http/client.py", line 300, in _read_status raise RemoteDisconnected("Remote end closed connection without"