Giter VIP home page Giter VIP logo

pluss's People

Contributors

ayust avatar zigdon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pluss's Issues

Add OAuth support

An API key would be simpler to implement, but the 1000 request/day limit would only allow about 10 users per instance (if they were playing nice and not flushing). Going with OAuth instead will allow individual users to have individual usage limits.

Unsupported type: audio

https://plus.google.com/100860655741753926552/posts/V9AgyA7EFtG

Saw this movie last night and it was just so much fun. I basically got home and immediately looked up the album.
[attachment with unsupported type "audio"]

<title>Saw this movie last night and it was just so much fun. I basically got home and immediately...</title> 2014-06-04T22:58:58Z 2014-06-04T22:58:58Z tag:plus.google.com,2014-06-04:/z12ix50alxbxsrbxc04celejgonstblq5ng0k <div>Saw this movie last night and it was just so much fun. I basically got home and immediately looked up the album.</div>

<div>[attachment with unsupported type "audio"]</div>

wrong host in line 21main.py

There's the wrong host in line 21:
app.run(host='pluss.aiiane.com', port=54321, debug=True)
so there won't be the right host for listenling as configured in pluss.cfg.

The following error will be:

python main.py 
 * Running on http://pluss.aiiane.com:54321/
Traceback (most recent call last):
  File "main.py", line 21, in <module>
    app.run(host='pluss.aiiane.com', port=54321, debug=True)
  File "/usr/lib/python2.7/dist-packages/flask/app.py", line 772, in run
    run_simple(host, port, self, **options)
  File "/usr/lib/python2.7/dist-packages/werkzeug/serving.py", line 706, in run_simple
    test_socket.bind((hostname, port))
  File "/usr/lib/python2.7/socket.py", line 224, in meth
    return getattr(self._sock,name)(*args)
socket.error: [Errno 99] Cannot assign requested address

After changing the line 21 to the same host like in pluss.cfg copied from example
[server]
host=127.0.0.1:54321

It will run without any error.

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.