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

An error in BlockMasters.ps1 when refreshing the view #37

Closed
daimaah opened this issue Aug 23, 2018 · 2 comments
Closed

An error in BlockMasters.ps1 when refreshing the view #37

daimaah opened this issue Aug 23, 2018 · 2 comments
Assignees
Labels
bug Something isn't working solved An issue has been solved

Comments

@daimaah
Copy link

daimaah commented Aug 23, 2018

I'm getting an error when the main mining view starts the refreshing process:

Index operation failed; the array index evaluated to null.
At H:\crypto\miners\rainbowminer\RainbowMinerV3.8.2.1\Pools\BlockMasters.ps1:37 char:111
+ ... ach-Object {$Pool_Coins[$_.Group.algo] = @{Name=(Get-CoinName $_.Grou ...
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo          : InvalidOperation: (:) [], RuntimeException
+ FullyQualifiedErrorId : NullArrayIndex

Don't mind the path, the actual version is v3.8.3.5. I've checked the file against the current one on GitHub and they're identical.

@RainbowMiner
Copy link
Owner

I see. It looks like the blockmasters currencies api is currently down (the normal mining api is working). It should not affect the blockmasters mining. I will insert an extra error check for this part of the api.

RBM

@RainbowMiner
Copy link
Owner

Ok, I just pushed a service release. Please update to v3.8.3.6

RBM

@RainbowMiner RainbowMiner self-assigned this Aug 23, 2018
@RainbowMiner RainbowMiner added bug Something isn't working solved An issue has been solved labels Aug 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working solved An issue has been solved
Projects
None yet
Development

No branches or pull requests

2 participants