You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to add a chromecast, the chrome app pops up and allows me to select a chromecast, but nothing happens, but I do notice some 500 exceptions in the logs:
GET /chromecasts/new 304 1.495 ms - -
GET /css/app.css 304 0.487 ms - -
GET /js/vendor/castaway.js 304 2.641 ms - -
GET /js/vendor/jquery.js 304 2.479 ms - -
GET /js/vendor/underscore.js 304 3.594 ms - -
GET /js/vendor/angular.js 304 3.234 ms - -
GET /js/vendor/angular-route.js 304 3.707 ms - -
GET /js/vendor/angular-resource.js 304 6.284 ms - -
GET /js/gscreen.js 304 5.313 ms - -
GET /js/gscreen-config.js 304 3.190 ms - -
GET /js/vendor/angular.js 304 0.639 ms - -
GET /css/fonts/Gscreen.woff?-bfkvnn 304 4.123 ms - -
GET /css/fonts/OpenSansLight-v1.woff 304 1.519 ms - -
GET /templates/chromecasts/new.html 304 0.793 ms - -
GET /css/fonts/OpenSansRegular-v1.woff 304 0.799 ms - -
GET /api/channels 304 6.111 ms - -
GET /css/fonts/OpenSansSemiBold-v1.woff 304 0.811 ms - -
GET /favicon.ico 200 3.308 ms - 1280
POST /api/receivers 500 44.895 ms - 546
POST /api/receivers 500 17.188 ms - 546
POST /api/receivers 500 17.122 ms - 546
@davidcatherall With my setup it had to do with the couchdb database not being reachable. Setting up the proper port in "public/js/gscreen-config.js" fixed my issue.
When trying to add a chromecast, the chrome app pops up and allows me to select a chromecast, but nothing happens, but I do notice some 500 exceptions in the logs:
from couchdb:
The text was updated successfully, but these errors were encountered: