-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Comments
Fixed in commit 43a081b
Please try and report Update: |
Now I got another issue: "cannot copy tree '%s': not a directory" % src |
getting double slash
Update: |
It's working. Thanks, @thewhiteh4t |
I have the same problem with termux |
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
The text was updated successfully, but these errors were encountered: