Quade wrote:I might have to add some logging to figure out what's going on. The code's taking some path for you it's not for me.
pemmel wrote:I have started the process of doing a 100% fresh install of V6.
If no other user is experiencing this then it is a problem over here with me so it makes sense.
dexter wrote:Is there anything at all in your Global filter? Maybe it wasn't getting applied correctly in 5.59 and now it is.
Quade wrote:I sent someone a debug version to test automode. The messages told me automode was enabled but, the filters were filtering the results out preventing any files from getting sent to the download list. So, at this point I'm leaning towards filters. I'm going to get it under the debugger again and see if I see anything. He fixed it by moving the filters.db3 out of the data folder.
Remember global filters ALWAYS apply.
Quade wrote:I sent someone a debug version to test automode. The messages told me automode was enabled but, the filters were filtering the results out preventing any files from getting sent to the download list. So, at this point I'm leaning towards filters. I'm going to get it under the debugger again and see if I see anything. He fixed it by moving the filters.db3 out of the data folder.
Remember global filters ALWAYS apply.
if( FAILED(hFilter))
{
string_t sParent;
TheGroupsList().NG_GetParent(sGroup,sParent);
if( !sParent.empty())
{
//
// See if a filter profile is set for this parent
//
string_t sFilter;
HRESULT hr = ReadConfig(sParent,("FilterProfile"),sFilter);
if( SUCCEEDED(hr) && !sFilter.empty())
{
vect_filterprofileiter_t pLocal;
hFilter = TheFilters().FindFilter(sFilter,pLocal);
if( SUCCEEDED(hFilter))
{
Filter.FT_SetLocalFilter(&(*pLocal));
}
}
}
}
Also one time I went into a group and it looked as if newsbin marked all the posts as 'old', so i turned off the option 'mark as old (like v4)' in the preferences. Pretty sure it's not going to d/l those automatically now for any reason.
Quade wrote:http://www.newsbin.com/downloads/nb601B2.exe
Try this one. Set the log level to "Debug" in the advanced tab and try a group. Then look atthe log tab for filter errors. Automode works fine here so, there's something specific about your setup preventing it from working.
Return to V6 Technical Support
Users browsing this forum: Google [Bot] and 2 guests