-
Notifications
You must be signed in to change notification settings - Fork 29
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
Error code F7701-1003 #85
Comments
Have you installed the widevine libs? |
Hi Allessandro,
Thank you for your reply. I have run the widevine.sh to install the
widevine and the script appears to be successful. The files
libwidevinecdmadapter.so and libwidevinecdm.so appear at the correct
location /usr/lib/x86_64-linux-gnu/qt5/plugins/ppapi/.
When I run the qtwebflix and click to play a video on netflix, I am getting
one of three outcomes:
1. crash
Netflix Player detected! Injecting Netflix 1080p Unlocker...
Transitioning to new MPRIS interface: 21NetflixMprisInterface
[16750:16759:0111/092403.321887:ERROR:broker_posix.cc(40)] Recvmsg error:
Connection reset by peer (104)
Segmentation fault (core dumped)
2. error F7701-1003 (update to the latest firefox)
Netflix Player detected! Injecting Netflix 1080p Unlocker...
Transitioning to new MPRIS interface: 21NetflixMprisInterface
js: Uncaught (in promise) [object Object]
js: Uncaught (in promise) TypeError: Cannot read property 'removeListener'
of undefined
3. spinning wheel forever
Netflix Player detected! Injecting Netflix 1080p Unlocker...
Transitioning to new MPRIS interface: 21NetflixMprisInterface
Netflix Player detected! Injecting Netflix 1080p Unlocker...
Is there anything else I am missing? Thanks. I am running on ubuntu 16.04
and I am wondering if I have to upgrade to 17.04? The Qt version is
5.15.2. Thank you.
kind regards,
Chunyan
…On Tue, 11 Jan 2022 at 01:30, Alessandro ***@***.***> wrote:
Have you installed the widevine libs?
—
Reply to this email directly, view it on GitHub
<#85 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD7JEFSSAVNMKHIZJXJ4FVTUVOB3FANCNFSM5LU64YOA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
Once we dreamt that we were strangers.
We wake up to find that we were dear to each other.
|
It does seem like something to do with WideVine not being available. If I
try to play a video on Prime, it complains about missing a digit right
component. However the two widevine binaries are in the correct location.
Can you help? Thank you.
[image: image.png]
…On Tue, 11 Jan 2022 at 09:33, Chunyan Wang ***@***.***> wrote:
Hi Allessandro,
Thank you for your reply. I have run the widevine.sh to install the
widevine and the script appears to be successful. The files
libwidevinecdmadapter.so and libwidevinecdm.so appear at the correct
location /usr/lib/x86_64-linux-gnu/qt5/plugins/ppapi/.
When I run the qtwebflix and click to play a video on netflix, I am
getting one of three outcomes:
1. crash
Netflix Player detected! Injecting Netflix 1080p Unlocker...
Transitioning to new MPRIS interface: 21NetflixMprisInterface
[16750:16759:0111/092403.321887:ERROR:broker_posix.cc(40)] Recvmsg error:
Connection reset by peer (104)
Segmentation fault (core dumped)
2. error F7701-1003 (update to the latest firefox)
Netflix Player detected! Injecting Netflix 1080p Unlocker...
Transitioning to new MPRIS interface: 21NetflixMprisInterface
js: Uncaught (in promise) [object Object]
js: Uncaught (in promise) TypeError: Cannot read property 'removeListener'
of undefined
3. spinning wheel forever
Netflix Player detected! Injecting Netflix 1080p Unlocker...
Transitioning to new MPRIS interface: 21NetflixMprisInterface
Netflix Player detected! Injecting Netflix 1080p Unlocker...
Is there anything else I am missing? Thanks. I am running on ubuntu
16.04 and I am wondering if I have to upgrade to 17.04? The Qt version is
5.15.2. Thank you.
kind regards,
Chunyan
On Tue, 11 Jan 2022 at 01:30, Alessandro ***@***.***> wrote:
> Have you installed the widevine libs?
>
> —
> Reply to this email directly, view it on GitHub
> <#85 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AD7JEFSSAVNMKHIZJXJ4FVTUVOB3FANCNFSM5LU64YOA>
> .
> Triage notifications on the go with GitHub Mobile for iOS
> <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
> or Android
> <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
>
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
--
Once we dreamt that we were strangers.
We wake up to find that we were dear to each other.
--
Once we dreamt that we were strangers.
We wake up to find that we were dear to each other.
|
That script is pretty old, might need a newer version of widevine. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have just downloaded the latest master branch, built the qtwebflix using qt5.15.2 on ubuntu 16.04. Netflix refused to play and complained about updating firefox to the latest verison, and error code F7701-1003. Can anyone suggest what am I missing? What do I need to do to get it to work? Thank you.
The text was updated successfully, but these errors were encountered: