Skip to content

Unable to load web interface after install #246

Closed
@Jaywalker8529

Description

@Jaywalker8529

Hey everyone,

Attempted install this on a fresh image of Scratch Lite, got an exception on the installation but it installed.
The application did not start after manually running ./start.sh, so I attempted the installation again on the same image.

After that was done, got the following screen error:

2019-01-26 12:47:26,000 - INFO - terrariumWrapper - Starting TerrariumPI server at location: http://10.0.1.49:8090 ...
Traceback (most recent call last):
File "/home/pi/TerrariumPI/terrariumPI.py", line 26, in
terrariumEngine = terrariumEngine()
File "/home/pi/TerrariumPI/terrariumEngine.py", line 127, in init
self.get_weather)
File "/home/pi/TerrariumPI/terrariumWeather.py", line 425, in new
return weather_source(source, temperature_indicator, windspeed_indicator, callback)
File "/home/pi/TerrariumPI/terrariumWeather.py", line 40, in init
self.set_source(source,True)
File "/home/pi/TerrariumPI/terrariumWeather.py", line 189, in set_source
self.update(refresh)
File "/home/pi/TerrariumPI/terrariumWeather.py", line 137, in update
self.callback(socket=True)
File "/home/pi/TerrariumPI/terrariumEngine.py", line 598, in get_weather
data = self.weather.get_data()
AttributeError: 'terrariumEngine' object has no attribute 'weather'
2019-01-26 12:47:36,000 - INFO - terrariumWrapper - Restart counter: 1/5
2019-01-26 12:47:36,000 - INFO - terrariumWrapper - Restarting in 10 seconds after running for 10 seconds. Press Ctrl+C now to terminate TerrariumPI.
10 9 8 7 6 5 4 3 2 1 restart!

Anyone had this error?

Cheers,
Sean

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions