applebyter wrote: > i've just installed sdt, after looking for a replacement for weather, > date, time. I'm running lms 7.7.6 on a synology diskstation. I can't get > sdt to change its weather location from the default of chicago. I'm in > brisbane, australia. I think the city id is asxx0016. When i enter this > into the settings for sdt it displays when i click apply, but the next > time i go back to settings it is back to being chicago. > > Possibly related, i am getting an error in my server log, indicating > that there was an error when sdt tried to access the weather.com api. > The error log is: > > Code: -------------------- > > > [19-03-30 20:27:53.9000] plugins::superdatetime::plugin::goterrorviahttp (6140) error getting https://api.weather.com/v2/turbo/vt1observation?apikey=d522aa97197fd864d36b418f39ebb323&units=m&language=&format=json&geocode=41.92,-87.65 > [19-03-30 20:27:53.9010] plugins::superdatetime::plugin::goterrorviahttp (6141) 400 bad request > [19-03-30 20:27:57.3739] plugins::superdatetime::plugin::goterrorviahttp (6140) error getting https://api.weather.com/v2/turbo/vt1observation?apikey=d522aa97197fd864d36b418f39ebb323&units=m&language=&format=json&geocode=41.92,-87.65 > [19-03-30 20:27:57.3745] plugins::superdatetime::plugin::goterrorviahttp (6141) 400 bad request > [19-03-30 20:28:00.7352] plugins::superdatetime::plugin::goterrorviahttp (6140) error getting https://api.weather.com/v2/turbo/vt1observation?apikey=d522aa97197fd864d36b418f39ebb323&units=m&language=&format=json&geocode=41.92,-87.65 > [19-03-30 20:28:00.7361] plugins::superdatetime::plugin::goterrorviahttp (6141) 400 bad request > [19-03-30 20:28:04.0834] plugins::superdatetime::plugin::goterrorviahttp (6140) error getting https://api.weather.com/v2/turbo/vt1observation?apikey=d522aa97197fd864d36b418f39ebb323&units=m&language=&format=json&geocode=41.92,-87.65 > [19-03-30 20:28:04.0841] plugins::superdatetime::plugin::goterrorviahttp (6141) 400 bad request > [19-03-30 20:28:07.4858] plugins::superdatetime::plugin::goterrorviahttp (6140) error getting https://api.weather.com/v2/turbo/vt1observation?apikey=d522aa97197fd864d36b418f39ebb323&units=m&language=&format=json&geocode=41.92,-87.65 > [19-03-30 20:28:07.4864] plugins::superdatetime::plugin::goterrorviahttp (6141) 400 bad request > [19-03-30 20:28:10.8069] plugins::superdatetime::plugin::goterrorviahttp (6140) error getting https://api.weather.com/v2/turbo/vt1observation?apikey=d522aa97197fd864d36b418f39ebb323&units=m&language=&format=json&geocode=41.92,-87.65 > [19-03-30 20:28:10.8077] plugins::superdatetime::plugin::goterrorviahttp (6141) 400 bad request > [19-03-30 20:28:14.1273] plugins::superdatetime::plugin::goterrorviahttp (6140) error getting https://api.weather.com/v2/turbo/vt1observation?apikey=d522aa97197fd864d36b418f39ebb323&units=m&language=&format=json&geocode=41.92,-87.65 > [19-03-30 20:28:14.1280] plugins::superdatetime::plugin::goterrorviahttp (6141) 400 bad request > [19-03-30 20:28:17.4478] plugins::superdatetime::plugin::goterrorviahttp (6140) error getting https://api.weather.com/v2/turbo/vt1observation?apikey=d522aa97197fd864d36b418f39ebb323&units=m&language=&format=json&geocode=41.92,-87.65 > [19-03-30 20:28:17.4484] plugins::superdatetime::plugin::goterrorviahttp (6141) 400 bad request > [19-03-30 20:28:17.4490] plugins::superdatetime::plugin::goterrorviahttp (6145) network error count reached during getweathernow. > [19-03-30 20:28:17.7647] plugins::superdatetime::plugin::goterrorviahttp (6140) error getting https://api.weather.com/v2/turbo/vt1dailyforecast?apikey=d522aa97197fd864d36b418f39ebb323&format=json&language=&units=m&geocode=41.92,-87.65 > [19-03-30 20:28:17.7653] plugins::superdatetime::plugin::goterrorviahttp (6141) 400 bad request > [19-03-30 20:28:17.7659] plugins::superdatetime::plugin::goterrorviahttp (6145) network error count reached during getweathertoday. > [19-03-30 20:28:25.3209] plugins::superdatetime::plugin::donedrawing (4080) data refresh completed with errors. > -------------------- > > > > if i enter the url into a browser it returns the following json > string: > > Code: -------------------- > > { "error": "validation errors detected"} -------------------- > > > > another, possibly related issue, i'm seeing in the server log is: > > Code: -------------------- > > > [19-03-30 20:27:53.6913] slim::utils::strings::string (488) error: Missing string plugin_screensaver_superdatetime_wmaplist_cust > [19-03-30 20:27:53.6925] slim::utils::strings::string (488) backtrace: > > Frame 0: Slim::utils::log::logbacktrace (/volume1/@appstore/squeezecenter/slim/utils/strings.pm line 488) > frame 1: Slim::utils::strings::string (/volume1/@appstore/squeezecenter/slim/web/template/skinmanager.pm line 210) > frame 2: Slim::web::template::skinmanager::__anon__ (/volume1/@appstore/squeezecenter/cache/installedplugins/plugins/superdatetime/html/en/plugins/superdatetime/settings/basic.html line 47) > frame 3: (eval) (/volume1/@appstore/squeezecenter/cache/installedplugins/plugins/superdatetime/html/en/plugins/superdatetime/settings/basic.html line 16) > frame 4: Template::provider::__anon__ (/usr/local/share/perl5/vendor_perl/template/document.pm line 163) > frame 5: (eval) (/usr/local/share/perl5/vendor_perl/template/document.pm line 161) > frame 6: Template::document::process (/usr/local/share/perl5/vendor_perl/template/context.pm line 351) > frame 7: (eval) (/usr/local/share/perl5/vendor_perl/template/context.pm line 321) > frame 8: Template::context::process (/volume1/@appstore/squeezecenter/slim/web/template/context.pm line 40) > frame 9: Slim::web::template::context::process (/usr/local/share/perl5/vendor_perl/template/service.pm line 94) > frame 10: (eval) (/usr/local/share/perl5/vendor_perl/template/service.pm line 91) > frame 11: Template::service::process (/usr/local/share/perl5/vendor_perl/template.pm line 66) > frame 12: Template::process (/volume1/@appstore/squeezecenter/slim/web/template/skinmanager.pm line 323) > frame 13: Slim::web::template::skinmanager::_filltemplate (/volume1/@appstore/squeezecenter/slim/web/template/noweb.pm line 70) > frame 14: Slim::web::template::noweb::_generatecontentfromfile (/volume1/@appstore/squeezecenter/slim/web/http.pm line 2559) > frame 15: Slim::web::http::filltemplatefile (/volume1/@appstore/squeezecenter/slim/web/settings.pm line 272) > frame 16: Slim::web::settings::handler (/volume1/@appstore/squeezecenter/cache/installedplugins/plugins/superdatetime/lib/plugins/superdatetime/settings.pm line 345) > frame 17: Plugins::superdatetime::settings::handler (/volume1/@appstore/squeezecenter/slim/web/http.pm line 1128) > frame 18: Slim::web::http::generatehttpresponse (/volume1/@appstore/squeezecenter/slim/web/http.pm line 930) > frame 19: Slim::web::http::processurl (/volume1/@appstore/squeezecenter/slim/web/http.pm line 734) > frame 20: Slim::web::http::processhttp (/volume1/@appstore/squeezecenter/slim/networking/io/select.pm line 139) > frame 21: (eval) (/volume1/@appstore/squeezecenter/slim/networking/io/select.pm line 123) > frame 22: Slim::networking::io::select::__anon__ (/volume1/@appstore/squeezecenter/slim/networking/io/select.pm line 184) > frame 23: (eval) (/volume1/@appstore/squeezecenter/slim/networking/io/select.pm line 184) > frame 24: Slim::networking::io::select::loop (/volume1/@appstore/squeezecenter/slimserver.pl line 694) > frame 25: Main::idle (/volume1/@appstore/squeezecenter/slimserver.pl line 644) > frame 26: Main::main (/volume1/@appstore/squeezecenter/slimserver.pl line 1157) > -------------------- > > > > any help in getting sdt to work would be appreciated.
asxx0016:1:as The Earth Has Music For Those Who Listen ------------------------------------------------------------------------ Pommes's Profile: http://forums.slimdevices.com/member.php?userid=67682 View this thread: http://forums.slimdevices.com/showthread.php?t=14327 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
