Script not running [Solved]

Hi. I’ve installed all the software as directed in the Install Guide, but when I get to the web server, I’m unable to start the script or locate any devices on the refresh device list.

In Chrome: Error while receiving device configuration: SyntaxError: Unexpected token C
In Firefox: Error while receiving device configuration: SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data

Everything is updated as of today, but running sudo ~/brewpi-tools/updater.py I get this…

*** Updating BrewPi script repository ***

Stopping running instances of BrewPi
You are on branch master
The latest commit in /home/brewpi  is 21caa7a408a7fe0ede08b544c8768b9d8c902d7d on Fri, 31 Jul 2015 12:02:34
The latest commit on origin/master is 21caa7a408a7fe0ede08b544c8768b9d8c902d7d on Fri, 31 Jul 2015 12:02:34
Your local version of /home/brewpi is up to date!


*** Updating BrewPi web interface repository ***
You are on branch master
The latest commit in /var/www      is d44c03e786d0bde0dc43f86a8bd655659f3f3d2b on Wed, 11 Mar 2015 14:59:39
The latest commit on origin/master is d44c03e786d0bde0dc43f86a8bd655659f3f3d2b on Wed, 11 Mar 2015 14:59:39
Your local version of /var/www is up to date!

No changes were made, skipping runAfterUpdate.sh.
If you encounter problems, you can start it manually with:
sudo /home/brewpi/utils/runAfterUpdate.sh

The update script can automatically check your controller firmware version and program it with the latest release on GitHub, would you like to do this now? [Y/n]:
 Stopping any running instances of BrewPi to check/update controller...

Checking current firmware version...
Aug 03 2015 02:14:10   Opening serial port
Aug 03 2015 02:14:20   Errors while opening serial port:
Could not find compatible serial devices

 Unable to connect to controller, perhaps it is disconnected or otherwise unavailable.


*** Done updating BrewPi! ***

I’ve never really used linux before so I don’t know where to get the version numbers I’m running, but I’m running a BrewPi Spark with Raspberry PI B+. Any advice would be great.

Sorry, this was my fault. Please update your script and it should work. Fixed in 0.3.7.1

It was a bug in the script, the USB identifiers were lowercase on Linux and uppercase on Windows.