Hello a newbie to these forums here.
I've installed previous versions of XBMC4XBOX and I've even upgraded a friends xbox to 3.3.3 before.
I tried to do it with my machine and it works pretty much as fine as all the other later installs but for some reason Weather is in a perpetual state of busy and never actually delivers the goods so to speak.
Uniquely this build wouldn't FTP (some of the file-names must be too long or something) so I installed it on the other machine via a DVD-RW and because my drive isn't as groovey I installed it via CD on my machine.
It's not showing an error (I'm not sure how to gather an error report if that is possible) and I've uninstalled the build completely and erased the cache and then reinstalled to no effect.
I downloaded the most recent nightly build and ran it separately and it too was hanging on the weather.
Do you think it might be a hidden file somewhere throwing a spanner in the works?
Any assistance here would be great because I love the player and it's great that it's being kept alive.
Many Thanks.
Weather showing as 'busy' on 3.3.3 NOW WORKING!
-
- Posts: 21
- Joined: Thu Nov 21, 2013 6:52 pm
- Has thanked: 8 times
- Been thanked: 2 times
Weather showing as 'busy' on 3.3.3 NOW WORKING!
Last edited by Bingowings on Fri Nov 22, 2013 2:17 am, edited 1 time in total.
-
- Posts: 15
- Joined: Thu Jan 10, 2013 5:33 pm
- Has thanked: 2 times
- Been thanked: 2 times
Re: Weather showing as 'busy' on 3.3.3
I noticed if you wait it does so up eventually or at times restarting xbmc. Seen it working for me.
-
- Posts: 21
- Joined: Thu Nov 21, 2013 6:52 pm
- Has thanked: 8 times
- Been thanked: 2 times
Re: Weather showing as 'busy' on 3.3.3
Thanks for the replies.
I noticed that the time on the clock was wrong and after I adjusted it the Weather sprang to life.
Now it's working like a dream.
It probably was just a matter of time but at least it got me onto the forum.
Cheers again.
I noticed that the time on the clock was wrong and after I adjusted it the Weather sprang to life.
Now it's working like a dream.
It probably was just a matter of time but at least it got me onto the forum.
Cheers again.
Re: Weather showing as 'busy' on 3.3.3 NOW WORKING!
I think I've got to the bottom of the random weather issues, also covered on this thread:
http://www.xbmc4xbox.org.uk/forum/viewt ... f=7&t=1847
It looks like the returned xml from the weather site has been optimised and the 3.3.x releases can't cope. The reason it seems to come and go is that it depends on a few things:
Given the optimised xml it's now unnecessary to anything clever in xbmc and just use the first day/night "part", so the code in weather.cppcan be fixed by removing these two lines:
I can put the change back into the SVN, but rather someone else did to avoid confusion, just let me know. I've only tested it based on 3.3.3 stable code base and could probably find a torrent of a fixed xbe if pushed in the meantime
Thanks must go to the missus for spotting the time aspect of the busy feature
http://www.xbmc4xbox.org.uk/forum/viewt ... f=7&t=1847
It looks like the returned xml from the weather site has been optimised and the 3.3.x releases can't cope. The reason it seems to come and go is that it depends on a few things:
- The actual time according to weather site;
The time according to your xbox;
The location you're going for;
Given the optimised xml it's now unnecessary to anything clever in xbmc and just use the first day/night "part", so the code in weather.cppcan be fixed by removing these two lines:
You can check this yourself with existing 3.3.x as say it's evening UK and your first weather location is Auckland, NZ all is fine, but going to London will cause a busy and you'll need to restart.if (i == 0 && (time.wHour < 7 || time.wHour >= 19)) //weather.com works on a 7am to 7pm basis so grab night if its late in the day
pDayTimeElement = pDayTimeElement->NextSiblingElement("part");
I can put the change back into the SVN, but rather someone else did to avoid confusion, just let me know. I've only tested it based on 3.3.3 stable code base and could probably find a torrent of a fixed xbe if pushed in the meantime

Thanks must go to the missus for spotting the time aspect of the busy feature

