Giter Site home page Giter Site logo

docker-zoom-tiny's People

Contributors

brettgoss avatar hlainchb avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

docker-zoom-tiny's Issues

Running tiny-zoom using docker generates error . Validated locally and on Digital Ocean

Hi,

The following error was validated locally on OSX and on Ubuntu 16.04 in Digital Ocean while executing tiny-zoom with the instructions provided in the README . The results are displayed in the browser when attempting to connect after validating the docker image is running with -p 8080:8080 as expected.

Traceback (most recent call last):
File "/tmp/zoom/zoom/middleware.py", line 265, in capture_stdout
result = handler(request, *rest)
File "/tmp/zoom/zoom/site.py", line 134, in site_handler
request.site = Site(request)
File "/tmp/zoom/zoom/site.py", line 68, in init
raise Exception('site {!r} does not exist'.format(site_path))
Exception: site '/tmp/zoom/web/sites/192.168.0.100' does not exist

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/tmp/zoom/zoom/middleware.py", line 300, in trap_errors
return handler(request, *rest)
File "/tmp/zoom/zoom/middleware.py", line 127, in serve_redirects
result = handler(request, *rest)
File "/tmp/zoom/zoom/middleware.py", line 214, in serve_favicon
return handler(request, *rest)
File "/tmp/zoom/zoom/middleware.py", line 171, in serve_static
return handler(request, *rest)
File "/tmp/zoom/zoom/middleware.py", line 192, in serve_images
return handler(request, *rest)
File "/tmp/zoom/zoom/middleware.py", line 224, in serve_html
return handler(request, *rest)
File "/tmp/zoom/zoom/middleware.py", line 348, in reset_modules
return handler(request, *rest)
File "/tmp/zoom/zoom/cookies.py", line 87, in cookie_handler
response = handler(request, *rest)
File "/tmp/zoom/zoom/middleware.py", line 270, in capture_stdout
if isinstance(result.content, str) and '{stdout}' in result.content:
UnboundLocalError: local variable 'result' referenced before assignment

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.