Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

404 not found on get_balances #115

Open
soulslicer opened this issue Dec 22, 2021 · 2 comments
Open

404 not found on get_balances #115

soulslicer opened this issue Dec 22, 2021 · 2 comments

Comments

@soulslicer
Copy link

Exception in thread Thread-2:
Traceback (most recent call last):
  File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.6/threading.py", line 864, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/local/lib/python3.6/dist-packages/nuxhash/gui/mining.py", line 140, in do_requests
    wallet, unpaid = get_balances(self._Settings)
  File "/usr/local/lib/python3.6/dist-packages/nuxhash/nicehash.py", line 27, in get_balances
    'GET', f'/main/api/v2/mining/external/{address}/rigs/', '', None)
  File "/usr/local/lib/python3.6/dist-packages/nuxhash/nhrest/python/nicehash.py", line 38, in request
    raise Exception(str(response.status_code) + ": " + response.reason)
Exception: 404: Not Found

After i entered my Nicehash address. Did some API in nicehash change again?

@huntertj
Copy link

#58 fixes it

@soulslicer
Copy link
Author

Still doesnt work, now it says API keys required

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

No branches or pull requests

2 participants