• 1
  • 3
  • 4
  • 5
  • 6(current)
  • 7
Release PCloud.com video streaming (useful for VCast.it)
#76
Hi!

I'm useing your addon a long time and it works good on Kodi18. This Week I have transfered my data from US Server to EU Server. Now I can not connect to my pCloud Account over your addon, also the same Problem is on every Android Explorer useing WebDav to Connect

I hop you can fix this Issue and my Report helps
Reply
#77
Hi!

I found the BUG myself. The problem is, the API from pCloud. It changed from api.pcloud.com to eapi.plcoiud.com

To logon to pcloud account with your addon, please, you have to change the following:

At the pcloudapi.py in your Addon change:

self.PCLOUD_BASE_URL = 'https://api.pcloud.com/'    to    self.PCLOUD_BASE_URL = 'https://eapi.pcloud.com/'

Than it is possibel to connet to the pCloud server
Reply
#78
Update: I think my fix is only for users with EU server location
Reply
#79
I think that I also have fixed my problem.
My problem was this error when I'm trying to login into my pcloud account:
https://paste.kodi.tv/asoxubobet.kodi

In brief, the error was: "can't encode character u'\xf3' in position 31: ordinal not in range(128)"
So I added theese lines to the addon.py file:
reload(sys)
sys.setdefaultencoding('utf8')

Just after the line:
import sys

Now the error is gone, but I have a new SSL certificate error when I'm trying to login into pcloud account. I'm from European Union, so I tried the fix of rene1980, but I get always the same error...
https://paste.kodi.tv/opefepagoq.kodi

In brief, the error is: Calling https://eapi.pcloud.com/getdigest... <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:661)>
Visit the link above for more error detail.

Any idea of why this error?
Reply
#80
(2020-10-03, 19:35)rene1980 Wrote: Hi!

I found the BUG myself. The problem is, the API from pCloud. It changed from api.pcloud.com to eapi.plcoiud.com

To logon to pcloud account with your addon, please, you have to change the following:

At the pcloudapi.py in your Addon change:

self.PCLOUD_BASE_URL = 'https://api.pcloud.com/'    to    self.PCLOUD_BASE_URL = 'https://eapi.pcloud.com/'

Than it is possibel to connet to the pCloud server

Thank you. This fix worked in a Mac. How can I edit this in a FireTV Stick?
Reply
#81
(2020-08-27, 11:55)Koelle Wrote: @gdomenici 
Any progress on the library integration? I know it's bad style to ask this kind of questions, but my webdav method is failing very often nowadays due to the slow speed of that protocol. Please keep working on it and let me know, if I can donate somehow to appreciate your contribution.

@gdomenici @Koelle @steve-nz 

Thanks a lot for your tips regarding the pcloud library integration. I just realized that I have not received any notifications from this thread for a long time (dispite the subscription) so I missed the discussion and forgot it Sad But I can definitely confirm Koelle's experience with pcloud webdav being very slow and unpractical.

However, in the meanwhile I upgraded to Kodi 19 and it turned out that the pcloud add-on is not compatible with it. Guido: Without knowing what it takes, I wonder if you can make it available to Kodi 19 as well?

Thanks!
Reply
#82
Quick tip: I do run an instance of rclone in my network (on my pi.hole rasberry pi) and this can access pcloud sufficiently fast and is able to run a fast local webdav server presenting the pcloud content, which then can be used from Kodi. Works very well for me.
@mrah
Reply
#83
(2021-03-14, 16:48)Koelle Wrote: Quick tip: I do run an instance of rclone in my network (on my pi.hole rasberry pi) and this can access pcloud sufficiently fast and is able to run a fast local webdav server presenting the pcloud content, which then can be used from Kodi. Works very well for me.
@mrah

Thanks @Koelle, that's a cool workaround! Have to check it out, I believe I actually have also an extra rasberry pi lying around somewhere Smile
Reply
#84
Hi, no update for Kodi 19?
Reply
#85
Hi Guido,
I installed your addon (version 1.4.5) by downloading the zip from GitHub and was able to enter my pCloud credentials by clicking Open on the pCloud Video Streaming addon screen, but then receive an error message saying Unable to logon to pCloud. See log for details.

I'm on the Windows version of Kodi (version 19.0)

Not sure what to do next.

Is the GitHub zip the latest version? I wasn't able to find the addon in the Kodi repository.