- BuZz
- Site Admin
- Posts: 1891
- Joined: Wed Jul 04, 2012 12:50 am
- Location: UK
- Has thanked: 66 times
- Been thanked: 423 times
- Contact:
Re: Weather showing as 'busy' on 3.3.3 NOW WORKING!
weather has been officially dead for some time. we are living off an api they for some reason never closed despite the mailouts - we are clinging onto something that should already be discontinued. it's lucky it works at all. if they change the api, I am not going to update as we should switch to something else.
Feel free to open a ticket on bugtracker though.
Feel free to open a ticket on bugtracker though.
- byron
- Posts: 582
- Joined: Wed Jul 04, 2012 9:26 pm
- Location: Illinois
- Has thanked: 27 times
- Been thanked: 96 times
Re: Weather showing as 'busy' on 3.3.3 NOW WORKING!
@ BuZz...I spent a fair amount of time trying to port wunderground a few months ago but had no success. Even if someone was able to get it working wouldn't we need our own key? I often thought about that while I was attempting to adapt and wondered if that might have been the reason it ultimately did not work...
- BuZz
- Site Admin
- Posts: 1891
- Joined: Wed Jul 04, 2012 12:50 am
- Location: UK
- Has thanked: 66 times
- Been thanked: 423 times
- Contact:
Re: Weather showing as 'busy' on 3.3.3 NOW WORKING!
What is the question? Would each person need their own key for a weather underground script ? check their API rules/instructions.
- byron
- Posts: 582
- Joined: Wed Jul 04, 2012 9:26 pm
- Location: Illinois
- Has thanked: 27 times
- Been thanked: 96 times
Re: Weather showing as 'busy' on 3.3.3 NOW WORKING!
Sorry, would it be fair for us to piggyback on mainline's key or would we need our own for x4x was my question. Wunderground will give anyone a key I think, accuweather and twc are more particular who they'll hand one out to. I wish I could figure out how to make the script work, and I was kind of hoping the upcoming python update would make it easier to adapt so I've just been patiently waiting 

-
- Posts: 7
- Joined: Sat Dec 28, 2013 10:45 pm
- Has thanked: 1 time
- Been thanked: 1 time
Re: Weather showing as 'busy' on 3.3.3 NOW WORKING!
Anyone?
I have the exact same problem. Tried to change all things mentioned here, rebooting, doing everything I read everywhere with no success at all.
Should I create a new topic and hope that someone will look into it or just wait here for a good samaritan to answer clearly?
I have the exact same problem. Tried to change all things mentioned here, rebooting, doing everything I read everywhere with no success at all.
Should I create a new topic and hope that someone will look into it or just wait here for a good samaritan to answer clearly?
Re: Weather showing as 'busy' on 3.3.3 NOW WORKING!
I've been using my modded weather.cpp fix as described in
http://www.xbmc4xbox.org.uk/forum/viewt ... 931#p16704
for a month now and all seems ok.
I've added bug report as
http://redmine.exotica.org.uk/issues/277
I realise it may be a short term fix, but it's easy to implement and should help others until something else comes along.
@Mangraviti - you won't be able to resolve this issue with any setting changes -you'll need a new build with the mod described above.
http://www.xbmc4xbox.org.uk/forum/viewt ... 931#p16704
for a month now and all seems ok.
I've added bug report as
http://redmine.exotica.org.uk/issues/277
I realise it may be a short term fix, but it's easy to implement and should help others until something else comes along.
@Mangraviti - you won't be able to resolve this issue with any setting changes -you'll need a new build with the mod described above.
- Dan Dar3
- Posts: 1176
- Joined: Sun Jul 08, 2012 4:09 pm
- Has thanked: 273 times
- Been thanked: 257 times
- Contact:
Re: Weather showing as 'busy' on 3.3.3 NOW WORKING!
@see 3.5-DEV
http://www.xbmc4xbox.org.uk/forum/viewt ... 530#p17530
http://www.xbmc4xbox.org.uk/forum/viewt ... 530#p17530
#32660 | 01/04/2014 03:05 pm | buzz | fixed: blank weather data under certain conditions - thanks to xbones for the fix - #277
- App(s): XBMC4Xbox Remote for Android | Plugin(s): XBMC4Xbox Installer
- Please donate to XBMC4Xbox project to keep it going, every little helps!
- Join us on TeamSpeak