Extension version: 1.2.42
This error messages shows up in Browse. Force-quitting and reopening didn't fix the issue.
There is a (temporary?) block based on the "browser" that we are using.
The browser version is "randomly" changed based on the day and time.
Check in tomorrow to see if the block list gets updated or if it goes though.
Or we can change the randomization code some more.
okk
The next time someone edits Madara, they should also make the following change:
private val day = SimpleDateFormat( "dd", Locale.US).format(Date()) //take out the extra d
It's a small edit which really only affects the first 9 days of each month.
Most helpful comment
There is a (temporary?) block based on the "browser" that we are using.
The browser version is "randomly" changed based on the day and time.
Check in tomorrow to see if the block list gets updated or if it goes though.
Or we can change the randomization code some more.