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

TypeError cannot concatenate 'str' and 'NoneType' objects #18

Closed
securITymania opened this issue Sep 11, 2018 · 5 comments
Closed

TypeError cannot concatenate 'str' and 'NoneType' objects #18

securITymania opened this issue Sep 11, 2018 · 5 comments

Comments

@securITymania
Copy link

securITymania commented Sep 11, 2018

I got the below error when I run the project in Parrot OS

Traceback (most recent call last):
File "seeker.py", line 210, in
wait()
File "seeker.py", line 123, in wait
main()
File "seeker.py", line 140, in main
print (G + '[+]' + C + ' GPU Vendor : ' + W + value['vendor'])
TypeError: cannot concatenate 'str' and 'NoneType' objects
issue

@thewhiteh4t
Copy link
Owner

thewhiteh4t commented Sep 11, 2018

Fixed in commit 43a081b
Try this :

cd seeker
git pull
cp template/nearyou/js/info.js /var/www/html/nearyou/js

Please try and report

Update:
Script is also updated now, no need to follow the steps above, script will automatically copy updated files to apache server dir

@securITymania
Copy link
Author

Fixed in commit 43a081b
Try this :

cd seeker
git pull
cp template/nearyou/js/info.js /var/www/html/nearyou/js

Please try and report

Update:
Script is also updated now, no need to follow the steps above, script will automatically copy updated files to apache server dir

Now I got another issue: "cannot copy tree '%s': not a directory" % src
issue2

@thewhiteh4t
Copy link
Owner

thewhiteh4t commented Sep 12, 2018

getting double slash
please try this, if it works i will push an update

cd seeker
gedit seeker.py
# goto line 83 i.e.
# distutils.dir_util.copy_tree('{}/template/nearyou'.format(swd), tmp)
# change it to 
# distutils.dir_util.copy_tree('{}template/nearyou'.format(swd), tmp)
# you have to remove the extra ' / ' before template

Update:
also run install.sh before executing script again or it will show you another error

@securITymania
Copy link
Author

getting double slash
please try this, if it works i will push an update

cd seeker
gedit seeker.py
# goto line 83 i.e.
# distutils.dir_util.copy_tree('{}/template/nearyou'.format(swd), tmp)
# change it to 
# distutils.dir_util.copy_tree('{}template/nearyou'.format(swd), tmp)
# you have to remove the extra ' / ' before template

Update:
also run install.sh before executing script again or it will show you another error

It's working. Thanks, @thewhiteh4t

@H0c0ok
Copy link

H0c0ok commented Oct 9, 2019

I have the same problem with termux

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