I get `Error: Unable to obtain claim code` when trying to claim my photon.
```
…russ$ particle setup
_ _ _ _
_ __ __ _ _ __| |_(_) ___| | ___ (_) ___
| '_ \ / _` | '__| __| |/ __| |/ _ \ | |/ _ \
| |_) | (_| | | | |_| | (__| | __/_| | (_) |
| .__/ \__,_|_| \__|_|\___|_|\___(_)_|\___/
|_| https://particle.io/
> Setup is easy! Let's get started...
> It appears as though you are already logged in as me@rsmith.co
? Would you like to log in with a different account? No
! PROTIP: Hold the MODE/SETUP button on your device until it blinks blue!
! PROTIP: Please make sure you are connected to the internet.
> No devices detected via USB.
? Would you like to scan for nearby Photons in Wi-Fi setup mode? Yes
! PROTIP: Wireless setup of Photons works like a wizard!
! PROTIP: We will automagically change the Wi-Fi network to which your computer is connected.
! PROTIP: You may lose your connection to the internet for a moment.
? Found "Photon-EWVK". Would you like to perform setup on this one now? Yes
! PROTIP: You will need to know the password for your Wi-Fi network (if any) to proceed.
! PROTIP: You can press ctrl + C to quit setup at any time.
> > [Error: Unable to obtain claim code]
! PROTIP: We need an active internet connection to successfully complete setup.
! PROTIP: Are you currently connected to the internet? Please double-check and try again.
```
I found [this](https://community.particle.io/t/photon-setup-fails-with-unable-to-obtain-claim-code/12606), but there is no solution there.
Any ideas?
I'm on a 2012 MBP Retina, running 10.10.3. particle cli version info;
```
$ npm info particle-cli
{ name: 'particle-cli',
description: 'Simple Node commandline application for working with your Particle devices and using the Particle Cloud',
'dist-tags': { latest: '1.5.11' },
versions:
[ '1.5.0',
'1.5.1',
'1.5.2',
'1.5.3',
'1.5.4',
'1.5.5',
'1.5.6',
'1.5.7',
'1.5.8',
'1.5.9',
'1.5.10',
'1.5.11' ],
maintainers:
[ 'nexxy <emily@contactvibe.com>',
'brycekahle <bkahle@gmail.com>' ],
time:
{ modified: '2015-05-28T20:22:12.441Z',
created: '2015-05-15T04:30:10.272Z',
'1.5.0': '2015-05-15T04:30:10.272Z',
'1.5.1': '2015-05-15T22:24:23.845Z',
'1.5.2': '2015-05-16T00:42:54.971Z',
'1.5.3': '2015-05-16T07:31:02.698Z',
'1.5.4': '2015-05-18T00:32:09.649Z',
'1.5.5': '2015-05-18T22:14:21.533Z',
'1.5.6': '2015-05-19T00:59:47.326Z',
'1.5.7': '2015-05-20T00:14:47.082Z',
'1.5.8': '2015-05-20T00:23:31.297Z',
'1.5.9': '2015-05-22T02:19:09.094Z',
'1.5.10': '2015-05-22T02:25:27.158Z',
'1.5.11': '2015-05-28T20:22:12.441Z' },
homepage: 'https://github.com/spark/particle-cli#readme',
repository:
{ type: 'git',
url: 'git+https://github.com/spark/particle-cli.git' },
contributors:
[ 'Kenneth Lim (https://github.com/kennethlimcp)',
'David Washington (https://github.com/dwcares)',
'TJ Hunter (https://github.com/Hypnopompia)',
'Udo Kramer (https://github.com/optikfluffel)',
'vk2tds (https://github.com/vk2tds)',
'Emily Rose (https://github.com/emilyrose)',
'Kyle Marsh (https://github.com/kylemarsh)',
'Harrison Jones (https://github.com/harrisonhjones)',
'Bryce Kahle (https://github.com/brycekahle)' ],
author: 'David Middlecamp',
bugs: { url: 'https://github.com/spark/particle-cli/issues' },
readmeFilename: 'README.md',
license: 'LGPL-3.0',
version: '1.5.11',
bin: { particle: './bin/particle.js' },
main: './app.js',
engines: { node: '^0.10.0' },
dependencies:
{ chalk: '^1.0.0',
'cli-spinner': '^0.2.1',
glob: '^4.2.1',
'hogan.js': '^2.0.0',
inquirer: '^0.8.2',
moment: '^2.9.0',
'node-wifiscanner2': '^1.0.0',
request: '^2.46.0',
serialport: '^1.5.0',
'softap-setup': '^1.1.4',
when: '^3.7.2',
xtend: '^4.0.0' },
preferGlobal: true,
gitHead: '579715a0f46ea5d17bb3cc3b0a12e929c91ae3be',
scripts: {},
dist:
{ shasum: '769d9f4ac86977f4901a0beb790f833adfa13ecc',
tarball: 'http://registry.npmjs.org/particle-cli/-/particle-cli-1.5.11.tgz' },
directories: {} }
```