groggyegg / plugin.video.duboku

Watch Asian drama, movie, show and animation.
1 stars 2 forks source link

Getting "Duboku Error" "Check log for more information" #14

Closed Jerry-Dragon closed 8 months ago

Jerry-Dragon commented 9 months ago

Getting "Duboku Error" "Check log for more information" when trying to navigate the menus. Using Kodi 20.1. Everything was working fine midday yesterday and then suddenly stopped working. Tried installing and un-installing a couple of times. No luck. Same issues with "Dramacool" addon too.

jianmira commented 9 months ago

need to override the default User-Agent in request.py

Siaunen2 commented 9 months ago

need to override the default User-Agent in request.py

How to override the default user agent?

jianmira commented 9 months ago

Temporary solution could be to replace line 40 response = cls.session.get(url) with, headers = {'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36'} response = cls.session.get(url, headers=headers)

better solution could be using fake-useragent (https://pypi.python.org/pypi/fake-useragent)

nahcyrag commented 9 months ago

Temporary solution could be to replace line 40 response = cls.session.get(url) with, headers = {'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36'} response = cls.session.get(url, headers=headers)

better solution could be using fake-useragent (https://pypi.python.org/pypi/fake-useragent)

with my limited github skill. i forked and tried replace that line. I am still getting error. any chance you can fork and update the file? thanks

jianmira commented 9 months ago

You dont have to install addon from github. Zip to make an addon, copy to ur NAS, in Kodi, install zip file.

On Thu, Feb 1, 2024 at 5:58 PM nahcyrag @.***> wrote:

Temporary solution could be to replace line 40 response = cls.session.get(url) with, headers = {'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36'} response = cls.session.get(url, headers=headers)

better solution could be using fake-useragent ( https://pypi.python.org/pypi/fake-useragent)

with my limited github skill. i forked and tried replace that line. I am still getting error. any chance you can fork and update the file? thanks

— Reply to this email directly, view it on GitHub https://github.com/groggyegg/plugin.video.duboku/issues/14#issuecomment-1922511524, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAYLGJ4TCEOXH5GY624XFQLYRQTZHAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMRSGUYTCNJSGQ . You are receiving this because you commented.Message ID: <groggyegg/plugin .@.***>

nahcyrag commented 9 months ago

neither way seem to work. Tried it. thanks. Guess will have to wait @groggyegg

jaajaajaajann commented 9 months ago

also having the same issue as [nahcyrag] and [Jerry-Dragon]. help @groggyegg ? Much appreciated

jianmira commented 9 months ago

duboku enforced the User-Agent one week ago, and a few days later, they added url authentication. then have to update two add-ons. e.g. plugin.video.duboku and resolveurl. I added two add-ons to https://drive.google.com/drive/folders/1kCQbs9RMHoY8D2h8UjoU_F1qePscj4Vf?usp=drive_link install them from zip. I tested on fire tv stick and google TV, they work fine for me. two files are modified, repository.dnb-kodi-repo-1.0.0\duboku\request.py script.module.resolveurl.zip\script.module.resolveurl\lib\resolveurl\plugins\duboku.py you can diff to see the change I made.

On Wed, Feb 7, 2024 at 4:30 PM jaajaajaajann @.***> wrote:

also having the same issue as [nahcyrag] and [Jerry-Dragon]. help @groggyegg https://github.com/groggyegg ? Much appreciated

— Reply to this email directly, view it on GitHub https://github.com/groggyegg/plugin.video.duboku/issues/14#issuecomment-1933043848, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAYLGJ6MJKOUGB66YSOQUGLYSP6ATAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMZTGA2DGOBUHA . You are receiving this because you commented.Message ID: <groggyegg/plugin .@.***>

kin2son commented 9 months ago

I've just sent you a request to access your zip files. Hopefully this work :)

kin2son commented 9 months ago

Thanks for sharing jianmira. Sorry for being a noob - I've downloaded the files and for the life of me couldn't figure out how to install/update. I tried going into Kodi and select install from zip file, browse to the location where I put them but they are not coming up. Any idea?

jianmira commented 9 months ago

https://docs.google.com/document/d/1aCKzG5HiOT2NjQ9r9TvzByAemX6wPVNbgUtgjAI0UQw/edit?usp=share_link

On Sat, Feb 10, 2024 at 5:52 PM kin2son @.***> wrote:

Thanks for sharing jianmira. Sorry for being a noob - I've downloaded the files and for the life of me I couldn't figure out how to install/update. I tried going into Kodi and select install from zip file, browse to the location where I put them but they are not coming up. Any idea?

— Reply to this email directly, view it on GitHub https://github.com/groggyegg/plugin.video.duboku/issues/14#issuecomment-1937357602, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAYLGJZ443CFNYKPUURXMJLYTAB3TAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMZXGM2TONRQGI . You are receiving this because you commented.Message ID: <groggyegg/plugin .@.***>

rainbatt commented 9 months ago

Down for me too, pse help...how to update?

nahcyrag commented 9 months ago

happy to report. this is working on my android TV box. Wife is happy again! thanks

rainbatt commented 9 months ago

Can share how U did it? Tks

nahcyrag commented 9 months ago

Look at @jianmira's instruction. Ask for access to his Google drive, download those two zip files to your TV box locally or on NAS. Go to add-ons, install from zip files and overwrites both the duboku and resolver. I tested it and it works. Good luck

bumperbee commented 9 months ago

Hi Jianmira, thank you

kin2son commented 9 months ago

Look at @jianmira's instruction. Ask for access to his Google drive, download those two zip files to your TV box locally or on NAS. Go to add-ons, install from zip files and overwrites both the duboku and resolver. I tested it and it works. Good luck

Still having trouble. I've tried copying both zip files to the NAS and local, but my latest version of Kodi just don't see them....so weird.

Siaunen2 commented 9 months ago

I still having error, using windows 10 22H2 and kodi version 20.3. Only have duboku addon with their dependencies and log viewer installed, and already overwrite 2 files from jianmira. Here is my error log https://imgur.com/a/Oi2v96c

ameizeing commented 9 months ago

I've just requested for access to your zip files

nahcyrag commented 9 months ago

I still having error, using windows 10 22H2 and kodi version 20.3. Only have duboku addon with their dependencies and log viewer installed, and already overwrite 2 files from jianmira. Here is my error log https://imgur.com/a/Oi2v96c

i normally dont use Kodi on windows. I tried it and didnt work on my computer either. But this fix does work on Android TV. I tried on 3 different brand, Onn, Google and Xiaomi. @jianmira can look at why not working on Windows.

nahcyrag commented 9 months ago

Look at @jianmira's instruction. Ask for access to his Google drive, download those two zip files to your TV box locally or on NAS. Go to add-ons, install from zip files and overwrites both the duboku and resolver. I tested it and it works. Good luck

Still having trouble. I've tried copying both zip files to the NAS and local, but my latest version of Kodi just don't see them....so weird.

https://kodi.wiki/view/Add-on:Google_Drive

you can install google drive as an add-on. once you have google drive in Kodi, you can download the files locally onto the android device for installing inside KODI.

jianmira commented 9 months ago

uploaded the zip files for windows. hfgl

On Sun, Feb 11, 2024 at 7:24 PM Siaunen2 @.***> wrote:

I still having error, using windows 11 and kodi version 20.3. Only have duboku addon with their dependencies installed, and already overwrite 2 files from jianmira. Here is my error log https://imgur.com/a/Oi2v96c

— Reply to this email directly, view it on GitHub https://github.com/groggyegg/plugin.video.duboku/issues/14#issuecomment-1937960141, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAYLGJ67XZACYNUF35MPMNTYTFVMFAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMZXHE3DAMJUGE . You are receiving this because you were mentioned.Message ID: @.***>

ameizeing commented 9 months ago

Thanks for access @jianmira. Happy to report that your files fixed Duboku addon on Kodi 20.4 running in Mecool KM2+ box. Question : if ResolveURL dependency gets updated in future, so I have to reinstall thr script file for ResolveURL?

jianmira commented 9 months ago

Thanks for access @jianmira. Happy to report that your files fixed Duboku addon on Kodi 20.4 running in Mecool KM2+ box. Question : if ResolveURL dependency gets updated in future, so I have to reinstall thr script file for ResolveURL?

Yes. it will.

gamer9394 commented 9 months ago

Thanks for access @jianmira. Happy to report that your files fixed Duboku addon on Kodi 20.4 running in Mecool KM2+ box. Question : if ResolveURL dependency gets updated in future, so I have to reinstall thr script file for ResolveURL?

Yes. it will.

It is weird that it just works for a day and it pops the same error message again. And I didnt noticed there is any update to ResolveURL. Just wondering if yours still workinh fine? Appreciated all the helps.

jianmira commented 9 months ago

Not sure if it is new issue, but there was an issue yesterday and I’ve fixed and updated the files on G drive.

On Wed, Feb 14, 2024 at 4:45 PM gamer9394 @.***> wrote:

Thanks for access @jianmira https://github.com/jianmira. Happy to report that your files fixed Duboku addon on Kodi 20.4 running in Mecool KM2+ box. Question : if ResolveURL dependency gets updated in future, so I have to reinstall thr script file for ResolveURL?

Yes. it will.

It is weird that it just works for a day and it pops the same error message again. And I didnt noticed there is any update to ResolveURL. Just wondering if yours still workinh fine? Appreciated all the helps.

— Reply to this email directly, view it on GitHub https://github.com/groggyegg/plugin.video.duboku/issues/14#issuecomment-1944886386, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAYLGJ6UWHEWJUDVSBEFBFTYTU5CBAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNBUHA4DMMZYGY . You are receiving this because you were mentioned.Message ID: @.***>

gamer9394 commented 9 months ago

Not sure if it is new issue, but there was an issue yesterday and I’ve fixed and updated the files on G drive. On Wed, Feb 14, 2024 at 4:45 PM gamer9394 @.> wrote: Thanks for access @jianmira https://github.com/jianmira. Happy to report that your files fixed Duboku addon on Kodi 20.4 running in Mecool KM2+ box. Question : if ResolveURL dependency gets updated in future, so I have to reinstall thr script file for ResolveURL? Yes. it will. It is weird that it just works for a day and it pops the same error message again. And I didnt noticed there is any update to ResolveURL. Just wondering if yours still workinh fine? Appreciated all the helps. — Reply to this email directly, view it on GitHub <#14 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAYLGJ6UWHEWJUDVSBEFBFTYTU5CBAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNBUHA4DMMZYGY . You are receiving this because you were mentioned.Message ID: @.>

Good to know. Let me try again to install the new updated files. Thx for all your effort jianmira

jaajaajaajann commented 8 months ago

i just downloaded google drive add on on kodi 20.4 on my firestick, logged in and I see the zip folder but the files are not showing up? Shows Google Drive : 100% 5 items loaded, please wait.... I don't have a NAS so i'm assuming but using the google drive add on to download the zip files locally... -script.module.resolveurl.zip -repository.dnb-kodi-repo-1.0.0.zip

super new to this... sorry

On Thu, Feb 15, 2024 at 1:25 AM Janice Huang @.***> wrote:

Just requested access

On Wed, Feb 14, 2024, 4:13 PM gamer9394 @.***> wrote:

Not sure if it is new issue, but there was an issue yesterday and I’ve fixed and updated the files on G drive. … <#m_5084747011901314349_m9061590246032619164> On Wed, Feb 14, 2024 at 4:45 PM gamer9394 @.> wrote: Thanks for access @jianmira https://github.com/jianmira https://github.com/jianmira https://github.com/jianmira. Happy to report that your files fixed Duboku addon on Kodi 20.4 running in Mecool KM2+ box. Question : if ResolveURL dependency gets updated in future, so I have to reinstall thr script file for ResolveURL? Yes. it will. It is weird that it just works for a day and it pops the same error message again. And I didnt noticed there is any update to ResolveURL. Just wondering if yours still workinh fine? Appreciated all the helps. — Reply to this email directly, view it on GitHub <#14 (comment) https://github.com/groggyegg/plugin.video.duboku/issues/14#issuecomment-1944886386>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAYLGJ6UWHEWJUDVSBEFBFTYTU5CBAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNBUHA4DMMZYGY https://github.com/notifications/unsubscribe-auth/AAYLGJ6UWHEWJUDVSBEFBFTYTU5CBAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNBUHA4DMMZYGY . You are receiving this because you were mentioned.Message ID: @.>

Good to know. Let me try again to install the new updated files. Thx for all your effort jianmira

— Reply to this email directly, view it on GitHub https://github.com/groggyegg/plugin.video.duboku/issues/14#issuecomment-1945120863, or unsubscribe https://github.com/notifications/unsubscribe-auth/BGAAEDMAB55PB2WCMTFSICDYTVHMNAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNBVGEZDAOBWGM . You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- Thank You, Janice Huang @00178689

nahcyrag commented 8 months ago

i just downloaded google drive add on on kodi 20.4 on my firestick, logged in and I see the zip folder but the files are not showing up? Shows Google Drive : 100% 5 items loaded, please wait.... I don't have a NAS so i'm assuming but using the google drive add on to download the zip files locally... -script.module.resolveurl.zip -repository.dnb-kodi-repo-1.0.0.zip super new to this... sorry On Thu, Feb 15, 2024 at 1:25 AM Janice Huang @.> wrote: Just requested access On Wed, Feb 14, 2024, 4:13 PM gamer9394 @.> wrote: > Not sure if it is new issue, but there was an issue yesterday and I’ve > fixed and updated the files on G drive. > … <#m_5084747011901314349_m9061590246032619164> > On Wed, Feb 14, 2024 at 4:45 PM gamer9394 @.> wrote: Thanks for > access @jianmira https://github.com/jianmira https://github.com/jianmira > https://github.com/jianmira. Happy to report that your files fixed Duboku > addon on Kodi 20.4 running in Mecool KM2+ box. Question : if ResolveURL > dependency gets updated in future, so I have to reinstall thr script file > for ResolveURL? Yes. it will. It is weird that it just works for a day and > it pops the same error message again. And I didnt noticed there is any > update to ResolveURL. Just wondering if yours still workinh fine? > Appreciated all the helps. — Reply to this email directly, view it on > GitHub <#14 (comment) > <#14 (comment)>>, > or unsubscribe > https://github.com/notifications/unsubscribe-auth/AAYLGJ6UWHEWJUDVSBEFBFTYTU5CBAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNBUHA4DMMZYGY > https://github.com/notifications/unsubscribe-auth/AAYLGJ6UWHEWJUDVSBEFBFTYTU5CBAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNBUHA4DMMZYGY > . You are receiving this because you were mentioned.Message ID: @.> > > Good to know. Let me try again to install the new updated files. Thx for > all your effort jianmira > > — > Reply to this email directly, view it on GitHub > <#14 (comment)>, > or unsubscribe > https://github.com/notifications/unsubscribe-auth/BGAAEDMAB55PB2WCMTFSICDYTVHMNAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNBVGEZDAOBWGM > . > You are receiving this because you are subscribed to this thread.Message > ID: @.***> > -- Thank You, Janice Huang @00178689

you do need to go to your google drive then Shared with me. then download it locally to your FireTV then go to add-ons inside kodi then go to the folder you downloaded to.

jaajaajaajann commented 8 months ago

yup, i see the folder and then this status . But no files loading.

On Thu, Feb 15, 2024 at 11:44 AM nahcyrag @.***> wrote:

i just downloaded google drive add on on kodi 20.4 on my firestick, logged in and I see the zip folder but the files are not showing up? Shows Google Drive : 100% 5 items loaded, please wait.... I don't have a NAS so i'm assuming but using the google drive add on to download the zip files locally... -script.module.resolveurl.zip -repository.dnb-kodi-repo-1.0.0.zip super new to this... sorry … <#m_6836001295862416357m-2358528969253159285_> On Thu, Feb 15, 2024 at 1:25 AM Janice Huang @.> wrote: Just requested access On Wed, Feb 14, 2024, 4:13 PM gamer9394 @.> wrote: > Not sure if it is new issue, but there was an issue yesterday and I’ve > fixed and updated the files on G drive. > … <#m_5084747011901314349_m9061590246032619164> > On Wed, Feb 14, 2024 at 4:45 PM gamer9394 @.*> wrote: Thanks for > access @jianmira https://github.com/jianmira https://github.com/jianmira https://github.com/jianmira https://github.com/jianmira https://github.com/jianmira > https://github.com/jianmira https://github.com/jianmira. Happy to report that your files fixed Duboku

addon on Kodi 20.4 running in Mecool KM2+ box. Question : if ResolveURL > dependency gets updated in future, so I have to reinstall thr script file > for ResolveURL? Yes. it will. It is weird that it just works for a day and it pops the same error message again. And I didnt noticed there is any > update to ResolveURL. Just wondering if yours still workinh fine? > Appreciated all the helps. — Reply to this email directly, view it on > GitHub <#14 https://github.com/groggyegg/plugin.video.duboku/issues/14 (comment) > <#14 (comment) https://github.com/groggyegg/plugin.video.duboku/issues/14#issuecomment-1944886386>>, or unsubscribe > https://github.com/notifications/unsubscribe-auth/AAYLGJ6UWHEWJUDVSBEFBFTYTU5CBAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNBUHA4DMMZYGY https://github.com/notifications/unsubscribe-auth/AAYLGJ6UWHEWJUDVSBEFBFTYTU5CBAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNBUHA4DMMZYGY

https://github.com/notifications/unsubscribe-auth/AAYLGJ6UWHEWJUDVSBEFBFTYTU5CBAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNBUHA4DMMZYGY https://github.com/notifications/unsubscribe-auth/AAYLGJ6UWHEWJUDVSBEFBFTYTU5CBAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNBUHA4DMMZYGY . You are receiving this because you were mentioned.Message ID: @.> > Good to know. Let me try again to install the new updated files. Thx for all your effort jianmira > > — > Reply to this email directly, view it on GitHub > <#14 (comment) https://github.com/groggyegg/plugin.video.duboku/issues/14#issuecomment-1945120863>, or unsubscribe > https://github.com/notifications/unsubscribe-auth/BGAAEDMAB55PB2WCMTFSICDYTVHMNAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNBVGEZDAOBWGM . > You are receiving this because you are subscribed to this thread.Message > ID: @*.***> > -- Thank You, Janice Huang @00178689 https://github.com/groggyegg/plugin.video.duboku/commit/00178689

you do need to go to your google drive then Shared with me. then download it locally to your FireTV then go to add-ons inside kodi then go to the folder you downloaded to.

— Reply to this email directly, view it on GitHub https://github.com/groggyegg/plugin.video.duboku/issues/14#issuecomment-1947131308, or unsubscribe https://github.com/notifications/unsubscribe-auth/BGAAEDKOVGWP2GB5NZEJPRTYTZQQZAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNBXGEZTCMZQHA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- Thank You, Janice Huang @00178689

jaajaajaajann commented 8 months ago

Looks like if I go under music Google drive add-on to download the file, the file shows up but just not under video add-on...

I was able to download and get it working! Thanks for all the help!

On Thu, Feb 15, 2024, 11:50 AM Janice Huang @.***> wrote:

yup, i see the folder and then this status . But no files loading.

On Thu, Feb 15, 2024 at 11:44 AM nahcyrag @.***> wrote:

i just downloaded google drive add on on kodi 20.4 on my firestick, logged in and I see the zip folder but the files are not showing up? Shows Google Drive : 100% 5 items loaded, please wait.... I don't have a NAS so i'm assuming but using the google drive add on to download the zip files locally... -script.module.resolveurl.zip -repository.dnb-kodi-repo-1.0.0.zip super new to this... sorry … <#m_5377509333457580400_m_6836001295862416357m-2358528969253159285_> On Thu, Feb 15, 2024 at 1:25 AM Janice Huang @.> wrote: Just requested access On Wed, Feb 14, 2024, 4:13 PM gamer9394 @.> wrote: > Not sure if it is new issue, but there was an issue yesterday and I’ve > fixed and updated the files on G drive. > … <#m_5084747011901314349_m9061590246032619164> > On Wed, Feb 14, 2024 at 4:45 PM gamer9394 @.*> wrote: Thanks for > access @jianmira https://github.com/jianmira https://github.com/jianmira https://github.com/jianmira https://github.com/jianmira https://github.com/jianmira > https://github.com/jianmira https://github.com/jianmira. Happy to report that your files fixed Duboku

addon on Kodi 20.4 running in Mecool KM2+ box. Question : if ResolveURL > dependency gets updated in future, so I have to reinstall thr script file > for ResolveURL? Yes. it will. It is weird that it just works for a day and it pops the same error message again. And I didnt noticed there is any > update to ResolveURL. Just wondering if yours still workinh fine? > Appreciated all the helps. — Reply to this email directly, view it on > GitHub <#14 https://github.com/groggyegg/plugin.video.duboku/issues/14 (comment) > <#14 (comment) https://github.com/groggyegg/plugin.video.duboku/issues/14#issuecomment-1944886386>>, or unsubscribe > https://github.com/notifications/unsubscribe-auth/AAYLGJ6UWHEWJUDVSBEFBFTYTU5CBAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNBUHA4DMMZYGY https://github.com/notifications/unsubscribe-auth/AAYLGJ6UWHEWJUDVSBEFBFTYTU5CBAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNBUHA4DMMZYGY

https://github.com/notifications/unsubscribe-auth/AAYLGJ6UWHEWJUDVSBEFBFTYTU5CBAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNBUHA4DMMZYGY https://github.com/notifications/unsubscribe-auth/AAYLGJ6UWHEWJUDVSBEFBFTYTU5CBAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNBUHA4DMMZYGY . You are receiving this because you were mentioned.Message ID: @.> > Good to know. Let me try again to install the new updated files. Thx for all your effort jianmira > > — > Reply to this email directly, view it on GitHub > <#14 (comment) https://github.com/groggyegg/plugin.video.duboku/issues/14#issuecomment-1945120863>, or unsubscribe > https://github.com/notifications/unsubscribe-auth/BGAAEDMAB55PB2WCMTFSICDYTVHMNAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNBVGEZDAOBWGM . > You are receiving this because you are subscribed to this thread.Message > ID: @*.***> > -- Thank You, Janice Huang @00178689 https://github.com/groggyegg/plugin.video.duboku/commit/00178689

you do need to go to your google drive then Shared with me. then download it locally to your FireTV then go to add-ons inside kodi then go to the folder you downloaded to.

— Reply to this email directly, view it on GitHub https://github.com/groggyegg/plugin.video.duboku/issues/14#issuecomment-1947131308, or unsubscribe https://github.com/notifications/unsubscribe-auth/BGAAEDKOVGWP2GB5NZEJPRTYTZQQZAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNBXGEZTCMZQHA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- Thank You, Janice Huang @00178689

ivioksha commented 8 months ago

It worked after installing the patch but today the error came back again.

jianmira commented 8 months ago

I am able to reproduce the issue. a verification code challenge was added. I could add an 'update verification code' option, the users are able to manually pass the challenge in a popup after the auth token expires. pls let me know if you guys wanna it.

On Sat, Feb 17, 2024 at 4:48 PM ivioksha @.***> wrote:

It worked after installing the patch but today the error came back again.

— Reply to this email directly, view it on GitHub https://github.com/groggyegg/plugin.video.duboku/issues/14#issuecomment-1950483100, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAYLGJ2EK73RETPVWRXJU63YUEXUHAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJQGQ4DGMJQGA . You are receiving this because you were mentioned.Message ID: @.***>

jaajaajaajann commented 8 months ago

Yes, if you could add it, that would be great. Thank you!

On Sat, Feb 17, 2024, 7:20 PM jianmira @.***> wrote:

I am able to reproduce the issue. a verification code challenge was added. I could add an 'update verification code' option, the users are able to manually pass the challenge in a popup after the auth token expires. pls let me know if you guys wanna it.

On Sat, Feb 17, 2024 at 4:48 PM ivioksha @.***> wrote:

It worked after installing the patch but today the error came back again.

— Reply to this email directly, view it on GitHub < https://github.com/groggyegg/plugin.video.duboku/issues/14#issuecomment-1950483100>,

or unsubscribe < https://github.com/notifications/unsubscribe-auth/AAYLGJ2EK73RETPVWRXJU63YUEXUHAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJQGQ4DGMJQGA>

. You are receiving this because you were mentioned.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/groggyegg/plugin.video.duboku/issues/14#issuecomment-1950885194, or unsubscribe https://github.com/notifications/unsubscribe-auth/BGAAEDLVDHTYUUUHDIKESBDYUFXPXAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJQHA4DKMJZGQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

jianmira commented 8 months ago

gotcha, updated.

On Sat, Feb 17, 2024 at 10:26 PM jaajaajaajann @.***> wrote:

Yes, if you could add it, that would be great. Thank you!

On Sat, Feb 17, 2024, 7:20 PM jianmira @.***> wrote:

I am able to reproduce the issue. a verification code challenge was added. I could add an 'update verification code' option, the users are able to manually pass the challenge in a popup after the auth token expires. pls let me know if you guys wanna it.

On Sat, Feb 17, 2024 at 4:48 PM ivioksha @.***> wrote:

It worked after installing the patch but today the error came back again.

— Reply to this email directly, view it on GitHub <

https://github.com/groggyegg/plugin.video.duboku/issues/14#issuecomment-1950483100>,

or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AAYLGJ2EK73RETPVWRXJU63YUEXUHAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJQGQ4DGMJQGA>

. You are receiving this because you were mentioned.Message ID: @.***>

— Reply to this email directly, view it on GitHub < https://github.com/groggyegg/plugin.video.duboku/issues/14#issuecomment-1950885194>,

or unsubscribe < https://github.com/notifications/unsubscribe-auth/BGAAEDLVDHTYUUUHDIKESBDYUFXPXAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJQHA4DKMJZGQ>

. You are receiving this because you are subscribed to this thread.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/groggyegg/plugin.video.duboku/issues/14#issuecomment-1950958455, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAYLGJ26ICE3QG7SHSCEP3TYUF7GZAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJQHE2TQNBVGU . You are receiving this because you were mentioned.Message ID: @.***>

jaajaajaajann commented 8 months ago

Perfect! 🙏🏻 Redownloaded the beta zip and it now works. But I do want to say that previously added shows to favorites was working today with no errors and only when searching for a new show the error popped up.

On Sat, Feb 17, 2024, 8:43 PM jianmira @.***> wrote:

gotcha, updated.

On Sat, Feb 17, 2024 at 10:26 PM jaajaajaajann @.***> wrote:

Yes, if you could add it, that would be great. Thank you!

On Sat, Feb 17, 2024, 7:20 PM jianmira @.***> wrote:

I am able to reproduce the issue. a verification code challenge was added. I could add an 'update verification code' option, the users are able to manually pass the challenge in a popup after the auth token expires. pls let me know if you guys wanna it.

On Sat, Feb 17, 2024 at 4:48 PM ivioksha @.***> wrote:

It worked after installing the patch but today the error came back again.

— Reply to this email directly, view it on GitHub <

https://github.com/groggyegg/plugin.video.duboku/issues/14#issuecomment-1950483100>,

or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AAYLGJ2EK73RETPVWRXJU63YUEXUHAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJQGQ4DGMJQGA>

. You are receiving this because you were mentioned.Message ID: @.***>

— Reply to this email directly, view it on GitHub <

https://github.com/groggyegg/plugin.video.duboku/issues/14#issuecomment-1950885194>,

or unsubscribe <

https://github.com/notifications/unsubscribe-auth/BGAAEDLVDHTYUUUHDIKESBDYUFXPXAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJQHA4DKMJZGQ>

. You are receiving this because you are subscribed to this thread.Message ID: @.***>

— Reply to this email directly, view it on GitHub < https://github.com/groggyegg/plugin.video.duboku/issues/14#issuecomment-1950958455>,

or unsubscribe < https://github.com/notifications/unsubscribe-auth/AAYLGJ26ICE3QG7SHSCEP3TYUF7GZAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJQHE2TQNBVGU>

. You are receiving this because you were mentioned.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/groggyegg/plugin.video.duboku/issues/14#issuecomment-1950960496, or unsubscribe https://github.com/notifications/unsubscribe-auth/BGAAEDI47FEKMJ3UCW5J6TTYUGBHTAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJQHE3DANBZGY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

jianmira commented 8 months ago

Good catch. That's because the link has been moved or removed. if the link is moved/reused, the link points to another video, if the link is removed, you will see an error like this. I had an update, you shouldn't see the error anymore.

On Sat, Feb 17, 2024 at 11:12 PM jaajaajaajann @.***> wrote:

Perfect! 🙏🏻 Redownloaded the beta zip and it now works. But I do want to say that previously added shows to favorites was working today with no errors and only when searching for a new show the error popped up.

On Sat, Feb 17, 2024, 8:43 PM jianmira @.***> wrote:

gotcha, updated.

On Sat, Feb 17, 2024 at 10:26 PM jaajaajaajann @.***> wrote:

Yes, if you could add it, that would be great. Thank you!

On Sat, Feb 17, 2024, 7:20 PM jianmira @.***> wrote:

I am able to reproduce the issue. a verification code challenge was added. I could add an 'update verification code' option, the users are able to manually pass the challenge in a popup after the auth token expires. pls let me know if you guys wanna it.

On Sat, Feb 17, 2024 at 4:48 PM ivioksha @.***> wrote:

It worked after installing the patch but today the error came back again.

— Reply to this email directly, view it on GitHub <

https://github.com/groggyegg/plugin.video.duboku/issues/14#issuecomment-1950483100>,

or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AAYLGJ2EK73RETPVWRXJU63YUEXUHAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJQGQ4DGMJQGA>

. You are receiving this because you were mentioned.Message ID: @.***>

— Reply to this email directly, view it on GitHub <

https://github.com/groggyegg/plugin.video.duboku/issues/14#issuecomment-1950885194>,

or unsubscribe <

https://github.com/notifications/unsubscribe-auth/BGAAEDLVDHTYUUUHDIKESBDYUFXPXAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJQHA4DKMJZGQ>

. You are receiving this because you are subscribed to this thread.Message ID: @.***>

— Reply to this email directly, view it on GitHub <

https://github.com/groggyegg/plugin.video.duboku/issues/14#issuecomment-1950958455>,

or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AAYLGJ26ICE3QG7SHSCEP3TYUF7GZAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJQHE2TQNBVGU>

. You are receiving this because you were mentioned.Message ID: @.***>

— Reply to this email directly, view it on GitHub < https://github.com/groggyegg/plugin.video.duboku/issues/14#issuecomment-1950960496>,

or unsubscribe < https://github.com/notifications/unsubscribe-auth/BGAAEDI47FEKMJ3UCW5J6TTYUGBHTAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJQHE3DANBZGY>

. You are receiving this because you are subscribed to this thread.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/groggyegg/plugin.video.duboku/issues/14#issuecomment-1950964582, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAYLGJ3ITDXZUTUB6M62I6LYUGEVBAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJQHE3DINJYGI . You are receiving this because you were mentioned.Message ID: @.***>

jaajaajaajann commented 8 months ago

Error again this morning... I updated the verification code and still got error when looking for new shows and when playing a favorite show.

I did see there is a 1.0.2 zip in the Google drive, installed that, updated the verification code and still error

On Sat, Feb 17, 2024, 10:38 PM jianmira @.***> wrote:

Good catch. That's because the link has been moved or removed. if the link is moved/reused, the link points to another video, if the link is removed, you will see an error like this. I had an update, you shouldn't see the error anymore.

On Sat, Feb 17, 2024 at 11:12 PM jaajaajaajann @.***> wrote:

Perfect! 🙏🏻 Redownloaded the beta zip and it now works. But I do want to say that previously added shows to favorites was working today with no errors and only when searching for a new show the error popped up.

On Sat, Feb 17, 2024, 8:43 PM jianmira @.***> wrote:

gotcha, updated.

On Sat, Feb 17, 2024 at 10:26 PM jaajaajaajann @.***> wrote:

Yes, if you could add it, that would be great. Thank you!

On Sat, Feb 17, 2024, 7:20 PM jianmira @.***> wrote:

I am able to reproduce the issue. a verification code challenge was added. I could add an 'update verification code' option, the users are able to manually pass the challenge in a popup after the auth token expires. pls let me know if you guys wanna it.

On Sat, Feb 17, 2024 at 4:48 PM ivioksha @.***> wrote:

It worked after installing the patch but today the error came back again.

— Reply to this email directly, view it on GitHub <

https://github.com/groggyegg/plugin.video.duboku/issues/14#issuecomment-1950483100>,

or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AAYLGJ2EK73RETPVWRXJU63YUEXUHAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJQGQ4DGMJQGA>

. You are receiving this because you were mentioned.Message ID: @.***>

— Reply to this email directly, view it on GitHub <

https://github.com/groggyegg/plugin.video.duboku/issues/14#issuecomment-1950885194>,

or unsubscribe <

https://github.com/notifications/unsubscribe-auth/BGAAEDLVDHTYUUUHDIKESBDYUFXPXAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJQHA4DKMJZGQ>

. You are receiving this because you are subscribed to this thread.Message ID: @.***>

— Reply to this email directly, view it on GitHub <

https://github.com/groggyegg/plugin.video.duboku/issues/14#issuecomment-1950958455>,

or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AAYLGJ26ICE3QG7SHSCEP3TYUF7GZAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJQHE2TQNBVGU>

. You are receiving this because you were mentioned.Message ID: @.***>

— Reply to this email directly, view it on GitHub <

https://github.com/groggyegg/plugin.video.duboku/issues/14#issuecomment-1950960496>,

or unsubscribe <

https://github.com/notifications/unsubscribe-auth/BGAAEDI47FEKMJ3UCW5J6TTYUGBHTAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJQHE3DANBZGY>

. You are receiving this because you are subscribed to this thread.Message ID: @.***>

— Reply to this email directly, view it on GitHub < https://github.com/groggyegg/plugin.video.duboku/issues/14#issuecomment-1950964582>,

or unsubscribe < https://github.com/notifications/unsubscribe-auth/AAYLGJ3ITDXZUTUB6M62I6LYUGEVBAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJQHE3DINJYGI>

. You are receiving this because you were mentioned.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/groggyegg/plugin.video.duboku/issues/14#issuecomment-1950979568, or unsubscribe https://github.com/notifications/unsubscribe-auth/BGAAEDIDUNEMH7SYFAP7IY3YUGOVZAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJQHE3TSNJWHA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

jianmira commented 8 months ago

Js challenge has been added, the intention is not only to block robot which was mitigated by adding verification code challenge early this week, but headless users without a browser or js interpreter. I guess they want more ad income, that makes sense, otherwise the site would not last long.So that’s it for now.

On Sun, Feb 18, 2024 at 12:37 PM jaajaajaajann @.***> wrote:

Error again this morning...

On Sat, Feb 17, 2024, 10:38 PM jianmira @.***> wrote:

Good catch. That's because the link has been moved or removed. if the link is moved/reused, the link points to another video, if the link is removed, you will see an error like this. I had an update, you shouldn't see the error anymore.

On Sat, Feb 17, 2024 at 11:12 PM jaajaajaajann @.***> wrote:

Perfect! 🙏🏻 Redownloaded the beta zip and it now works. But I do want to say that previously added shows to favorites was working today with no errors and only when searching for a new show the error popped up.

On Sat, Feb 17, 2024, 8:43 PM jianmira @.***> wrote:

gotcha, updated.

On Sat, Feb 17, 2024 at 10:26 PM jaajaajaajann @.***> wrote:

Yes, if you could add it, that would be great. Thank you!

On Sat, Feb 17, 2024, 7:20 PM jianmira @.***> wrote:

I am able to reproduce the issue. a verification code challenge was added. I could add an 'update verification code' option, the users are able to manually pass the challenge in a popup after the auth token expires. pls let me know if you guys wanna it.

On Sat, Feb 17, 2024 at 4:48 PM ivioksha @.***> wrote:

It worked after installing the patch but today the error came back again.

— Reply to this email directly, view it on GitHub <

https://github.com/groggyegg/plugin.video.duboku/issues/14#issuecomment-1950483100>,

or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AAYLGJ2EK73RETPVWRXJU63YUEXUHAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJQGQ4DGMJQGA>

. You are receiving this because you were mentioned.Message ID: @.***>

— Reply to this email directly, view it on GitHub <

https://github.com/groggyegg/plugin.video.duboku/issues/14#issuecomment-1950885194>,

or unsubscribe <

https://github.com/notifications/unsubscribe-auth/BGAAEDLVDHTYUUUHDIKESBDYUFXPXAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJQHA4DKMJZGQ>

. You are receiving this because you are subscribed to this thread.Message ID: @.***>

— Reply to this email directly, view it on GitHub <

https://github.com/groggyegg/plugin.video.duboku/issues/14#issuecomment-1950958455>,

or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AAYLGJ26ICE3QG7SHSCEP3TYUF7GZAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJQHE2TQNBVGU>

. You are receiving this because you were mentioned.Message ID: @.***>

— Reply to this email directly, view it on GitHub <

https://github.com/groggyegg/plugin.video.duboku/issues/14#issuecomment-1950960496>,

or unsubscribe <

https://github.com/notifications/unsubscribe-auth/BGAAEDI47FEKMJ3UCW5J6TTYUGBHTAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJQHE3DANBZGY>

. You are receiving this because you are subscribed to this thread.Message ID: @.***>

— Reply to this email directly, view it on GitHub <

https://github.com/groggyegg/plugin.video.duboku/issues/14#issuecomment-1950964582>,

or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AAYLGJ3ITDXZUTUB6M62I6LYUGEVBAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJQHE3DINJYGI>

. You are receiving this because you were mentioned.Message ID: @.***>

— Reply to this email directly, view it on GitHub < https://github.com/groggyegg/plugin.video.duboku/issues/14#issuecomment-1950979568>,

or unsubscribe < https://github.com/notifications/unsubscribe-auth/BGAAEDIDUNEMH7SYFAP7IY3YUGOVZAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJQHE3TSNJWHA>

. You are receiving this because you are subscribed to this thread.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/groggyegg/plugin.video.duboku/issues/14#issuecomment-1951409780, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAYLGJZDZTNXNHSBBOW7A6TYUJC75AVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJRGQYDSNZYGA . You are receiving this because you were mentioned.Message ID: @.***>

jaajaajaajann commented 8 months ago

So sounds like there is no way around this at this time ?

On Sun, Feb 18, 2024, 11:40 AM jianmira @.***> wrote:

Js challenge has been added, the intention is not only to block robot which was mitigated by adding verification code challenge early this week, but headless users without a browser or js interpreter. I guess they want more ad income, that makes sense, otherwise the site would last long.So that’s it for now.

On Sun, Feb 18, 2024 at 12:37 PM jaajaajaajann @.***> wrote:

Error again this morning...

On Sat, Feb 17, 2024, 10:38 PM jianmira @.***> wrote:

Good catch. That's because the link has been moved or removed. if the link is moved/reused, the link points to another video, if the link is removed, you will see an error like this. I had an update, you shouldn't see the error anymore.

On Sat, Feb 17, 2024 at 11:12 PM jaajaajaajann @.***> wrote:

Perfect! 🙏🏻 Redownloaded the beta zip and it now works. But I do want to say that previously added shows to favorites was working today with no errors and only when searching for a new show the error popped up.

On Sat, Feb 17, 2024, 8:43 PM jianmira @.***> wrote:

gotcha, updated.

On Sat, Feb 17, 2024 at 10:26 PM jaajaajaajann @.***> wrote:

Yes, if you could add it, that would be great. Thank you!

On Sat, Feb 17, 2024, 7:20 PM jianmira @.***> wrote:

I am able to reproduce the issue. a verification code challenge was added. I could add an 'update verification code' option, the users are able to manually pass the challenge in a popup after the auth token expires. pls let me know if you guys wanna it.

On Sat, Feb 17, 2024 at 4:48 PM ivioksha @.***> wrote:

It worked after installing the patch but today the error came back again.

— Reply to this email directly, view it on GitHub <

https://github.com/groggyegg/plugin.video.duboku/issues/14#issuecomment-1950483100>,

or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AAYLGJ2EK73RETPVWRXJU63YUEXUHAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJQGQ4DGMJQGA>

. You are receiving this because you were mentioned.Message ID: @.***>

— Reply to this email directly, view it on GitHub <

https://github.com/groggyegg/plugin.video.duboku/issues/14#issuecomment-1950885194>,

or unsubscribe <

https://github.com/notifications/unsubscribe-auth/BGAAEDLVDHTYUUUHDIKESBDYUFXPXAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJQHA4DKMJZGQ>

. You are receiving this because you are subscribed to this thread.Message ID: @.***>

— Reply to this email directly, view it on GitHub <

https://github.com/groggyegg/plugin.video.duboku/issues/14#issuecomment-1950958455>,

or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AAYLGJ26ICE3QG7SHSCEP3TYUF7GZAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJQHE2TQNBVGU>

. You are receiving this because you were mentioned.Message ID: @.***>

— Reply to this email directly, view it on GitHub <

https://github.com/groggyegg/plugin.video.duboku/issues/14#issuecomment-1950960496>,

or unsubscribe <

https://github.com/notifications/unsubscribe-auth/BGAAEDI47FEKMJ3UCW5J6TTYUGBHTAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJQHE3DANBZGY>

. You are receiving this because you are subscribed to this thread.Message ID: @.***>

— Reply to this email directly, view it on GitHub <

https://github.com/groggyegg/plugin.video.duboku/issues/14#issuecomment-1950964582>,

or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AAYLGJ3ITDXZUTUB6M62I6LYUGEVBAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJQHE3DINJYGI>

. You are receiving this because you were mentioned.Message ID: @.***>

— Reply to this email directly, view it on GitHub <

https://github.com/groggyegg/plugin.video.duboku/issues/14#issuecomment-1950979568>,

or unsubscribe <

https://github.com/notifications/unsubscribe-auth/BGAAEDIDUNEMH7SYFAP7IY3YUGOVZAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJQHE3TSNJWHA>

. You are receiving this because you are subscribed to this thread.Message ID: @.***>

— Reply to this email directly, view it on GitHub < https://github.com/groggyegg/plugin.video.duboku/issues/14#issuecomment-1951409780>,

or unsubscribe < https://github.com/notifications/unsubscribe-auth/AAYLGJZDZTNXNHSBBOW7A6TYUJC75AVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJRGQYDSNZYGA>

. You are receiving this because you were mentioned.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/groggyegg/plugin.video.duboku/issues/14#issuecomment-1951425588, or unsubscribe https://github.com/notifications/unsubscribe-auth/BGAAEDO4CFVUFXRTOESC5TLYUJKLLAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJRGQZDKNJYHA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

gamer9394 commented 8 months ago

I believed so. Server side react so fast to every patch done by jianmira. Did any tvbox actually have duboku or have to subscribe now?

jaajaajaajann commented 8 months ago

Guess casting directly from the website the the plan for now until a fix is coded. 🤣

On Sun, Feb 18, 2024, 12:30 PM gamer9394 @.***> wrote:

I believed so. Server side react so fast to every patch done by jianmira. Did any tvbox actually have duboku or have to subscribe now?

— Reply to this email directly, view it on GitHub https://github.com/groggyegg/plugin.video.duboku/issues/14#issuecomment-1951437082, or unsubscribe https://github.com/notifications/unsubscribe-auth/BGAAEDOADLYKPZEQWFUFZQDYUJQHRAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJRGQZTOMBYGI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

groggyegg commented 8 months ago

Have been a bit busy with other stuff, but will look into it this weekend.

jaajaajaajann commented 8 months ago

Sounds good, thanks for all your help thus far!

On Wed, Feb 21, 2024 at 1:50 PM groggyegg @.***> wrote:

Have been a bit busy with other stuff, but will look into it this weekend.

— Reply to this email directly, view it on GitHub https://github.com/groggyegg/plugin.video.duboku/issues/14#issuecomment-1958038927, or unsubscribe https://github.com/notifications/unsubscribe-auth/BGAAEDOV5JFA53O57DI2THTYUZT4DAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJYGAZTQOJSG4 . You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- Thank You, Janice Huang @00178689

jianmira commented 8 months ago

All the challenges are gone suddenly last night. I am wondering if they only bought one week of cloudfare pro service. LOL.

On Thu, Feb 22, 2024 at 12:43 PM jaajaajaajann @.***> wrote:

Sounds good, thanks for all your help thus far!

On Wed, Feb 21, 2024 at 1:50 PM groggyegg @.***> wrote:

Have been a bit busy with other stuff, but will look into it this weekend.

— Reply to this email directly, view it on GitHub < https://github.com/groggyegg/plugin.video.duboku/issues/14#issuecomment-1958038927>,

or unsubscribe < https://github.com/notifications/unsubscribe-auth/BGAAEDOV5JFA53O57DI2THTYUZT4DAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJYGAZTQOJSG4>

. You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- Thank You, Janice Huang @00178689

— Reply to this email directly, view it on GitHub https://github.com/groggyegg/plugin.video.duboku/issues/14#issuecomment-1960045992, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAYLGJ276JM74CI2OAMNHEDYU6GWXAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRQGA2DKOJZGI . You are receiving this because you were mentioned.Message ID: @.***>

gamer9394 commented 8 months ago

All the challenges are gone suddenly last night. I am wondering if they only bought one week of cloudfare pro service. LOL. On Thu, Feb 22, 2024 at 12:43 PM jaajaajaajann @.> wrote: Sounds good, thanks for all your help thus far! On Wed, Feb 21, 2024 at 1:50 PM groggyegg @.> wrote: > Have been a bit busy with other stuff, but will look into it this weekend. > > — > Reply to this email directly, view it on GitHub > < #14 (comment)>, > or unsubscribe > < https://github.com/notifications/unsubscribe-auth/BGAAEDOV5JFA53O57DI2THTYUZT4DAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJYGAZTQOJSG4> > . > You are receiving this because you are subscribed to this thread.Message > ID: @.> > -- Thank You, Janice Huang @00178689 — Reply to this email directly, view it on GitHub <#14 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAYLGJ276JM74CI2OAMNHEDYU6GWXAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRQGA2DKOJZGI . You are receiving this because you were mentioned.Message ID: @.>

Does it mean that by updating with the latest file in your google drive. It will works again for now?

jaajaajaajann commented 8 months ago

Hahaha. Maybe they realized it was too expensive to keep up. Confirming it's working on the fire stick again! Thanks @jianmira 🙏🏻

On Sat, Feb 24, 2024, 11:50 AM jianmira @.***> wrote:

All the challenges are gone suddenly last night. I am wondering if they only bought one week of cloudfare pro service. LOL.

On Thu, Feb 22, 2024 at 12:43 PM jaajaajaajann @.***> wrote:

Sounds good, thanks for all your help thus far!

On Wed, Feb 21, 2024 at 1:50 PM groggyegg @.***> wrote:

Have been a bit busy with other stuff, but will look into it this weekend.

— Reply to this email directly, view it on GitHub <

https://github.com/groggyegg/plugin.video.duboku/issues/14#issuecomment-1958038927>,

or unsubscribe <

https://github.com/notifications/unsubscribe-auth/BGAAEDOV5JFA53O57DI2THTYUZT4DAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJYGAZTQOJSG4>

. You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- Thank You, Janice Huang @00178689

— Reply to this email directly, view it on GitHub < https://github.com/groggyegg/plugin.video.duboku/issues/14#issuecomment-1960045992>,

or unsubscribe < https://github.com/notifications/unsubscribe-auth/AAYLGJ276JM74CI2OAMNHEDYU6GWXAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRQGA2DKOJZGI>

. You are receiving this because you were mentioned.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/groggyegg/plugin.video.duboku/issues/14#issuecomment-1962651914, or unsubscribe https://github.com/notifications/unsubscribe-auth/BGAAEDPJGL2TVMXMRQNCFELYVI763AVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRSGY2TCOJRGQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

jianmira commented 8 months ago

thats correct

On Sat, Feb 24, 2024 at 1:56 PM gamer9394 @.***> wrote:

All the challenges are gone suddenly last night. I am wondering if they only bought one week of cloudfare pro service. LOL. On Thu, Feb 22, 2024 at 12:43 PM jaajaajaajann @.

> wrote: … <#m-8555250414069096298> Sounds good, thanks for all your help thus far! On Wed, Feb 21, 2024 at 1:50 PM groggyegg @.> wrote: > Have been a bit busy with other stuff, but will look into it this weekend.

— > Reply to this email directly, view it on GitHub > < #14 (comment) https://github.com/groggyegg/plugin.video.duboku/issues/14#issuecomment-1958038927>, or unsubscribe > < https://github.com/notifications/unsubscribe-auth/BGAAEDOV5JFA53O57DI2THTYUZT4DAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJYGAZTQOJSG4> . > You are receiving this because you are subscribed to this thread.Message > ID: @.> > -- Thank You, Janice Huang @00178689 https://github.com/groggyegg/plugin.video.duboku/commit/00178689 — Reply to this email directly, view it on GitHub <#14 (comment) https://github.com/groggyegg/plugin.video.duboku/issues/14#issuecomment-1960045992>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAYLGJ276JM74CI2OAMNHEDYU6GWXAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRQGA2DKOJZGI https://github.com/notifications/unsubscribe-auth/AAYLGJ276JM74CI2OAMNHEDYU6GWXAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRQGA2DKOJZGI . You are receiving this because you were mentioned.Message ID: @.>

Does it mean that by updating with the latest file in your google drive. It will works again for now?

— Reply to this email directly, view it on GitHub https://github.com/groggyegg/plugin.video.duboku/issues/14#issuecomment-1962665683, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAYLGJ2O5W5IV77A24BFZHDYVJAXZAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRSGY3DKNRYGM . You are receiving this because you were mentioned.Message ID: @.***>

jaajaajaajann commented 8 months ago

Spoke too soon... @jianmira .Am able to get into the shows and episode but it won't play and gives an error.

On Sat, Feb 24, 2024, 1:32 PM jianmira @.***> wrote:

thats correct

On Sat, Feb 24, 2024 at 1:56 PM gamer9394 @.***> wrote:

All the challenges are gone suddenly last night. I am wondering if they only bought one week of cloudfare pro service. LOL. On Thu, Feb 22, 2024 at 12:43 PM jaajaajaajann @.

> wrote: … <#m-8555250414069096298> Sounds good, thanks for all your help thus far! On Wed, Feb 21, 2024 at 1:50 PM groggyegg @.> wrote: > Have been a bit busy with other stuff, but will look into it this weekend.

— > Reply to this email directly, view it on GitHub > < #14 (comment) < https://github.com/groggyegg/plugin.video.duboku/issues/14#issuecomment-1958038927>>,

or unsubscribe > <

https://github.com/notifications/unsubscribe-auth/BGAAEDOV5JFA53O57DI2THTYUZT4DAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJYGAZTQOJSG4>

. > You are receiving this because you are subscribed to this thread.Message > ID: @.*> > -- Thank You, Janice Huang @00178689 https://github.com/groggyegg/plugin.video.duboku/commit/00178689 — Reply to this email directly, view it on GitHub <#14 (comment) < https://github.com/groggyegg/plugin.video.duboku/issues/14#issuecomment-1960045992>>,

or unsubscribe

https://github.com/notifications/unsubscribe-auth/AAYLGJ276JM74CI2OAMNHEDYU6GWXAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRQGA2DKOJZGI < https://github.com/notifications/unsubscribe-auth/AAYLGJ276JM74CI2OAMNHEDYU6GWXAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRQGA2DKOJZGI>

. You are receiving this because you were mentioned.Message ID: @.*>

Does it mean that by updating with the latest file in your google drive. It will works again for now?

— Reply to this email directly, view it on GitHub < https://github.com/groggyegg/plugin.video.duboku/issues/14#issuecomment-1962665683>,

or unsubscribe < https://github.com/notifications/unsubscribe-auth/AAYLGJ2O5W5IV77A24BFZHDYVJAXZAVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRSGY3DKNRYGM>

. You are receiving this because you were mentioned.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/groggyegg/plugin.video.duboku/issues/14#issuecomment-1962736234, or unsubscribe https://github.com/notifications/unsubscribe-auth/BGAAEDOXQ2RLDQ44FIQBN5LYVJL77AVCNFSM6AAAAABCUJXZKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRSG4ZTMMRTGQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

gamer9394 commented 8 months ago

By updated with the latest file uploaded by jianmira. Im able to play with no error. Thx a lot!