mirror of
https://github.com/alpkeskin/mosint.git
synced 2026-04-26 11:35:51 +03:00
[GH-ISSUE #13] error #9
Labels
No labels
bug
duplicate
enhancement
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mosint#9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @077uyp on GitHub (Jan 6, 2022).
Original GitHub issue: https://github.com/alpkeskin/mosint/issues/13
Traceback (most recent call last):
File "/home/user/mosint/modules/SocialScan.py", line 1, in
from socialscan.util import Platforms, sync_execute_queries
File "/home/user/.local/lib/python3.9/site-packages/socialscan/util.py", line 9, in
import aiohttp
File "/usr/lib/python3/dist-packages/aiohttp/init.py", line 6, in
from .client import (
File "/usr/lib/python3/dist-packages/aiohttp/client.py", line 35, in
from . import hdrs, http, payload
File "/usr/lib/python3/dist-packages/aiohttp/http.py", line 7, in
from .http_parser import (
File "/usr/lib/python3/dist-packages/aiohttp/http_parser.py", line 15, in
from .helpers import NO_EXTENSIONS, BaseTimerContext
File "/usr/lib/python3/dist-packages/aiohttp/helpers.py", line 667, in
class CeilTimeout(async_timeout.timeout):
TypeError: function() argument 'code' must be code, not str
@opticoax747 commented on GitHub (Feb 3, 2022):
Same here, did u find a solution?
@alpkeskin commented on GitHub (Feb 3, 2022):
What version of python are you using?
@opticoax747 commented on GitHub (Feb 3, 2022):
/mosint$ python3 --version
Python 3.7.3
@.***:~/mosint$
On Thu, Feb 3, 2022 at 10:45 AM Alp @.***> wrote:
@opticoax747 commented on GitHub (Feb 3, 2022):
both /mosint$ python3 --version
Python 3.7.3
and Python 2.7 are installed
can I force go to run with Python3?
@alpkeskin commented on GitHub (Feb 5, 2022):
I think there is a problem with your python version or the libraries you are using. The simple way is you can update the version of
python3and reinstall theaiohttplibrary.@calganaygun commented on GitHub (Feb 5, 2022):
Hey, @opticoax747 I think this bug is related to socialscan package. Can you share your OS and aiohttp version?
To find the aiohttp version you're using: