Skip to content
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

Error when using Phone Number option #27

Closed
TamojitSaha opened this issue Apr 28, 2020 · 3 comments
Closed

Error when using Phone Number option #27

TamojitSaha opened this issue Apr 28, 2020 · 3 comments
Assignees

Comments

@TamojitSaha
Copy link

TamojitSaha commented Apr 28, 2020

Describe the bug
Error when using Phone Number option

To Reproduce
Steps to reproduce the behavior:

  1. Run python3 reconspider.py
  2. Input '3' when prompted
  3. Input the phone number - PHONE NUMBER (919485247632) >> 919485247632
  4. See error :
Reconspider >> 3
PHONE NUMBER (919485247632) >> 919485247632
[+] Fetching Phonenumber Details...

Traceback (most recent call last):
  File "reconspider.py", line 39, in <module>
    from core import repl_prompt
  File "/root/reconspider/core/__init__.py", line 1, in <module>
    from .repl_prompt import *
  File "/root/reconspider/core/repl_prompt.py", line 153, in <module>
    repl()
  File "/root/reconspider/core/repl_prompt.py", line 64, in repl
    Phonenumber(ph)
  File "/root/reconspider/plugins/Phonenumber.py", line 17, in Phonenumber
    print("Number: "+get['number'])
KeyError: 'number'

Desktop (please complete the following information):

  • OS: Ubuntu 20.04 LTS
  • Terminal
@Aravindha1234u
Copy link
Contributor

Thank you for reporting the issues. We are looking forward to it.

@Aravindha1234u Aravindha1234u self-assigned this Apr 29, 2020
@Aravindha1234u
Copy link
Contributor

We have updated on this Issue kindly pull or clone the repository so that updates are made.

@Aravindha1234u Aravindha1234u added wontfix This will not be worked on Issue Fixed ✓ and removed wontfix This will not be worked on labels Jun 26, 2020
Aravindha1234u added a commit that referenced this issue Jun 28, 2020
Since free API has only 250 request per month, Once your limit is reached, you wont be able to access it or use that module.
@Aravindha1234u
Copy link
Contributor

We have fixed this issue and a new commit has been done. Pull it from the repository or run an updated and check again if you face again issue. Please do let us know

e9f7684

@bhavsec bhavsec closed this as completed Jul 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants