Giter Site home page Giter Site logo

Installation Error about alexapideprecated HOT 5 CLOSED

alexa-pi avatar alexa-pi commented on August 18, 2024
Installation Error

from alexapideprecated.

Comments (5)

groetingc avatar groetingc commented on August 18, 2024

setup.sh script has some minor issues in my environment:
I had to change
ip = ifconfig eth0 | grep "inet addr" | cut -d ':' -f 2 | cut -d ' ' -f 1 (In backticks)
to
ip=ifconfig eth0 | grep "inet addr" | cut -d ':' -f 2 | cut -d ' ' -f 1 (In backticks)
(It looked like that my shell doesn't like the spaces in the variable assignment
Moreover, I had to manually create the creds.py

from alexapideprecated.

TW79 avatar TW79 commented on August 18, 2024

If you're using a WiFi adapter, you'll need to change setup.sh to ip=ifconfig wlan0 | ...

from alexapideprecated.

lennysh avatar lennysh commented on August 18, 2024

If this has been resolved, please close this issue.

from alexapideprecated.

Stephen-Neal avatar Stephen-Neal commented on August 18, 2024

I have the same issue. Latest Raspbian install on an RPi 2 (30th Mar 2016)
Have done an apt-get update and upgrade.
Have logged in as root by sudo su and moved to /root using cd /root
I get the Object "=" is unknown, try "ip help" error too.

If I remove the spaces as suggest by groetingc I get
./setup.sh : line 31 : unexpected EOF whilst looking for matching ' '
./setup.sh : line 37 : syntax error: unexpected end of file

Help appreciated.

from alexapideprecated.

sammachin avatar sammachin commented on August 18, 2024

The setup.sh and authweb.py scripts are much improved in 1.1 to make things a bit easier, you can either grab those files from the 1.1 branch and try now or sit tight for the proper 1.1 update which has lots of changes in the alexa client too.

Please don't try and install and run the entire 1.1 branch as its still WIP and almost certainly broken!

from alexapideprecated.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.