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

could not resolve problem #222

Open
Outlaws2000 opened this issue Aug 2, 2024 · 0 comments
Open

could not resolve problem #222

Outlaws2000 opened this issue Aug 2, 2024 · 0 comments

Comments

@Outlaws2000
Copy link

Photoframe Log report
This page is intended to be used when you run into issues which cannot be resolved by the messages displayed on the frame. Please save and attach this information when you create a new issue.

Thank you for helping making this project better 😅
Running version
commit b8d7172
Author: Henric Andersson
Date: Thu Aug 5 22:49:59 2021 -0700

Updated README.md with port details

On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working tree clean
Last 100 lines from the photoframe log
Aug 2 15:23:33 photoframe photoframe[433]: return self.parseAlbumInfo(albumdata, keyword)
Aug 2 15:23:33 photoframe photoframe[433]: File "/root/photoframe/services/svc_googlephotos.py", line 383, in parseAlbumInfo
Aug 2 15:23:33 photoframe photoframe[433]: if entry['mimeType'] not in helper.getSupportedTypes():
Aug 2 15:23:33 photoframe photoframe[433]: KeyError: 'mimeType'
Aug 2 17:03:37 photoframe photoframe[440]: ERROR:root:User has not installed python-netifaces, using checkNetwork() instead (depends on internet)
Aug 2 17:03:56 photoframe photoframe[440]: Exception in thread Thread-5:
Aug 2 17:03:56 photoframe photoframe[440]: Traceback (most recent call last):
Aug 2 17:03:56 photoframe photoframe[440]: File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
Aug 2 17:03:56 photoframe photoframe[440]: self.run()
Aug 2 17:03:56 photoframe photoframe[440]: File "/usr/lib/python2.7/threading.py", line 754, in run
Aug 2 17:03:56 photoframe photoframe[440]: self.__target(*self.__args, **self.__kwargs)
Aug 2 17:03:56 photoframe photoframe[440]: File "/root/photoframe/modules/slideshow.py", line 268, in presentation
Aug 2 17:03:56 photoframe photoframe[440]: self.services.getServices(readyOnly=True)
Aug 2 17:03:56 photoframe photoframe[440]: File "/root/photoframe/modules/servicemanager.py", line 352, in getServices
Aug 2 17:03:56 photoframe photoframe[440]: if readyOnly and self.getServiceState(k) != BaseService.STATE_READY:
Aug 2 17:03:56 photoframe photoframe[440]: File "/root/photoframe/modules/servicemanager.py", line 289, in getServiceState
Aug 2 17:03:56 photoframe photoframe[440]: return svc.updateState()
Aug 2 17:03:56 photoframe photoframe[440]: File "/root/photoframe/services/base.py", line 140, in updateState
Aug 2 17:03:56 photoframe photoframe[440]: elif self.getImagesTotal() == 0:
Aug 2 17:03:56 photoframe photoframe[440]: File "/root/photoframe/services/base.py", line 186, in getImagesTotal
Aug 2 17:03:56 photoframe photoframe[440]: self._getImagesFor(keyword) # Will make sure to get images
Aug 2 17:03:56 photoframe photoframe[440]: File "/root/photoframe/services/base.py", line 451, in _getImagesFor
Aug 2 17:03:56 photoframe photoframe[440]: images = self.getImagesFor(keyword)
Aug 2 17:03:56 photoframe photoframe[440]: File "/root/photoframe/services/svc_googlephotos.py", line 375, in getImagesFor
Aug 2 17:03:56 photoframe photoframe[440]: return self.parseAlbumInfo(albumdata, keyword)
Aug 2 17:03:56 photoframe photoframe[440]: File "/root/photoframe/services/svc_googlephotos.py", line 383, in parseAlbumInfo
Aug 2 17:03:56 photoframe photoframe[440]: if entry['mimeType'] not in helper.getSupportedTypes():
Aug 2 17:03:56 photoframe photoframe[440]: KeyError: 'mimeType'
Aug 2 21:17:25 photoframe photoframe[587]: ERROR:root:User has not installed python-netifaces, using checkNetwork() instead (depends on internet)
Aug 2 21:22:23 photoframe photoframe[587]: Exception in thread Thread-5:
Aug 2 21:22:23 photoframe photoframe[587]: Traceback (most recent call last):
Aug 2 21:22:23 photoframe photoframe[587]: File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
Aug 2 21:22:23 photoframe photoframe[587]: self.run()
Aug 2 21:22:23 photoframe photoframe[587]: File "/usr/lib/python2.7/threading.py", line 754, in run
Aug 2 21:22:23 photoframe photoframe[587]: self.__target(*self.__args, **self.__kwargs)
Aug 2 21:22:23 photoframe photoframe[587]: File "/root/photoframe/modules/slideshow.py", line 268, in presentation
Aug 2 21:22:23 photoframe photoframe[587]: self.services.getServices(readyOnly=True)
Aug 2 21:22:23 photoframe photoframe[587]: File "/root/photoframe/modules/servicemanager.py", line 352, in getServices
Aug 2 21:22:23 photoframe photoframe[587]: if readyOnly and self.getServiceState(k) != BaseService.STATE_READY:
Aug 2 21:22:23 photoframe photoframe[587]: File "/root/photoframe/modules/servicemanager.py", line 289, in getServiceState
Aug 2 21:22:23 photoframe photoframe[587]: return svc.updateState()
Aug 2 21:22:23 photoframe photoframe[587]: File "/root/photoframe/services/base.py", line 140, in updateState
Aug 2 21:22:23 photoframe photoframe[587]: elif self.getImagesTotal() == 0:
Aug 2 21:22:23 photoframe photoframe[587]: File "/root/photoframe/services/base.py", line 186, in getImagesTotal
Aug 2 21:22:23 photoframe photoframe[587]: self._getImagesFor(keyword) # Will make sure to get images
Aug 2 21:22:23 photoframe photoframe[587]: File "/root/photoframe/services/base.py", line 451, in _getImagesFor
Aug 2 21:22:23 photoframe photoframe[587]: images = self.getImagesFor(keyword)
Aug 2 21:22:23 photoframe photoframe[587]: File "/root/photoframe/services/svc_googlephotos.py", line 375, in getImagesFor
Aug 2 21:22:23 photoframe photoframe[587]: return self.parseAlbumInfo(albumdata, keyword)
Aug 2 21:22:23 photoframe photoframe[587]: File "/root/photoframe/services/svc_googlephotos.py", line 383, in parseAlbumInfo
Aug 2 21:22:23 photoframe photoframe[587]: if entry['mimeType'] not in helper.getSupportedTypes():
Aug 2 21:22:23 photoframe photoframe[587]: KeyError: 'mimeType'
Aug 2 21:36:10 photoframe photoframe[633]: ERROR:root:User has not installed python-netifaces, using checkNetwork() instead (depends on internet)
Aug 2 21:37:48 photoframe photoframe[633]: Exception in thread Thread-5:
Aug 2 21:37:48 photoframe photoframe[633]: Traceback (most recent call last):
Aug 2 21:37:48 photoframe photoframe[633]: File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
Aug 2 21:37:48 photoframe photoframe[633]: self.run()
Aug 2 21:37:48 photoframe photoframe[633]: File "/usr/lib/python2.7/threading.py", line 754, in run
Aug 2 21:37:48 photoframe photoframe[633]: self.__target(*self.__args, **self.__kwargs)
Aug 2 21:37:48 photoframe photoframe[633]: File "/root/photoframe/modules/slideshow.py", line 268, in presentation
Aug 2 21:37:48 photoframe photoframe[633]: self.services.getServices(readyOnly=True)
Aug 2 21:37:48 photoframe photoframe[633]: File "/root/photoframe/modules/servicemanager.py", line 352, in getServices
Aug 2 21:37:48 photoframe photoframe[633]: if readyOnly and self.getServiceState(k) != BaseService.STATE_READY:
Aug 2 21:37:48 photoframe photoframe[633]: File "/root/photoframe/modules/servicemanager.py", line 289, in getServiceState
Aug 2 21:37:48 photoframe photoframe[633]: return svc.updateState()
Aug 2 21:37:48 photoframe photoframe[633]: File "/root/photoframe/services/base.py", line 140, in updateState
Aug 2 21:37:48 photoframe photoframe[633]: elif self.getImagesTotal() == 0:
Aug 2 21:37:48 photoframe photoframe[633]: File "/root/photoframe/services/base.py", line 186, in getImagesTotal
Aug 2 21:37:48 photoframe photoframe[633]: self._getImagesFor(keyword) # Will make sure to get images
Aug 2 21:37:48 photoframe photoframe[633]: File "/root/photoframe/services/base.py", line 451, in _getImagesFor
Aug 2 21:37:48 photoframe photoframe[633]: images = self.getImagesFor(keyword)
Aug 2 21:37:48 photoframe photoframe[633]: File "/root/photoframe/services/svc_googlephotos.py", line 375, in getImagesFor
Aug 2 21:37:48 photoframe photoframe[633]: return self.parseAlbumInfo(albumdata, keyword)
Aug 2 21:37:48 photoframe photoframe[633]: File "/root/photoframe/services/svc_googlephotos.py", line 383, in parseAlbumInfo
Aug 2 21:37:48 photoframe photoframe[633]: if entry['mimeType'] not in helper.getSupportedTypes():
Aug 2 21:37:48 photoframe photoframe[633]: KeyError: 'mimeType'
Aug 2 21:39:18 photoframe photoframe[600]: ERROR:root:User has not installed python-netifaces, using checkNetwork() instead (depends on internet)
Aug 2 21:40:01 photoframe photoframe[600]: Exception in thread Thread-5:
Aug 2 21:40:01 photoframe photoframe[600]: Traceback (most recent call last):
Aug 2 21:40:01 photoframe photoframe[600]: File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
Aug 2 21:40:01 photoframe photoframe[600]: self.run()
Aug 2 21:40:01 photoframe photoframe[600]: File "/usr/lib/python2.7/threading.py", line 754, in run
Aug 2 21:40:01 photoframe photoframe[600]: self.__target(*self.__args, **self.__kwargs)
Aug 2 21:40:01 photoframe photoframe[600]: File "/root/photoframe/modules/slideshow.py", line 268, in presentation
Aug 2 21:40:01 photoframe photoframe[600]: self.services.getServices(readyOnly=True)
Aug 2 21:40:01 photoframe photoframe[600]: File "/root/photoframe/modules/servicemanager.py", line 352, in getServices
Aug 2 21:40:01 photoframe photoframe[600]: if readyOnly and self.getServiceState(k) != BaseService.STATE_READY:
Aug 2 21:40:01 photoframe photoframe[600]: File "/root/photoframe/modules/servicemanager.py", line 289, in getServiceState
Aug 2 21:40:01 photoframe photoframe[600]: return svc.updateState()
Aug 2 21:40:01 photoframe photoframe[600]: File "/root/photoframe/services/base.py", line 140, in updateState
Aug 2 21:40:01 photoframe photoframe[600]: elif self.getImagesTotal() == 0:
Aug 2 21:40:01 photoframe photoframe[600]: File "/root/photoframe/services/base.py", line 186, in getImagesTotal
Aug 2 21:40:01 photoframe photoframe[600]: self._getImagesFor(keyword) # Will make sure to get images
Aug 2 21:40:01 photoframe photoframe[600]: File "/root/photoframe/services/base.py", line 451, in _getImagesFor
Aug 2 21:40:01 photoframe photoframe[600]: images = self.getImagesFor(keyword)
Aug 2 21:40:01 photoframe photoframe[600]: File "/root/photoframe/services/svc_googlephotos.py", line 375, in getImagesFor
Aug 2 21:40:01 photoframe photoframe[600]: return self.parseAlbumInfo(albumdata, keyword)
Aug 2 21:40:01 photoframe photoframe[600]: File "/root/photoframe/services/svc_googlephotos.py", line 383, in parseAlbumInfo
Aug 2 21:40:01 photoframe photoframe[600]: if entry['mimeType'] not in helper.getSupportedTypes():
Aug 2 21:40:01 photoframe photoframe[600]: KeyError: 'mimeType'
(size of logfile 356883 bytes, created Fri Aug 2 21:41:16 2024)
Last 100 lines from the system log (/var/log/syslog)
Aug 2 21:39:15 photoframe sh[269]: Too few arguments.
Aug 2 21:39:15 photoframe dhclient[387]: bound to 192.168.178.152 -- renewal in 37672 seconds.
Aug 2 21:39:15 photoframe sh[269]: bound to 192.168.178.152 -- renewal in 37672 seconds.
Aug 2 21:39:16 photoframe sh[269]: wlan0=wlan0
Aug 2 21:39:16 photoframe systemd[1]: Started Raise network interfaces.
Aug 2 21:39:16 photoframe fix_wifi.sh[213]: Restarting networking (via systemctl): networking.service.
Aug 2 21:39:16 photoframe systemd[1]: Reached target Network.
Aug 2 21:39:16 photoframe systemd[1]: Starting Permit User Sessions...
Aug 2 21:39:16 photoframe systemd[1]: Started Photo Frame.
Aug 2 21:39:16 photoframe systemd[1]: Starting /etc/rc.local Compatibility...
Aug 2 21:39:16 photoframe systemd[1]: Starting OpenBSD Secure Shell server...
Aug 2 21:39:17 photoframe systemd[1]: Started Permit User Sessions.
Aug 2 21:39:17 photoframe systemd[1]: Started /etc/rc.local Compatibility.
Aug 2 21:39:17 photoframe systemd[1]: Starting Hold until boot process finishes up...
Aug 2 21:39:17 photoframe systemd[1]: Starting Terminate Plymouth Boot Screen...
Aug 2 21:39:17 photoframe systemd[1]: Started Hold until boot process finishes up.
Aug 2 21:39:17 photoframe sshd[603]: key_load_public: invalid format
Aug 2 21:39:17 photoframe systemd[1]: Started Terminate Plymouth Boot Screen.
Aug 2 21:39:17 photoframe sshd[603]: Could not load host key: /etc/ssh/ssh_host_rsa_key
Aug 2 21:39:17 photoframe sshd[603]: key_load_public: invalid format
Aug 2 21:39:17 photoframe sshd[603]: Could not load host key: /etc/ssh/ssh_host_ecdsa_key
Aug 2 21:39:17 photoframe sshd[603]: key_load_public: invalid format
Aug 2 21:39:17 photoframe sshd[603]: Could not load host key: /etc/ssh/ssh_host_ed25519_key
Aug 2 21:39:17 photoframe sshd[614]: key_load_public: invalid format
Aug 2 21:39:17 photoframe sshd[614]: Could not load host key: /etc/ssh/ssh_host_rsa_key
Aug 2 21:39:17 photoframe sshd[614]: key_load_public: invalid format
Aug 2 21:39:17 photoframe sshd[614]: Could not load host key: /etc/ssh/ssh_host_ecdsa_key
Aug 2 21:39:17 photoframe sshd[614]: key_load_public: invalid format
Aug 2 21:39:17 photoframe sshd[614]: Could not load host key: /etc/ssh/ssh_host_ed25519_key
Aug 2 21:39:17 photoframe systemd[1]: Started OpenBSD Secure Shell server.
Aug 2 21:39:17 photoframe systemd[1]: Reached target Multi-User System.
Aug 2 21:39:17 photoframe systemd[1]: Reached target Graphical Interface.
Aug 2 21:39:17 photoframe systemd[1]: Starting Update UTMP about System Runlevel Changes...
Aug 2 21:39:17 photoframe systemd[1]: Started Update UTMP about System Runlevel Changes.
Aug 2 21:39:17 photoframe systemd[1]: Startup finished in 1.768s (kernel) + 27.785s (userspace) = 29.554s.
Aug 2 21:39:18 photoframe photoframe[600]: ERROR:root:User has not installed python-netifaces, using checkNetwork() instead (depends on internet)
Aug 2 21:39:20 photoframe dhcpcd[220]: wlan0: leased 192.168.178.152 for 86400 seconds
Aug 2 21:39:20 photoframe dhcpcd[220]: wlan0: adding route to 192.168.178.0/24
Aug 2 21:39:20 photoframe dhcpcd[220]: wlan0: adding default route via 192.168.178.254
Aug 2 21:39:55 photoframe systemd-timesyncd[165]: Synchronized to time server [2a05:1500:600:1:1c00:1cff:fe00:3fc]:123 (2.debian.pool.ntp.org).
Aug 2 21:39:55 photoframe systemd[1]: Time has been changed
Aug 2 21:39:55 photoframe systemd[1]: apt-daily-upgrade.timer: Adding 29min 17.145946s random time.
Aug 2 21:39:55 photoframe systemd[1]: apt-daily.timer: Adding 4h 22min 39.945603s random time.
Aug 2 21:40:01 photoframe photoframe[600]: Exception in thread Thread-5:
Aug 2 21:40:01 photoframe photoframe[600]: Traceback (most recent call last):
Aug 2 21:40:01 photoframe photoframe[600]: File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
Aug 2 21:40:01 photoframe photoframe[600]: self.run()
Aug 2 21:40:01 photoframe photoframe[600]: File "/usr/lib/python2.7/threading.py", line 754, in run
Aug 2 21:40:01 photoframe photoframe[600]: self.__target(*self.__args, **self.__kwargs)
Aug 2 21:40:01 photoframe photoframe[600]: File "/root/photoframe/modules/slideshow.py", line 268, in presentation
Aug 2 21:40:01 photoframe photoframe[600]: self.services.getServices(readyOnly=True)
Aug 2 21:40:01 photoframe photoframe[600]: File "/root/photoframe/modules/servicemanager.py", line 352, in getServices
Aug 2 21:40:01 photoframe photoframe[600]: if readyOnly and self.getServiceState(k) != BaseService.STATE_READY:
Aug 2 21:40:01 photoframe photoframe[600]: File "/root/photoframe/modules/servicemanager.py", line 289, in getServiceState
Aug 2 21:40:01 photoframe photoframe[600]: return svc.updateState()
Aug 2 21:40:01 photoframe photoframe[600]: File "/root/photoframe/services/base.py", line 140, in updateState
Aug 2 21:40:01 photoframe photoframe[600]: elif self.getImagesTotal() == 0:
Aug 2 21:40:01 photoframe photoframe[600]: File "/root/photoframe/services/base.py", line 186, in getImagesTotal
Aug 2 21:40:01 photoframe photoframe[600]: self._getImagesFor(keyword) # Will make sure to get images
Aug 2 21:40:01 photoframe photoframe[600]: File "/root/photoframe/services/base.py", line 451, in _getImagesFor
Aug 2 21:40:01 photoframe photoframe[600]: images = self.getImagesFor(keyword)
Aug 2 21:40:01 photoframe photoframe[600]: File "/root/photoframe/services/svc_googlephotos.py", line 375, in getImagesFor
Aug 2 21:40:01 photoframe photoframe[600]: return self.parseAlbumInfo(albumdata, keyword)
Aug 2 21:40:01 photoframe photoframe[600]: File "/root/photoframe/services/svc_googlephotos.py", line 383, in parseAlbumInfo
Aug 2 21:40:01 photoframe photoframe[600]: if entry['mimeType'] not in helper.getSupportedTypes():
Aug 2 21:40:01 photoframe photoframe[600]: KeyError: 'mimeType'
Aug 2 21:40:41 photoframe systemd[1]: plymouth-start.service: Cannot add dependency job, ignoring: Unit plymouth-start.service is masked.
Aug 2 21:40:41 photoframe systemd[1]: Stopping OpenBSD Secure Shell server...
Aug 2 21:40:41 photoframe systemd[1]: Stopped OpenBSD Secure Shell server.
Aug 2 21:40:41 photoframe systemd[1]: Starting OpenBSD Secure Shell server...
Aug 2 21:40:41 photoframe sshd[705]: key_load_public: invalid format
Aug 2 21:40:41 photoframe sshd[705]: Could not load host key: /etc/ssh/ssh_host_rsa_key
Aug 2 21:40:41 photoframe sshd[705]: key_load_public: invalid format
Aug 2 21:40:41 photoframe sshd[705]: Could not load host key: /etc/ssh/ssh_host_ecdsa_key
Aug 2 21:40:41 photoframe sshd[705]: key_load_public: invalid format
Aug 2 21:40:41 photoframe sshd[705]: Could not load host key: /etc/ssh/ssh_host_ed25519_key
Aug 2 21:40:41 photoframe sshd[708]: key_load_public: invalid format
Aug 2 21:40:41 photoframe sshd[708]: Could not load host key: /etc/ssh/ssh_host_rsa_key
Aug 2 21:40:41 photoframe sshd[708]: key_load_public: invalid format
Aug 2 21:40:41 photoframe sshd[708]: Could not load host key: /etc/ssh/ssh_host_ecdsa_key
Aug 2 21:40:41 photoframe sshd[708]: key_load_public: invalid format
Aug 2 21:40:41 photoframe sshd[708]: Could not load host key: /etc/ssh/ssh_host_ed25519_key
Aug 2 21:40:41 photoframe systemd[1]: Started OpenBSD Secure Shell server.
Aug 2 21:41:16 photoframe systemd[1]: plymouth-start.service: Cannot add dependency job, ignoring: Unit plymouth-start.service is masked.
Aug 2 21:41:16 photoframe systemd[1]: Stopping OpenBSD Secure Shell server...
Aug 2 21:41:16 photoframe systemd[1]: Stopped OpenBSD Secure Shell server.
Aug 2 21:41:16 photoframe systemd[1]: Starting OpenBSD Secure Shell server...
Aug 2 21:41:16 photoframe sshd[721]: key_load_public: invalid format
Aug 2 21:41:16 photoframe sshd[721]: Could not load host key: /etc/ssh/ssh_host_rsa_key
Aug 2 21:41:16 photoframe sshd[721]: key_load_public: invalid format
Aug 2 21:41:16 photoframe sshd[721]: Could not load host key: /etc/ssh/ssh_host_ecdsa_key
Aug 2 21:41:16 photoframe sshd[721]: key_load_public: invalid format
Aug 2 21:41:16 photoframe sshd[721]: Could not load host key: /etc/ssh/ssh_host_ed25519_key
Aug 2 21:41:16 photoframe sshd[724]: key_load_public: invalid format
Aug 2 21:41:16 photoframe sshd[724]: Could not load host key: /etc/ssh/ssh_host_rsa_key
Aug 2 21:41:16 photoframe sshd[724]: key_load_public: invalid format
Aug 2 21:41:16 photoframe sshd[724]: Could not load host key: /etc/ssh/ssh_host_ecdsa_key
Aug 2 21:41:16 photoframe sshd[724]: key_load_public: invalid format
Aug 2 21:41:16 photoframe sshd[724]: Could not load host key: /etc/ssh/ssh_host_ed25519_key
Aug 2 21:41:16 photoframe systemd[1]: Started OpenBSD Secure Shell server.
(size of logfile 356883 bytes, created Fri Aug 2 21:41:16 2024)
Stacktrace of all running threads

