rrirower / DP2SceneGraphWizard

Direct Publisher to SceneGraph wizard.
MIT License
16 stars 1 forks source link

Search on large feed files do not work #114

Open wajidbux opened 1 month ago

wajidbux commented 1 month ago

Describe the bug A clear and concise description of what the bug is.

Search on large feed files does not work. the channel hangs and is booted out to the home screen.

Screenshot 2024-07-31 171254

rrirower commented 1 month ago

Do you have RAF enabled? What version are you running?

wajidbux commented 1 month ago

running the latest version with RAF enabled. smaller feed files work perfectly well.

rrirower commented 1 month ago

Can you provide the URL to the feed file that fails, and, the search term that causes the failure?

wajidbux commented 1 month ago

https://movielandroku.dreamhosters.com/roku.json

You can search for any title that shows up on the grid screen.

samadtehrani commented 1 month ago

Looks like you have around 2000 videos. I have 23000. Your .json file is under 2Mb, mine is 13Mb. But my channel is working perfectly. It's slow on loading time, so I added an animation to cover that, but overall it's working correctly.

rrirower commented 1 month ago

@wajidbux When I open your feed file in the Channel Feed Manager, I see lots of these warnings...

{ "time": "2024-08-01 10:05:28.2016", "level": "WARN", "message": "Item 'Jabberwocky' defines tags, but, a category that associates those tags could not be found." }
{ "time": "2024-08-01 10:05:28.2016", "level": "WARN", "message": "Item 'Chandler' defines tags, but, a category that associates those tags could not be found." }
{ "time": "2024-08-01 10:05:28.2016", "level": "WARN", "message": "Item 'Spasmo' defines tags, but, a category that associates those tags could not be found." }
{ "time": "2024-08-01 10:05:28.2016", "level": "WARN", "message": "Item 'Satan’s Black Wedding' defines tags, but, a category that associates those tags could not be found." }
{ "time": "2024-08-01 10:05:28.2016", "level": "WARN", "message": "Item 'Criminally Insane' defines tags, but, a category that associates those tags could not be found." }
{ "time": "2024-08-01 10:05:28.2016", "level": "WARN", "message": "Item 'The Plunderers' defines tags, but, a category that associates those tags could not be found." }

I'm not sure yet if this would cause a problem. I suspect it would. But, the code should not crash either. I'll need to look into it further.

I'm in the middle of some development, so, I won't be able to dig in for a few days.

wajidbux commented 1 month ago

can you test with another feed URL https://movielandroku.dreamhosters.com/roku1.json and see if the problem persists

rrirower commented 1 month ago

The second feed file you posted causes a Timeout Exception. I'm not sure why since that code runs in a Task thread. @samadtehrani Are you seeing this error? You have many more channel items.

rrirower commented 1 month ago

Same result....Execution timeout.

wajidbux commented 1 month ago

there have been some errors that I have overlooked while working with 1.0.0.0-beta5. I get many errors in my analytics dashboard under channel health Channel Health 2024-08-01T2039.pdf

wajidbux commented 1 month ago

Same result....Execution timeout.

smaller feed files work with ease, they dont take much time in loading as well.

rrirower commented 1 month ago

I'll need to look into this further. I'm not sure why you are the only one with these issues. Either that, or, I'm not getting appropriate feedback from other users.

wajidbux commented 1 month ago

I'll need to look into this further. I'm not sure why you are the only one with these issues. Either that, or, I'm not getting appropriate feedback from other users.

sure, take your time i was just highlighting a few problems. there is also a bug in your latest channel feed manager, the search feed does not generate. do u want me to mark it as a bug under CFM?

rrirower commented 1 month ago

Yes. Please use the CFM issues bug report. Please be specific in describing the problem.

wajidbux commented 1 week ago

Any update on this problem? this problem is not as small as I thought it to be. I've been using WordPress and the wp-smart tv plugin for CMS since 2019 without any problems but the developer has stopped updating the plugin for the last 18 months so i thought the problem could be because of that so yesterday I imported the feed file into CFM and started using the feed but in 12 hours I have started getting emails from viewers saying they are not able to watch any content, I asked if they were able to see any advertisement but they said no video so how can there be any ads. I don't use pre or post-rolls I use midrolls with an interval of 8 minutes. I feel there is a serious mismatch between the RAF integration and the feed file, i could be wrong but I think u should take a look at it. in one day I got 65000+ RAF errors, attaching the screenshot.

Screenshot 2024-09-03 210847

Screenshot 2024-09-03 211300

rrirower commented 1 week ago

Yes. There has been some progress made on this. It should be resolved with the next version. If you'd like, I can test it with the URL of your feed file. Attach the url here if you want me to test.

wajidbux commented 1 week ago

Yes. There has been some progress made on this. It should be resolved with the next version. If you'd like, I can test it with the URL of your feed file. Attach the url here if you want me to test.

wp-smart tv feed- https://movielandroku.dreamhosters.com/roku.json CFM feed- https://hookup.dreamhosters.com/roku.json

Do keep in mind the search feature for large feed files.

Thank you.

rrirower commented 1 week ago

I was able to get your channel to load and play with ads. I should have a new version soon.