Post
Topic
Board Mining (Altcoins)
Re: [Minera v0.5.0] Your next mining dashboard - Networked/CPUminer/CGminer/BFGminer
by
Flep182
on 10/05/2015, 13:06:15 UTC
Hello,

Does anyone have any issues with the export button?  I select it and all I get is the spend of death.  Before the update, it used to work.  If I can get this to work, it'll save me some time building new systems.

ah sh*t! There is a really stupid bug, I missed a / in a url.
If you can change the line 222 of the file assets/js/minera.js https://github.com/michelem09/minera/blob/master/assets/js/minera.js#L222

Now it looks like this:

Code:
var saveUrl = _baseUrl+"app/save_settings";

Change it to this:

Code:
var saveUrl = _baseUrl+"/app/save_settings";

Or wait for the next update if it's not mission critical  Roll Eyes