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

Not working #1

Open
cboto314 opened this issue Aug 9, 2021 · 2 comments
Open

Not working #1

cboto314 opened this issue Aug 9, 2021 · 2 comments

Comments

@cboto314
Copy link

cboto314 commented Aug 9, 2021

Could you help me fix this error?

┌──(osint㉿osint)-[~/Desktop/revealin]
└─$ python3 ./revealin.py <handle>                                                    1 ⨯
[+] Handle : <handle>

[DEBUG] Cookie no more active, I re-login...
Email => <myemail>
Password => <mypassword>
[DEBUG] Cookies re-generated and valid !
Traceback (most recent call last):
  File "/home/osint/Desktop/revealin/./revealin.py", line 34, in <module>
    trio.run(main)
  File "/home/osint/.local/lib/python3.9/site-packages/trio/_core/_run.py", line 1932, in run
    raise runner.main_task_outcome.error
  File "/home/osint/Desktop/revealin/./revealin.py", line 24, in main
    target = await get_needed_info(as_client, handle)
  File "/home/osint/Desktop/revealin/lib/target.py", line 12, in get_needed_info
    req = await as_client.get(f"https://www.linkedin.com/voyager/api/identity/dash/profiles?q=memberIdentity&memberIdentity={handle}&decorationId=com.linkedin.voyager.dash.deco.identity.profile.FullProfile-64")
  File "/home/osint/.local/lib/python3.9/site-packages/httpx/_client.py", line 1305, in get
    return await self.request(
  File "/home/osint/.local/lib/python3.9/site-packages/httpx/_client.py", line 1147, in request
    response = await self.send(
  File "/home/osint/.local/lib/python3.9/site-packages/httpx/_client.py", line 1168, in send
    response = await self.send_handling_redirects(
  File "/home/osint/.local/lib/python3.9/site-packages/httpx/_client.py", line 1195, in send_handling_redirects
    response = await self.send_handling_auth(
  File "/home/osint/.local/lib/python3.9/site-packages/httpx/_client.py", line 1232, in send_handling_auth
    response = await self.send_single_request(request, timeout)
  File "/home/osint/.local/lib/python3.9/site-packages/httpx/_client.py", line 1269, in send_single_request
    timeout=timeout.as_dict(),
AttributeError: 'int' object has no attribute 'as_dict'
@ManuelBot59
Copy link

Replace "" with the target's email.

ERROR ****************************
┌──(osint㉿osint)-[~/Desktop/revealin]
└─$ python3 ./revealin.py

CORRECT *************************
┌──(osint㉿osint)-[~/Desktop/revealin]
└─$ python3 ./revealin.py email@gmail.com

@capizarnik
Copy link

Replace "" with the target's email.

ERROR **************************** ┌──(osint㉿osint)-[~/Desktop/revealin] └─$ python3 ./revealin.py

CORRECT ************************* ┌──(osint㉿osint)-[~/Desktop/revealin] └─$ python3 ./revealin.py email@gmail.com

does not work for me...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants