Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bouquets Editor commit crashes enigma2 #149

Closed
christophecvr opened this issue Aug 1, 2014 · 1 comment
Closed

Bouquets Editor commit crashes enigma2 #149

christophecvr opened this issue Aug 1, 2014 · 1 comment
Assignees
Labels
BUG 🐞 Not working as expected

Comments

@christophecvr
Copy link

The bouquet editor commit
e3d8b22

Crashes Enigma2 on vuduo2 and dm8000 .

When changing the file
BQE.py

 @@ -267,4 +267,5 @@ def __init__(self, session, path = ""):

self.session = session
self.putChild("web", BQEWebController(session))
self.putChild("api", BQEApiController(session))
self.putChild('tmp', File('/tmp'))

Back to

BQE.py

 @@ -267,4 +267,5 @@ def __init__(self, session, path = ""):

self.session = session
self.putChild("web", BQEWebController(session))
self.putChild("api", BQEApiController(session))

All works normal again.

@christophecvr christophecvr added BUG and removed BUG labels Aug 1, 2014
@jbleyel
Copy link
Contributor

jbleyel commented Aug 1, 2014

Upps, Sorry
There is a missing import.
I will fix it later this day.

@jbleyel jbleyel self-assigned this Aug 1, 2014
@jbleyel jbleyel closed this as completed Aug 1, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BUG 🐞 Not working as expected
Projects
None yet
Development

No branches or pull requests

2 participants