Sorry for not sending the error earlier. Here it is now:
Error: ScoreBoardFeed is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: Value cannot be null. Parameter name: input ---> System.ArgumentNullException: Value cannot be null. Parameter name: input at System.Text.RegularExpressions.Regex.Match(String
input) at System.Text.RegularExpressions.Regex.Match(String input, String pattern, RegexOptions options) at PoolDogs.ScoreboardFeed.Scoreboards.Canoe.CflScoreboard.processScores(String html) at PoolDogs.ScoreboardFeed.Scoreboards.Canoe.CflScoreboard.Retrieve()
at PoolDogs.ScoreboardFeed.ScoreboardFeedView.LoadScoreboard(String currentScoreboardType) at PoolDogs.ScoreboardFeed.ScoreboardFeedView.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---
________________________________
I uploaded the module (latest version 3.01.02) into new DNN install, then added to a page - I got "Error loading data" error then, but thought it is because service has not been chosen, so I pulled down the menu, selected "Choose Scoreboard
Service" and then picked the first one. After getting this error (above) I tried again - chose another service, but same error happened.
Any idea?
I'm also planing to setup Pick'Em for the coming AFL season, and will be doing the fixture for it later this week - it'll be available for download soon!
Sorry to bother in such a short time again. I'm curious as to how the schedule can be managed via the module interface. This is what I just tried:
1/ Uploaded Pickem module
2/ Configured users 0 just added all in the portal (there were 3)
3/ Configured schedule - one of the downloadable ones from website to be sure, and juts modified the dates.
4/ Decided to add another game entry via web interface - done fine. But when I opened the XML file I did not see the change...!
5/ Needed to change the schedule and went to the XML file to do it, but when I opened the PickEm interface the change was NOT THERE..?!?
From 4 and 5 I seem to have a problem with module not reading from the XML - is the information added later (or changed in any way) not the "real one", and if the settings are only kept in the database can this be altered in any way>
My gut instinct solution to your problem is to get you to check if you are behind a proxy server. If so, you'll need to set your DNN proxy settings. I haven't been able to test the proxy settings yet so maybe that's the problem.
Let me know if that works for you. If not, maybe drop me an e-mail address using my forums profile.
When the XML is parsed, the Pick'Em module puts all of the schedule info into the database. At that point, the XML is never looked at again. That means that if you edit the games using the module then you won't see those changes reflected in the XML.
So hopefully that makes things clearer for you. What I might add in the future (or you could add if you have some time since the source code is available) is an option to export the schedule as XML so that it could be shared.
Thanks Mike, that explains it. I see that additions have been put into the database, but not into XML file. So in fact I should take real care when finalising the XML file...! I'll be working on an XML schedule for Australian Rules (AFL) 2006 soon, it might
be ready next week sometime and will post it to this thread and perhaps also to put onto your site for download.
webguru03
Participant
1120 Points
224 Posts
Re: Scoreboard error..?!?
Jan 23, 2006 12:25 PM|LINK
Sorry for not sending the error earlier. Here it is now:
Error: ScoreBoardFeed is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: Value cannot be null. Parameter name: input ---> System.ArgumentNullException: Value cannot be null. Parameter name: input at System.Text.RegularExpressions.Regex.Match(String input) at System.Text.RegularExpressions.Regex.Match(String input, String pattern, RegexOptions options) at PoolDogs.ScoreboardFeed.Scoreboards.Canoe.CflScoreboard.processScores(String html) at PoolDogs.ScoreboardFeed.Scoreboards.Canoe.CflScoreboard.Retrieve() at PoolDogs.ScoreboardFeed.ScoreboardFeedView.LoadScoreboard(String currentScoreboardType) at PoolDogs.ScoreboardFeed.ScoreboardFeedView.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---
________________________________
I uploaded the module (latest version 3.01.02) into new DNN install, then added to a page - I got "Error loading data" error then, but thought it is because service has not been chosen, so I pulled down the menu, selected "Choose Scoreboard Service" and then picked the first one. After getting this error (above) I tried again - chose another service, but same error happened.
Any idea?
I'm also planing to setup Pick'Em for the coming AFL season, and will be doing the fixture for it later this week - it'll be available for download soon!
webguru03
Participant
1120 Points
224 Posts
Re: Scoreboard error..?!?
Jan 23, 2006 12:51 PM|LINK
Sorry to bother in such a short time again. I'm curious as to how the schedule can be managed via the module interface. This is what I just tried:
1/ Uploaded Pickem module
2/ Configured users 0 just added all in the portal (there were 3)
3/ Configured schedule - one of the downloadable ones from website to be sure, and juts modified the dates.
4/ Decided to add another game entry via web interface - done fine. But when I opened the XML file I did not see the change...!
5/ Needed to change the schedule and went to the XML file to do it, but when I opened the PickEm interface the change was NOT THERE..?!?
From 4 and 5 I seem to have a problem with module not reading from the XML - is the information added later (or changed in any way) not the "real one", and if the settings are only kept in the database can this be altered in any way>
mm53bar
Participant
1570 Points
314 Posts
Re: Scoreboard error..?!?
Jan 24, 2006 11:26 PM|LINK
I'm not sure why that doesn't work for you. You can check out http://www.aream.ca/DNN/ScoreboardFeed/tabid/57/Default.aspx for my install of ScoreboardFeed. I allow anonymous changes to that instance so you can test to see how it should react.
My gut instinct solution to your problem is to get you to check if you are behind a proxy server. If so, you'll need to set your DNN proxy settings. I haven't been able to test the proxy settings yet so maybe that's the problem.
Let me know if that works for you. If not, maybe drop me an e-mail address using my forums profile.
mike.
mm53bar
Participant
1570 Points
314 Posts
Re: Scoreboard error..?!?
Jan 24, 2006 11:29 PM|LINK
When the XML is parsed, the Pick'Em module puts all of the schedule info into the database. At that point, the XML is never looked at again. That means that if you edit the games using the module then you won't see those changes reflected in the XML.
So hopefully that makes things clearer for you. What I might add in the future (or you could add if you have some time since the source code is available) is an option to export the schedule as XML so that it could be shared.
Let me know if that answers your question.
mike.
webguru03
Participant
1120 Points
224 Posts
Re: Scoreboard error..?!?
Jan 26, 2006 01:12 AM|LINK
Thanks Mike, that explains it. I see that additions have been put into the database, but not into XML file. So in fact I should take real care when finalising the XML file...! I'll be working on an XML schedule for Australian Rules (AFL) 2006 soon, it might be ready next week sometime and will post it to this thread and perhaps also to put onto your site for download.
s2k
Contributor
2617 Points
527 Posts
Re: Scoreboard error..?!?
May 20, 2006 04:02 PM|LINK
romort
Member
45 Points
9 Posts
Re: Pick'Em Sports Pool module released for free
Jul 22, 2006 08:46 PM|LINK
Hello Everyone,
Does the current pickem module work with DNN 4.3?
Does anyone have a 2006 NFL schedule for the DNN pickem module?
Thanks,
Romort