ThreadID: -1246763920

File: "/usr/lib/python2.7/threading.py", line 774, in __bootstrap
self.__bootstrap_inner()
File: "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File: "/root/photoframe/modules/shutdown.py", line 59, in run
i = poller.poll(None)

ThreadID: -1257245584

File: "/usr/lib/python2.7/threading.py", line 774, in __bootstrap
self.__bootstrap_inner()
File: "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File: "/root/photoframe/modules/timekeeper.py", line 118, in run
time.sleep(60) # every minute

ThreadID: -1224916992

File: "./frame.py", line 185, in
frame.start()
File: "./frame.py", line 182, in start
self.webServer.start()
File: "/root/photoframe/modules/server.py", line 84, in start
self.run()
File: "/root/photoframe/modules/server.py", line 101, in run
self.app.run(debug=False, port=self.port, host=self.listen )
File: "/usr/lib/python2.7/dist-packages/flask/app.py", line 841, in run
run_simple(host, port, self, **options)
File: "/usr/lib/python2.7/dist-packages/werkzeug/serving.py", line 708, in run_simple
inner()
File: "/usr/lib/python2.7/dist-packages/werkzeug/serving.py", line 673, in inner
srv.serve_forever()
File: "/usr/lib/python2.7/dist-packages/werkzeug/serving.py", line 511, in serve_forever
HTTPServer.serve_forever(self)
File: "/usr/lib/python2.7/SocketServer.py", line 233, in serve_forever
self._handle_request_noblock()
File: "/usr/lib/python2.7/SocketServer.py", line 290, in _handle_request_noblock
self.process_request(request, client_address)
File: "/usr/lib/python2.7/SocketServer.py", line 318, in process_request
self.finish_request(request, client_address)
File: "/usr/lib/python2.7/SocketServer.py", line 331, in finish_request
self.RequestHandlerClass(request, client_address, self)
File: "/usr/lib/python2.7/SocketServer.py", line 652, in init
self.handle()
File: "/usr/lib/python2.7/dist-packages/werkzeug/serving.py", line 228, in handle
rv = BaseHTTPRequestHandler.handle(self)
File: "/usr/lib/python2.7/BaseHTTPServer.py", line 340, in handle
self.handle_one_request()
File: "/usr/lib/python2.7/dist-packages/werkzeug/serving.py", line 263, in handle_one_request
return self.run_wsgi()
File: "/usr/lib/python2.7/dist-packages/werkzeug/serving.py", line 205, in run_wsgi
execute(self.server.app)
File: "/usr/lib/python2.7/dist-packages/werkzeug/serving.py", line 193, in execute
application_iter = app(environ, start_response)
File: "/usr/lib/python2.7/dist-packages/flask/app.py", line 1997, in call
return self.wsgi_app(environ, start_response)
File: "/usr/lib/python2.7/dist-packages/flask/app.py", line 1982, in wsgi_app
response = self.full_dispatch_request()
File: "/usr/lib/python2.7/dist-packages/flask/app.py", line 1612, in full_dispatch_request
rv = self.dispatch_request()
File: "/usr/lib/python2.7/dist-packages/flask/app.py", line 1598, in dispatch_request
return self.view_functionsrule.endpoint
File: "/root/photoframe/routes/baseroute.py", line 62, in call
return self.handle(self.app, **kwargs)
File: "/root/photoframe/routes/debug.py", line 34, in handle
report.append(debug.stacktrace())
File: "/root/photoframe/modules/debug.py", line 48, in stacktrace
for filename, lineno, name, line in traceback.extract_stack(stack):

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant