-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Here's what I ran after cloning the Plinth repo:
make
cd vendor/exmachina
sudo python ./exmachina.py &
cd ../../
./plinth.py
Output:
127.0.0.1 8000
When I visit http://127.0.0.1:8000, this is what I see:
400 Bad Request
Illegal cookie name __utma
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/cherrypy/_cprequest.py", line 621, in respond
self.process_headers()
File "/usr/lib/python2.7/dist-packages/cherrypy/_cprequest.py", line 722, in process_headers
raise cherrypy.HTTPError(400, msg)
HTTPError: (400, 'Illegal cookie name __utma')
Since I'm running all this on a 64-bit Linux desktop (and not a DreamPlug), obviously I can't configure the FreedomBox I don't have. What should I do to be able to at least see what Plinth looks like?
Metadata
Metadata
Assignees
Labels
No labels