s0md3v / Photon

Incredibly fast crawler designed for OSINT.
GNU General Public License v3.0
10.96k stars 1.49k forks source link

Photon Module Updater | Not working #119

Closed 4k4xs4pH1r3 closed 5 years ago

4k4xs4pH1r3 commented 5 years ago

When I try to update Photon in Kali Linux generate the bellow error=

python photon.py --update

  ____  __          __
 / __ \/ /_  ____  / /_____  ____
/ /_/ / __ \/ __ \/ __/ __ \/ __ \

/ / / / / // / // // / / / / // // //\/_/____// /_/ v1.2.1

[~] Checking for updates Traceback (most recent call last): File "photon.py", line 100, in updater() File "/usr/share/Photon/core/updater.py", line 16, in updater latest_commit = requester('https://raw.githubusercontent.com/s0md3v/Photon/master/photon.py', host='github.com').text AttributeError: 'unicode' object has no attribute 'text'

image