Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search on large feed files do not work #114

Open
wajidbux opened this issue Jul 31, 2024 · 20 comments
Open

Search on large feed files do not work #114

wajidbux opened this issue Jul 31, 2024 · 20 comments
Assignees

Comments

@wajidbux
Copy link

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
Copy link
Owner

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

@wajidbux
Copy link
Author

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

@rrirower
Copy link
Owner

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

@wajidbux
Copy link
Author

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

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

@samadtehrani
Copy link

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
Copy link
Owner

rrirower commented Aug 1, 2024

@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
Copy link
Author

wajidbux commented Aug 1, 2024

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

@rrirower
Copy link
Owner

rrirower commented Aug 1, 2024

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
Copy link
Owner

rrirower commented Aug 1, 2024

Same result....Execution timeout.

@wajidbux
Copy link
Author

wajidbux commented Aug 1, 2024

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
Copy link
Author

wajidbux commented Aug 1, 2024

Same result....Execution timeout.

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

@rrirower
Copy link
Owner

rrirower commented Aug 1, 2024

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
Copy link
Author

wajidbux commented Aug 1, 2024

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
Copy link
Owner

rrirower commented Aug 1, 2024

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

@wajidbux
Copy link
Author

wajidbux commented Sep 3, 2024

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
Copy link
Owner

rrirower commented Sep 3, 2024

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
Copy link
Author

wajidbux commented Sep 3, 2024

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
Copy link
Owner

rrirower commented Sep 3, 2024

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

@wajidbux
Copy link
Author

Are any updates releasing soon?

@rrirower
Copy link
Owner

Yes. Unfortunately, I had to recover from a hardware failure and rebuild from backups. I'm trying to get a new version out this week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants