NRF52 TAIDA board - tool-openocd not found

I’m encountering the following error when using the Arduino framework for a Taida Golden board:

pio run --target upload
[Wed Dec 13 18:27:06 2017] Processing stct_nrf52_minidev (platform: nordicnrf52; board: stct_nrf52_minidev; framework: arduino)

PackageManager: Installing tool-openocd @ ~1.1000.0
Error: Detected unknown package ‘tool-openocd’

My platformio.ini file is as follows:

[env:stct_nrf52_minidev]
platform = nordicnrf52
board = stct_nrf52_minidev
framework = arduino

Any ideas?

Could you check your Internet connection?

Solved - Yes it seems it was a connectivity issue. The stange thing was that everything else at the time downloaded without issue.