Domoboard - Bug reports

Domoboard is a dashboard for Domoticz based on Python Flask.

Moderators: leecollings, wez3

Forum rules
Before posting here, make sure you are using the latest Beta or Stable version.

In order to fix issues or add features these have to be reported on the Domoboard Github pages.
This makes it possible to keep track of issues/features on a centralized place.

Refer to the issue of the github tracker when possible.

This subforum is meant to discuss issues and/or feature requests, or anything else related to Domoboard.
jaccov
Posts: 14
Joined: Saturday 22 February 2014 11:01
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Domoboard - Bug reports

Post by jaccov »

pi@Domoticz:~/domoboard/bin $ sudo /home/pi/domoboard/bin/python /home/pi/domoboard/server.py -d -c /home/pi/domoboard/home.conf
Error occured during loading imports for the plugin afvalwijzer: No module named BeautifulSoup. Install it with 'easy_install BeautifulSoup' or 'pip install BeautifulSoup'
squandor
Posts: 213
Joined: Saturday 19 December 2015 22:34
Target OS: Raspberry Pi / ODroid
Domoticz version: 3.5837
Contact:

Re: Domoboard - Bug reports

Post by squandor »

Ok so could you try the following. Run /home/pi/domoboard/bin/python than after that try: import BeautifulSoup


Sent from my iPhone using Tapatalk
jaccov
Posts: 14
Joined: Saturday 22 February 2014 11:01
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Domoboard - Bug reports

Post by jaccov »

pi@Domoticz:~/domoboard/bin $ /home/pi/domoboard/bin/python
Python 2.7.9 (default, Sep 17 2016, 20:26:04)
[GCC 4.9.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import BeautifulSoup
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named BeautifulSoup
squandor
Posts: 213
Joined: Saturday 19 December 2015 22:34
Target OS: Raspberry Pi / ODroid
Domoticz version: 3.5837
Contact:

Re: Domoboard - Bug reports

Post by squandor »

Ow I see it already you where still using the pip of the os could you try the following command sudo /home/pi/domoboard/bin/pip install BeautifulSoup --upgrade


Sent from my iPhone using Tapatalk
jaccov
Posts: 14
Joined: Saturday 22 February 2014 11:01
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Domoboard - Bug reports

Post by jaccov »

Yes it is running now but.....

when I open a browser I get
IOError
IOError: [Errno 2] No such file or directory: 'VERSION.md'

Traceback (most recent call last)
File "/home/pi/domoboard/lib/python2.7/site-packages/flask/app.py", line 2000, in __call__
return self.wsgi_app(environ, start_response)
File "/home/pi/domoboard/lib/python2.7/site-packages/flask/app.py", line 1991, in wsgi_app
response = self.make_response(self.handle_exception(e))
File "/home/pi/domoboard/lib/python2.7/site-packages/flask/app.py", line 1567, in handle_exception
reraise(exc_type, exc_value, tb)
File "/home/pi/domoboard/lib/python2.7/site-packages/flask/app.py", line 1988, in wsgi_app
response = self.full_dispatch_request()
File "/home/pi/domoboard/lib/python2.7/site-packages/flask/app.py", line 1641, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/home/pi/domoboard/lib/python2.7/site-packages/flask/app.py", line 1544, in handle_user_exception
reraise(exc_type, exc_value, tb)
File "/home/pi/domoboard/lib/python2.7/site-packages/flask/app.py", line 1639, in full_dispatch_request
rv = self.dispatch_request()
File "/home/pi/domoboard/lib/python2.7/site-packages/flask/app.py", line 1625, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
File "/home/pi/domoboard/lib/python2.7/site-packages/flaskext/auth/auth.py", line 186, in decorator
return func(*args, **kwargs)
File "/home/pi/domoboard/server.py", line 55, in generatePage
version = webconfig.getVersion(),
File "/home/pi/domoboard/modules/webconfig.py", line 23, in getVersion
f = open('VERSION.md', 'r')
IOError: [Errno 2] No such file or directory: 'VERSION.md'
squandor
Posts: 213
Joined: Saturday 19 December 2015 22:34
Target OS: Raspberry Pi / ODroid
Domoticz version: 3.5837
Contact:

Re: Domoboard - Bug reports

Post by squandor »

Hmm strange what you could try is remove in the plugins folder afvalwijzer.py in template remove afvalwijzer and in docs remove the readmy from afvalwijzer and try to start domoboard again en try to install it again


Sent from my iPhone using Tapatalk
jaccov
Posts: 14
Joined: Saturday 22 February 2014 11:01
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Domoboard - Bug reports

Post by jaccov »

Removed it all but the result is the same :cry:
squandor
Posts: 213
Joined: Saturday 19 December 2015 22:34
Target OS: Raspberry Pi / ODroid
Domoticz version: 3.5837
Contact:

Re: Domoboard - Bug reports

Post by squandor »

Even if you didn't try to install afvalwijzer?


Sent from my iPhone using Tapatalk
jaccov
Posts: 14
Joined: Saturday 22 February 2014 11:01
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Domoboard - Bug reports

Post by jaccov »

I removed it, didn't install it again.
Browser says the same IOError.
squandor
Posts: 213
Joined: Saturday 19 December 2015 22:34
Target OS: Raspberry Pi / ODroid
Domoticz version: 3.5837
Contact:

Re: Domoboard - Bug reports

Post by squandor »

jaccov wrote:I removed it, didn't install it again.
Browser says the same IOError.
hmm could you see if there is an VERSION.md in you domoboard folder?
jaccov
Posts: 14
Joined: Saturday 22 February 2014 11:01
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Domoboard - Bug reports

Post by jaccov »

Yes it is there.
jaccov
Posts: 14
Joined: Saturday 22 February 2014 11:01
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Domoboard - Bug reports

Post by jaccov »

Well it is very strange, I restart the raspberry a couple of times.
And now it is working....

but after reboot again, still IOerror :oops:
squandor
Posts: 213
Joined: Saturday 19 December 2015 22:34
Target OS: Raspberry Pi / ODroid
Domoticz version: 3.5837
Contact:

Re: Domoboard - Bug reports

Post by squandor »

Hmm what you could try is remove the version.md and create it again with the values from the github


Sent from my iPhone using Tapatalk
jaccov
Posts: 14
Joined: Saturday 22 February 2014 11:01
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Domoboard - Bug reports

Post by jaccov »

when I start it in home/pi/domoboard/ it is working perfect

when i start it in home/pi/ then I get the IOerror
squandor
Posts: 213
Joined: Saturday 19 December 2015 22:34
Target OS: Raspberry Pi / ODroid
Domoticz version: 3.5837
Contact:

Re: Domoboard - Bug reports

Post by squandor »

Strange we will look into that but now it will start normally right?


Sent from my iPhone using Tapatalk
jaccov
Posts: 14
Joined: Saturday 22 February 2014 11:01
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Domoboard - Bug reports

Post by jaccov »

Yes it is., thanks for the support :)
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest