Hope someone can help! There is a movie in my Save List, specifically Glass Onion, which is a Netflix movie. I want to delete that movie from my list, and there is no option to do so. I do understand that Netflix doesn't work with the Save List, which is the problem - the movie must have been in the My Feed queue before it changed over to Save List, and now it's stuck there. Just as you can't add a Netflix movie to your save list, you also, apparently, cannot delete a Netflix movie from the list.
I want to be very clear, before a rep responds, that I absolutely already know how to add and delete movies from my Save List the standard ways, and I do it all the time. However, the option to remove this particular item is just not there. But there must be some kind of recourse or workaround so it doesn't just remain stuck there forever.
So, any words of advice from the community? Anyone else had this issue and resolved it? If a rep can help, that would be great! (I also can't figure out how to contact Roku directly anymore, as used to be available.)
This issue is annoying me so much that I'd happily clear my entire Save List and re-add everything, just to get this one movie to disappear, lol. If that's an option, I also haven't figured out how to do that - how to clear the Save List (hopefully without doing a factory reset, which I'm not sure would even solve the problem).
Otherwise, search Google for "Roku telephone number" and look at the results just below the "People also ask" section. I tried to post one of the links (P***edConsumer.com), but my post got flagged and deleted.
For what it's worth, I managed to chat with a Roku representative, who was not able to help me at all. Like, AT ALL. Kept telling me to sign into Netflix and remove it from that list. Somehow I doubt that would help, because it's a separate list! Not to mention I am not even currently subscribed to Netflix - I don't even think it was in my Netflix queue, and I can't view it anyway, obviously. Regardless, there's another title stuck in my Roku Save list that has nothing to do with Netflix, and it too is stuck there.
OMG, I went in infuriating circles trying to explain this on the chat, and ended up basically being told there's nothing anyone can do about it. Not great, Roku. I'm pretty patient and understanding about most things, but ugh.
So the gist is, if there's a title which found its way onto your Save List in the past, and is currently either a Netflix title or not currently available to stream anywhere (aka "no providers found"), then you cannot delete it. And apparently Roku cannot or will not delete it for you. (Nor can you clear your entire Save List and start from scratch, apparently.) Seems like a system bug that needs to be fixed, and maybe I should report it that way, at least.
Again, that option doesn't exist on my app. I may have a different version of the app, I don't know, but it is not there - there are no dots at all when viewing the list as a whole, instead there's a box to check or uncheck on each title. I'll try to include some photos, to show what I'm seeing on my app:
Netflix app on my iPad crashes when I attempt to search. I have an ipad1. I have removed and reinstalled the Netflix app with no luck. I have hard reset the device. No luck. I have closed all apps and launched the Netflix app, still no luck. I am running the latest iOS.
I've called Netflix several times in the past few months on tis issue. They always say they have never heard the issue before... In the ipad diagnostics, I often see a low memory crash error. I believe the issue would be resolved if they went back to the old search, which was to type into the search box, then click a button to search on the Netflix server and display a results page. I think the instant search must use too much memory for an pad 1. the instant search is ot as good either, because it only searches for titles.
I agree that the issue is with Netflix and memory. My diagnostics show low-memory conditions when it crashes sometimes. I've called Netflix a few times, but they say they have never heard of this issue before. In fact, I believe they need to code it better. I'm guessing that the issue may occur for users who have a lot of movies in their queue. They are loading up EVERYTHING into memory without checking how much they are loading. Then, when you click on the "Search" box, it tries to preload something that has no more room in memory to load. Clicking on the "Search" box should not do anything. Even typing should not do anything. We should be able to turn off instant search and just click a search button after we have typed in search words. This would be a better search method, because it would allow us to search for actors and directors, and keywords, not just movie titles.
When this happens I can double tap the home button and I can see the list of Apps that are running. I then just kill/close the netfilx app. I wait a second or two and launch the netflix app and the ability to seach is restored.
Same issue here. Both iPad and iPhone jailbroken but problem arises only on the former. Quitting app or freeing memory doesn't help. So far I've not found a solution. Have tried various options, including all the "fixes" listed here - no luck.
I have the same issue with the search. It all used to work just fine. Also it crashes when I look up info on a show then I try to change seasons. I'm on an original iPad that's NOT jail broken. Netflix claims they've never heard of this problem and just blame the iPad. No help at all! Hope somehow this gets resolved soon.
I was wondering if anyone knew of a batch file that could be used to clear the queue of a specific printer. To give a better idea of what I mean, I have 2 printers on a network (a Brother and a Toshiba) and if one is currently doing a job and the other gets stuck (because printers are the most reliable piece of equipment that never possibly have problems!) is there a batch file I could run that could clear out one of the printers, or the other one?
Stops the spooler service
Set the spooler to restart on first and second failures
Sets dependencies since sometimes the service does not properly register its state as started with the service control manager.
Delete all printer spool files
Start the spooler service
A question that I have for this, is with purgeprint.bat, if I was to cut out the part of deleting the old print jobs, would it retry those print jobs that intially failed and caused the need to run this batch file?
not to nitpick or to take anything away from ed.palmer.54 response but your request was to 1. delete stuck print jobs from the spooler, 2. from a specific printer. My solution did both of these while his only deleted all print jobs in the spooler. Unless having this as a bat file was a specific requirement.
I mean your answer was definitely helpful and did what I was looking for, I was specifically looking for a bat file, and whereas his answer was not 100% perfect fit, it did a close enough job for what I was needing. But I am appreciative of your answer!
I am curious what the general take of the recent Netflix announcement is with regard to our ability to control the traffic. Announcement here . I have an opinion as to whether it is necessary, but that is another subject altogether.
It is clear there is only so much application ID that can occur if the data is encrypted, but can it be combined with URL rules to control the traffic? We would, for example, have to know all of the URLs/subnets that youtube (or Netflix) videos are streamed from. Is that even possible?
We have yet to implement any decryption, but I see that it is going to have to happen at some point. But if we implemented it, is anything going to be able to keep up with the decryption process when it is decrypting a bunch streaming data?
With decryption, you have access to the sub-functions within that application (ie: being able to tell the difference between netflix queue management and streaming, or the difference between facebook-posting and facebook-file-transfer).
Jared is absolutely correct regarding using decryption to enable inspection. To address the performance concern: whether or not decryption has an appreciable effect on your performance depends entirely on *how much* you are decrypting. Each platform has specific upper limits in terms of the maximum number of concurrent decrypted sessions. The additional overhead caused by decryption will depend on this volume. You can limit the scope of decrypted traffic using different criteria (e.g. URL category). This approach will let you inspect things that need to be, like youtube, facebook, etc. while not wasting resources on sessions that probably don't need to be (e.g. online banking, healthcare, etc).
It depends if Netflix just wants to protect the name of the content being watched, or if they really want hide the fact you watch Netflix at all. Like Jared said, you can see the domain name during the SSL/TLS handshake, so you will still be able to block Netflix if you want. After all, if a user cannot login to the main page, he won't be able to watch anything.
90f70e40cf