dekrypted / discord-image-logger

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

Problem with installing requirements. #83

Closed tamramsy closed 10 months ago

tamramsy commented 10 months ago

Tried running the code, threw a Serverless Function Invocation Failed. Was a simple syntax error on my part. Now I'm getting a missing module error, which would seem to me like it's not installing the requirements from requirements.txt.

Error is as follows:

[ERROR] Runtime.ImportModuleError: Unable to import module 'vc__handler__python': No module named 'requests'
Traceback (most recent call last):

Steps to reproduce:

  1. Follow config and setup instructions.
  2. Attempt to test page via local virtual machine.
tamramsy commented 10 months ago

Nevermind. Issue fixed. For some odd reason dragging and dropping the main files into my private repo cleared them of any contents.