more G-Labs products

Author Topic: Help!.. endless loop.. webinterface unreachable  (Read 784 times)

January 27, 2015, 09:27:47 AM
Read 784 times

DutchHans

  • **
  • Information
  • Jr. Member
  • Posts: 39
Im not a programmer, and tried to create a program. Next thing is that the raspberry is so busy with itself that the webinterface is not showing anymore..

What can I do?

Please help

January 27, 2015, 05:30:32 PM
Reply #1

bkenobi

  • *****
  • Information
  • Global Moderator
  • Posts: 1525
If you broke the web interface, your best bet is to log in to the Raspi directly and restart the HG service.
Code: [Select]
sudo service homegenie restart
If it's still broken, you would then need to stop HG and kill the program.
Code: [Select]
sudo service homegenie stopnavigate to your HG programs folder at /usr/local/bin/homegenie/programs
Delete the dll for the program that you just created.  If you don't know which one it is, you can safely delete all 1000+ dll files.  Do not delete anything with a number less than 1000 as these are compiled and provided with HG.  You can recover them, but there's no need.  If you have only compiled one user program, it will be the file called 1000.dll or 1001.dll.
Code: [Select]
sudo rm 100*.dllrestart HG
Code: [Select]
sudo service homegenie startNow you can navigate to the web interface and fix your program.