Git Product home page Git Product logo

soundscape-generator's Introduction

Hey, I'm Alex (he/him) ๐Ÿ‘‹

I'm currently working on building audiovisual analysis tools for the broadcast industry and learning lots of Rust with evertz.io.

When I'm not doing that I'm working on a new media art pracice. You can check out some finished projects here.

soundscape-generator's People

Contributors

alexjsmac avatar dependabot[bot] avatar gregalexsmith avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

soundscape-generator's Issues

error message upon entering site

Able to get welcom screen after workaround in issue #5 but upon entering the "soundsscape" portion I get a bunch of file not found messages:

rich[scripts]$ cd ..
(.venv) rich[soundscape-generator]$ python src/application.py --port 8000 --debug
 * Running on http://0.0.0.0:8000/ (Press CTRL+C to quit)
 * Restarting with stat
 * Debugger is active!
 * Debugger PIN: 319-325-887
127.0.0.1 - - [22/Mar/2020 17:09:16] "GET / HTTP/1.1" 200 -
127.0.0.1 - - [22/Mar/2020 17:09:20] "GET /soundscapes HTTP/1.1" 500 -
Traceback (most recent call last):
  File "/home/rich/bin/soundscape-generator/.venv/lib/python3.8/site-packages/flask/app.py", line 1997, in __call__
    return self.wsgi_app(environ, start_response)
  File "/home/rich/bin/soundscape-generator/.venv/lib/python3.8/site-packages/flask/app.py", line 1985, in wsgi_app
    response = self.handle_exception(e)
  File "/home/rich/bin/soundscape-generator/.venv/lib/python3.8/site-packages/flask_cors/extension.py", line 161, in wrapped_function
    return cors_after_request(app.make_response(f(*args, **kwargs)))
  File "/home/rich/bin/soundscape-generator/.venv/lib/python3.8/site-packages/flask_restful/__init__.py", line 272, in error_router
    return original_handler(e)
  File "/home/rich/bin/soundscape-generator/.venv/lib/python3.8/site-packages/flask/app.py", line 1540, in handle_exception
    reraise(exc_type, exc_value, tb)
  File "/home/rich/bin/soundscape-generator/.venv/lib/python3.8/site-packages/flask/_compat.py", line 33, in reraise
    raise value
  File "/home/rich/bin/soundscape-generator/.venv/lib/python3.8/site-packages/flask/app.py", line 1982, in wsgi_app
    response = self.full_dispatch_request()
  File "/home/rich/bin/soundscape-generator/.venv/lib/python3.8/site-packages/flask/app.py", line 1614, in full_dispatch_request
    rv = self.handle_user_exception(e)
  File "/home/rich/bin/soundscape-generator/.venv/lib/python3.8/site-packages/flask_cors/extension.py", line 161, in wrapped_function
    return cors_after_request(app.make_response(f(*args, **kwargs)))
  File "/home/rich/bin/soundscape-generator/.venv/lib/python3.8/site-packages/flask_restful/__init__.py", line 272, in error_router
    return original_handler(e)
  File "/home/rich/bin/soundscape-generator/.venv/lib/python3.8/site-packages/flask/app.py", line 1517, in handle_user_exception
    reraise(exc_type, exc_value, tb)
  File "/home/rich/bin/soundscape-generator/.venv/lib/python3.8/site-packages/flask/_compat.py", line 33, in reraise
    raise value
  File "/home/rich/bin/soundscape-generator/.venv/lib/python3.8/site-packages/flask/app.py", line 1612, in full_dispatch_request
    rv = self.dispatch_request()
  File "/home/rich/bin/soundscape-generator/.venv/lib/python3.8/site-packages/flask/app.py", line 1598, in dispatch_request
    return self.view_functions[rule.endpoint](**req.view_args)
  File "/home/rich/bin/soundscape-generator/src/application.py", line 209, in show_index
    return make_response(open(os.path.join(DIR,
FileNotFoundError: [Errno 2] No such file or directory: '/home/rich/bin/soundscape-generator/src/frontend/build/index.html'
127.0.0.1 - - [22/Mar/2020 17:09:20] "GET /soundscapes?__debugger__=yes&cmd=resource&f=style.css HTTP/1.1" 200 -
127.0.0.1 - - [22/Mar/2020 17:09:20] "GET /soundscapes?__debugger__=yes&cmd=resource&f=jquery.js HTTP/1.1" 200 -
127.0.0.1 - - [22/Mar/2020 17:09:20] "GET /soundscapes?__debugger__=yes&cmd=resource&f=debugger.js HTTP/1.1" 200 -
127.0.0.1 - - [22/Mar/2020 17:09:21] "GET /soundscapes?__debugger__=yes&cmd=resource&f=console.png HTTP/1.1" 200 -

python problem

received error

No module named 'cStringIO'

Fix for me, sort of, was to change

from StringIO import StringIO to from io import StringIO

That loaded the welcome page, but the server still does not work. see next issue.

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.