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

hashcat C-c shows traceback #457

Closed
mateuszsrebrny opened this issue Jun 10, 2021 · 3 comments
Closed

hashcat C-c shows traceback #457

mateuszsrebrny opened this issue Jun 10, 2021 · 3 comments
Assignees

Comments

@mateuszsrebrny
Copy link
Contributor

mateuszsrebrny commented Jun 10, 2021

Mateusz, win

(yagna-python-tutorial) D:\devel\yapapi\examples\yacat>python yacat.py --mask ?a?a?a --hash $P$5ZDzPE45CLLhEx/72qt3NehVzwN2Ry/ --log-file "yapapi-debug-%date:~-4%%date:~3,2%%date:~0,2%_%time:~0,2%%time:~3,2%%time:~6,2%.log"
[2021-06-10 12:28:05,959 INFO yapapi] Using log file `yapapi-debug-20210610_122804.log`; in case of errors look for additional information there
Using subnet: devnet-beta.2, payment driver: zksync, and network: rinkeby

[2021-06-10 12:28:11,018 INFO yapapi.summary] Received proposals from 1 provider so far
[2021-06-10 12:28:11,031 INFO yapapi.summary] Received proposals from 2 providers so far
[2021-06-10 12:28:11,038 INFO yapapi.summary] Received proposals from 3 providers so far
[2021-06-10 12:28:11,054 INFO yapapi.summary] Received proposals from 4 providers so far
[2021-06-10 12:28:11,090 INFO yapapi.summary] Received proposals from 5 providers so far
[2021-06-10 12:28:11,130 INFO yapapi.summary] Received proposals from 6 providers so far
[2021-06-10 12:28:11,156 INFO yapapi.summary] Received proposals from 7 providers so far
[2021-06-10 12:28:11,170 INFO yapapi.summary] Received proposals from 8 providers so far
[2021-06-10 12:28:12,572 INFO yapapi.summary] Agreement proposed to provider 'mf.b2'
[2021-06-10 12:28:12,951 INFO yapapi.summary] Agreement confirmed by provider 'mf.b2'
[2021-06-10 12:28:13,800 INFO yapapi.summary] Task started on provider 'mf.b2', task data: compute_keyspace
Shutting down gracefully, please wait a short while or press Ctrl+C to exit immediately...
^C[2021-06-10 12:30:51,344 WARNING yapapi.summary] Computation cancelled
[2021-06-10 12:30:51,344 INFO yapapi.summary] Negotiated 1 agreements with 1 providers
[2021-06-10 12:30:51,344 INFO yapapi.summary] Provider 'mf.b2' did not compute any tasks
[2021-06-10 12:30:52,348 INFO yapapi.executor] Waiting for 1 worker to finish...
[2021-06-10 12:30:53,167 INFO yapapi.executor] Waiting for Executor services to finish...
[2021-06-10 12:30:53,167 INFO yapapi.summary] Terminated agreement with mf.b2
[2021-06-10 12:30:53,169 INFO yapapi.executor] Golem is shutting down...
[2021-06-10 12:30:53,169 INFO yapapi.executor] All jobs have finished
[2021-06-10 12:30:53,170 INFO yapapi.executor] 1 agreement still unpaid, waiting for invoices...
[2021-06-10 12:30:53,861 INFO yapapi.summary] Accepted invoice from 'mf.b2', amount: 0.178012402041
[2021-06-10 12:30:53,861 INFO yapapi.executor] Waiting for Golem services to finish...
[2021-06-10 12:30:53,869 INFO yapapi.summary] Total cost: 0.178012402041
[2021-06-10 12:30:53,869 INFO yapapi.summary] Executor has shut down
Traceback (most recent call last):
  File "yacat.py", line 221, in <module>
    loop.run_until_complete(task)
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.2800.0_x64__qbz5n2kfra8p0\lib\asyncio\base_events.py", line 603, in run_until_complete
    self.run_forever()
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.2800.0_x64__qbz5n2kfra8p0\lib\asyncio\windows_events.py", line 316, in run_forever
    super().run_forever()
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.2800.0_x64__qbz5n2kfra8p0\lib\asyncio\base_events.py", line 570, in run_forever
    self._run_once()
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.2800.0_x64__qbz5n2kfra8p0\lib\asyncio\base_events.py", line 1823, in _run_once
    event_list = self._selector.select(timeout)
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.2800.0_x64__qbz5n2kfra8p0\lib\asyncio\windows_events.py", line 434, in select
    self._poll(timeout)
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.2800.0_x64__qbz5n2kfra8p0\lib\asyncio\windows_events.py", line 783, in _poll
    status = _overlapped.GetQueuedCompletionStatus(self._iocp, ms)
KeyboardInterrupt

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "yacat.py", line 243, in <module>
    loop.run_until_complete(task)
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.2800.0_x64__qbz5n2kfra8p0\lib\asyncio\base_events.py", line 616, in run_until_complete
    return future.result()
  File "yacat.py", line 174, in main
    f"{TEXT_COLOR_CYAN}"
UnboundLocalError: local variable 'keyspace' referenced before assignment

(yagna-python-tutorial) D:\devel\yapapi\examples\yacat>
@tworec
Copy link
Contributor

tworec commented Jun 14, 2021

Mateusz, win

@mateuszsrebrny what are you going to win? :)

@mateuszsrebrny
Copy link
Contributor Author

Mateusz, win

@mateuszsrebrny what are you going to win? :)

I am winning every day 🤣

@kmazurek
Copy link
Contributor

Resolved with #490

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants