Closed dhellis closed 4 years ago
Update, it appears that this problem is being caused as soon as I add the Antminer E3. I was able to start over, created a new db, added all of the miners but as soon as I add the E3 the program crashes.
Very odd because this had been working so nicely
duplicate #139
Closed via 946e78c
Your miner has been running great but for some reason it stopped working an now shows this error. I even tried a fresh install but still not working
File "C:\Users\Scott\AppData\Local\Programs\Python\Python37\lib\site-packages\flask\app.py", line 2309, in call return self.wsgi_app(environ, start_response) File "C:\Users\Scott\AppData\Local\Programs\Python\Python37\lib\site-packages\flask\app.py", line 2295, in wsgi_app response = self.handle_exception(e) File "C:\Users\Scott\AppData\Local\Programs\Python\Python37\lib\site-packages\flask\app.py", line 1741, in handle_exception reraise(exc_type, exc_value, tb) File "C:\Users\Scott\AppData\Local\Programs\Python\Python37\lib\site-packages\flask_compat.py", line 35, in reraise raise value File "C:\Users\Scott\AppData\Local\Programs\Python\Python37\lib\site-packages\flask\app.py", line 2292, in wsgi_app response = self.full_dispatch_request() File "C:\Users\Scott\AppData\Local\Programs\Python\Python37\lib\site-packages\flask\app.py", line 1815, in full_dispatch_request rv = self.handle_user_exception(e) File "C:\Users\Scott\AppData\Local\Programs\Python\Python37\lib\site-packages\flask\app.py", line 1718, in handle_user_exception reraise(exc_type, exc_value, tb) File "C:\Users\Scott\AppData\Local\Programs\Python\Python37\lib\site-packages\flask_compat.py", line 35, in reraise raise value File "C:\Users\Scott\AppData\Local\Programs\Python\Python37\lib\site-packages\flask\app.py", line 1813, in full_dispatch_request rv = self.dispatch_request() File "C:\Users\Scott\AppData\Local\Programs\Python\Python37\lib\site-packages\flask\app.py", line 1799, in dispatch_request return self.view_functionsrule.endpoint File "C:\Users\Scott\AppData\Local\Programs\Python\Python37\lib\site-packages\flask_login\utils.py", line 261, in decorated_view return func(*args, **kwargs) File "c:\antminer\antminermonitor\blueprints\asicminer\views\antminer.py", line 105, in miners Open an interactive python shell in this frameworker = active_pool[0]['User'] IndexError: list index out of range