Thanks,
Tim
Reply
#86
(2020-11-09, 20:02)kkusalavan Wrote:
(2020-10-03, 19:35)rene1980 Wrote: Hi!

I found the BUG myself. The problem is, the API from pCloud. It changed from api.pcloud.com to eapi.plcoiud.com

To logon to pcloud account with your addon, please, you have to change the following:

At the pcloudapi.py in your Addon change:

self.PCLOUD_BASE_URL = 'https://api.pcloud.com/'    to    self.PCLOUD_BASE_URL = 'https://eapi.pcloud.com/'

Than it is possibel to connet to the pCloud server

Thank you. This fix worked in a Mac. How can I edit this in a FireTV Stick?

Hi,

Took a while to address this... but now it should be good. Version 1.5.1 (https://github.com/gdomenici/plugin.vide.../tag/1.5.1, soon available in the official plugin repo bit not yet as of the time of this writing) lets you select "eapi" as alternative API endpoint for PCloud, for EU users.
Reply
#87
(2021-06-27, 21:26)TimboC Wrote: Hi Guido,
I installed your addon (version 1.4.5) by downloading the zip from GitHub and was able to enter my pCloud credentials by clicking Open on the pCloud Video Streaming addon screen, but then receive an error message saying Unable to logon to pCloud. See log for details.

I'm on the Windows version of Kodi (version 19.0)

Not sure what to do next.

Is the GitHub zip the latest version? I wasn't able to find the addon in the Kodi repository.

Thanks,
Tim
Hi @TimboC 

Chances are version 1.5.1 (https://github.com/gdomenici/plugin.vide.../tag/1.5.1) addresses this issue.
Reply
#88
(2021-09-12, 11:13)gdomenici Wrote:
(2021-06-27, 21:26)TimboC Wrote: Hi Guido,
I installed your addon (version 1.4.5) by downloading the zip from GitHub and was able to enter my pCloud credentials by clicking Open on the pCloud Video Streaming addon screen, but then receive an error message saying Unable to logon to pCloud. See log for details.

I'm on the Windows version of Kodi (version 19.0)

Not sure what to do next.

Is the GitHub zip the latest version? I wasn't able to find the addon in the Kodi repository.

Thanks,
Tim
Hi @TimboC 

Chances are version 1.5.1 (https://github.com/gdomenici/plugin.vide.../tag/1.5.1) addresses this issue.

Hi @gdomenici 


Do you plan to add 2FA support on your addon ?

Right now I'm forced to disable this security in order to log on into Kodi addon.

Thanks for the support and the great job !
Reply
#89
(2021-10-03, 21:18)zaken7 Wrote: Do you plan to add 2FA support on your addon ?

Right now I'm forced to disable this security in order to log on into Kodi addon.

Thanks for the support and the great job !

Hi,

Thanks for your kind words.

I would be happy to add 2FA, but alas PCloud will not expose that API to third-party developers. That is a pity. Please see this comment of mine on this ticket: https://github.com/gdomenici/plugin.vide...-763414931.

In a nutshell:
Quote:The PCloud support team stated that "The 2FA is not possible with API. If an user has 2FA enabled, he won't be able to access pCloud from other 3rd party apps."

Alas there's nothing i can do about it unless they change this stance.

Kind regards,

Guido
Reply
#90
(2021-10-10, 18:05)gdomenici Wrote:
(2021-10-03, 21:18)zaken7 Wrote: Do you plan to add 2FA support on your addon ?

Right now I'm forced to disable this security in order to log on into Kodi addon.

Thanks for the support and the great job !

Hi,

Thanks for your kind words.

I would be happy to add 2FA, but alas PCloud will not expose that API to third-party developers. That is a pity. Please see this comment of mine on this ticket: https://github.com/gdomenici/plugin.vide...-763414931.

In a nutshell:
Quote:The PCloud support team stated that "The 2FA is not possible with API. If an user has 2FA enabled, he won't be able to access pCloud from other 3rd party apps."

Alas there's nothing i can do about it unless they change this stance.

Kind regards,

Guido
Hi Guido,

Ah I see, thanks for the reply and lets hope they open up the API for that feature.
Reply
  • 1
  • 3
  • 4
  • 5
  • 6(current)
  • 7

Logout Mark Read Team Forum Stats Members Help
PCloud.com video streaming (useful for VCast.it)0