ilektrojohn / creepy

A geolocation OSINT tool. Offers geolocation information gathering through social networking platforms.
http://www.geocreepy.com
GNU General Public License v3.0
1.25k stars 303 forks source link

Plugin Configuration does nothing - Kali Linux 64bit #69

Open th3l0b3 opened 9 years ago

th3l0b3 commented 9 years ago

This used to work, not sure why it isn't any longer. I was rebuilding my VM and loaded up Creepy like previously and now the app loads, but i cannot configure any plugins. Does nothing.

againtoday commented 9 years ago

Same issue on debian wheezy 64 bits. It looks like a misconfiguration between creepy and flickr plugin versions: Traceback (most recent call last): File "./CreepyMain.py", line 478, in showPluginsConfigurationDialog self.pluginsConfigurationDialog = PluginsConfigurationDialog() File "/home/xxxx/ilektrojohn-creepy-1.2-alpha/creepy/components/PluginsConfigurationDialog.py", line 17, in init self.PluginManager.loadPlugins() File "/usr/local/lib/python2.7/dist-packages/yapsy/PluginManager.py", line 513, in loadPlugins plugin_info.plugin_object = element() File "/home/xxxx/ilektrojohn-creepy-1.2-alpha/creepy/plugins/flickr/flickr.py", line 39, in init self.api = flickrapi.FlickrAPI(self.options_string["hidden_api_key"]) TypeError: init() takes at least 3 arguments (2 given)

sergiator commented 9 years ago

Same issue on Ubuntu 14.04.1 LTS 64 bits

LenzGr commented 9 years ago

I can confirm this behavior on a fresh git checkout on Ubuntu 14.04.1 LTS 64 bits. In my case, the plugin window is empty, but I don't see any error message in the logs.

DarkRedman commented 9 years ago

I've the same issue on Manjaro 64 bits !

jkakavas commented 9 years ago

Can you try now with a copy from the code in https://github.com/jkakavas/creepy ?

DarkRedman commented 9 years ago

It gives me another error this time because the module dominate doesn't exist.