-
-
Notifications
You must be signed in to change notification settings - Fork 101
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
Cant access web dashboard #250
Comments
I used an RPi 2B with Raspbian Stretch Lite for my setup. I had issues with it at first because I used the wrong Linux Dist, and Raspbian Stretch is basically a requirement to get it to work properly. |
im using Raspbian Strecht too. I've tested with RPI 3 and 3B+ same result as i posted |
Please rerun the installer. The python module emails is missing, so the installer did not run fully. |
That's really odd. I mean, it's clearly missing the python email module... Are you using regular Stretch or Stretch Lite? Apparently the regular stretch (with desktop and recommended software) doesn't seem to work. |
The oddest thing is during the installation. When trying to install the required software (with stretch lite and desktop version) the errors are the same. ssl errors and no matching distribution found errors. |
with the stretch lite is the same errors |
Hmmm it is a bit small, but I can see something like that python 2.7 is somewhere depricated. So could you try the following: |
i did what you said with the command ./install.sh 3 |
Bad handshake: SysCallError(104, 'ECONNRESET') |
Im going to test that with strecht lite. ill keep u up |
Yes, this is somewhat a known issue: https://github.com/theyosh/TerrariumPI/wiki/Known-issues#python3-numpy-import-error In short run: But the installer should take care of that.... |
When you solve a problem more appear lol |
solved. just deleted the imports from camera |
Again, you are missing modules. Please read: #246 (comment) I can not fix this, as somehow the installation is failing. I have installed more then 100 times now, and it is always working. So the issue is somewhat outside my control |
@theyosh Could it potentially be connected to lack of power? I know I've had problems with my PI sometimes when doing CPU and read/write intensive tasks if I haven't had a stable enough power source (it loved to turn off my wi-fi mid-downloads and such sometimes). |
@Kargha I do not have enough knowledge about that. It sounds reasonable that heavy CPU usage will use more power. And the installation of the python packages is all compile work. So that could be an issue. But at the same time there are lot of people having issues due to a 'broken' SD card. And swapping to a new SD card fix the issues. So I am more tending to a broken SD card than a power issue. Even when there are not yet SD card errors in the OS. |
@kronnofatal1ty is your issue fixed? Then this issue can be closed? |
Hi, i'm new to this projects and i followed your tutorial step by step and when i'm trying to access the web dashboard always keep saying connection refused and i'm kinda stuck here.
Can someone say what RPI version your using and which linux distro?
I'm frying my head for 3 days and can't get any answers. Thank you and btw great project ;)
The text was updated successfully, but these errors were encountered: