Skip to content

Error #16

@KacperSzczesny

Description

@KacperSzczesny

`C:\Users\ADMIN\py-onym-master>python.exe tellonym.py -i C:\Users\ADMIN\py-onym-master\sources\1.txt tellonym_USR
07-Jan-24 23:03:19 - Starting Tellonym Spammer application.
07-Jan-24 23:03:19 - Error occurred during loading data. Trying to use cache server https://fake-useragent.herokuapp.com/browsers/0.1.11
Traceback (most recent call last):
File "C:\Users\ADMIN\AppData\Local\Programs\Python\Python312\Lib\site-packages\fake_useragent\utils.py", line 154, in load
for item in get_browsers(verify_ssl=verify_ssl):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ADMIN\AppData\Local\Programs\Python\Python312\Lib\site-packages\fake_useragent\utils.py", line 99, in get_browsers
html = html.split('

')[1]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^
IndexError: list index out of range
Traceback (most recent call last):
File "C:\Users\ADMIN\AppData\Local\Programs\Python\Python312\Lib\site-packages\fake_useragent\utils.py", line 154, in load
for item in get_browsers(verify_ssl=verify_ssl):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ADMIN\AppData\Local\Programs\Python\Python312\Lib\site-packages\fake_useragent\utils.py", line 99, in get_browsers
html = html.split('
')[1]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^
IndexError: list index out of range

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\ADMIN\AppData\Local\Programs\Python\Python312\Lib\site-packages\fake_useragent\utils.py", line 64, in get
with contextlib.closing(urlopen(
^^^^^^^^
File "C:\Users\ADMIN\AppData\Local\Programs\Python\Python312\Lib\urllib\request.py", line 215, in urlopen
return opener.open(url, data, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ADMIN\AppData\Local\Programs\Python\Python312\Lib\urllib\request.py", line 521, in open
response = meth(req, response)
^^^^^^^^^^^^^^^^^^^
File "C:\Users\ADMIN\AppData\Local\Programs\Python\Python312\Lib\urllib\request.py", line 630, in http_response
response = self.parent.error(
^^^^^^^^^^^^^^^^^^
File "C:\Users\ADMIN\AppData\Local\Programs\Python\Python312\Lib\urllib\request.py", line 559, in error
return self._call_chain(*args)
^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ADMIN\AppData\Local\Programs\Python\Python312\Lib\urllib\request.py", line 492, in _call_chain
result = func(*args)
^^^^^^^^^^^
File "C:\Users\ADMIN\AppData\Local\Programs\Python\Python312\Lib\urllib\request.py", line 639, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 503: Service Unavailable

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\ADMIN\py-onym-master\tellonym.py", line 129, in
main()
File "C:\Users\ADMIN\py-onym-master\tellonym.py", line 126, in main
run(parse_args())
File "C:\Users\ADMIN\py-onym-master\tellonym.py", line 89, in run
tellonym = Tellonym(args.user, args.timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ADMIN\py-onym-master\tellonym.py", line 22, in init
self.s = Service(url=PAGE_URL + self.user, timeout=self.timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ADMIN\py-onym-master\lib\service.py", line 21, in init
self.driver = get_driver_config()
^^^^^^^^^^^^^^^^^^^
File "C:\Users\ADMIN\py-onym-master\config\firefox.py", line 14, in get_driver_config
user_agent = UserAgent().random
^^^^^^^^^^^
File "C:\Users\ADMIN\AppData\Local\Programs\Python\Python312\Lib\site-packages\fake_useragent\fake.py", line 69, in init
self.load()
File "C:\Users\ADMIN\AppData\Local\Programs\Python\Python312\Lib\site-packages\fake_useragent\fake.py", line 75, in load
self.data = load_cached(
^^^^^^^^^^^^
File "C:\Users\ADMIN\AppData\Local\Programs\Python\Python312\Lib\site-packages\fake_useragent\utils.py", line 250, in load_cached
update(path, use_cache_server=use_cache_server, verify_ssl=verify_ssl)
File "C:\Users\ADMIN\AppData\Local\Programs\Python\Python312\Lib\site-packages\fake_useragent\utils.py", line 245, in update
write(path, load(use_cache_server=use_cache_server, verify_ssl=verify_ssl))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ADMIN\AppData\Local\Programs\Python\Python312\Lib\site-packages\fake_useragent\utils.py", line 187, in load
ret = json.loads(get(
^^^^
File "C:\Users\ADMIN\AppData\Local\Programs\Python\Python312\Lib\site-packages\fake_useragent\utils.py", line 84, in get
raise FakeUserAgentError('Maximum amount of retries reached')
fake_useragent.errors.FakeUserAgentError: Maximum amount of retries reached

C:\Users\ADMIN\py-onym-master>`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions