[RELEASE] Vimeo (Video) Plugin - De facto default standard Vimeo Addon for XBMC

  Thread Rating:
  • 5 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
remint Offline
Junior Member
Posts: 20
Joined: Dec 2010
Reputation: 0
Location: Colorado, USA
Post: #141
HenrikDK Wrote:Hi, I can see our integration test of the login code is broke, so vimeo apparently changed something. I'll look into a fix and a new release of the plugin.

Yes, Thanks for your support on this wonderful addon. I really do enjoy Vimeo on XBMC...Nod
find quote
HenrikDK Offline
Skilled Python Coder
Posts: 538
Joined: Jul 2007
Reputation: 17
Post: #142
Hi we just issued a pull request for the new version of this plugin, this should fix the login issues. There might be certain features missing or broken since this is a total rebuild, but we're fairly confident that most features are working.
find quote
petervg Offline
Junior Member
Posts: 7
Joined: Aug 2010
Reputation: 0
Post: #143
Can't wait to get the new version. Thanks for your hard work!
find quote
Hirs Offline
Senior Member
Posts: 100
Joined: Oct 2008
Reputation: 0
Post: #144
Hi, I'm getting this error loading the plugin:

09:55:03 T:140142173570816 NOTICE: -->Python Interpreter Initialized<--
09:55:03 T:140142173570816 NOTICE: Vimeo-1.3.0 ARGV: ['plugin://plugin.video.vimeo/', '0', '']
09:55:03 T:140142173570816 NOTICE: [StorageClient-0.9.2] __init__ : 'Setting table to : Vimeo'
09:55:03 T:140142173570816 ERROR: Error Type: <type 'exceptions.AttributeError'>
09:55:03 T:140142173570816 ERROR: Error Contents: 'module' object has no attribute 'log'
09:55:03 T:140142173570816 ERROR: Traceback (most recent call last):
File "/home/carlos/.xbmc/addons/plugin.video.vimeo/default.py", line 63, in <module>
downloader = downloader.SimpleDownloader()
File "/home/carlos/.xbmc/addons/script.module.simple.downloader/lib/SimpleDownloader.py", line 40, in __init__
self.common.log("")
AttributeError: 'module' object has no attribute 'log'
09:55:03 T:140142685742976 ERROR: GetDirectory - Error getting plugin://plugin.video.vimeo
09:55:03 T:140142685742976 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.vimeo) failed

Using ubuntu oneiric and xbmc eden rc2, what is this log attribute refering to?
find quote
TobiasTheCommie Offline
Skilled Python Coder
Posts: 617
Joined: Apr 2008
Reputation: 3
Post: #145
Hirs Wrote:Hi, I'm getting this error loading the plugin:

09:55:03 T:140142173570816 NOTICE: -->Python Interpreter Initialized<--
09:55:03 T:140142173570816 NOTICE: Vimeo-1.3.0 ARGV: ['plugin://plugin.video.vimeo/', '0', '']
09:55:03 T:140142173570816 NOTICE: [StorageClient-0.9.2] __init__ : 'Setting table to : Vimeo'
09:55:03 T:140142173570816 ERROR: Error Type: <type 'exceptions.AttributeError'>
09:55:03 T:140142173570816 ERROR: Error Contents: 'module' object has no attribute 'log'
09:55:03 T:140142173570816 ERROR: Traceback (most recent call last):
File "/home/carlos/.xbmc/addons/plugin.video.vimeo/default.py", line 63, in <module>
downloader = downloader.SimpleDownloader()
File "/home/carlos/.xbmc/addons/script.module.simple.downloader/lib/SimpleDownloader.py", line 40, in __init__
self.common.log("")
AttributeError: 'module' object has no attribute 'log'
09:55:03 T:140142685742976 ERROR: GetDirectory - Error getting plugin://plugin.video.vimeo
09:55:03 T:140142685742976 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.vimeo) failed

Using ubuntu oneiric and xbmc eden rc2, what is this log attribute refering to?

Hm, confirmed. this is weird.

Yeah, sorry that one's all me. Fixing now.
(This post was last modified: 2012-03-07 15:58 by TobiasTheCommie.)
find quote
remint Offline
Junior Member
Posts: 20
Joined: Dec 2010
Reputation: 0
Location: Colorado, USA
Post: #146
Is the new version of this plugin still scheduled to be released in the future? Thanks...
find quote
dberliner Offline
Junior Member
Posts: 7
Joined: Feb 2012
Reputation: 0
Post: #147
Hello Tobias,

I seem to get the exact same log error as Hirs in the post above. I'm on Eden RC2 (OpenElec distribution).

Is this fixable on our end or do you need to release a new version?
find quote
corumo Offline
Junior Member
Posts: 1
Joined: Mar 2012
Reputation: 0
Post: #148
Hi there,

where can i download the newest vimeo plugin version (1.3.0?) as a zip file? When i take a view here: http://code.google.com/p/vimeoxbmc/ i only find the old 1.1.0 version. But this version doesn't work for me (all points that need a log in).

Thanks for help,
corumo
find quote
pike Offline
Project Manager
Posts: 4,822
Joined: Sep 2003
Reputation: 28
Location: Sweden
Post: #149
on RC2 (openelec) I get this http://pastebin.com/wgKgz8BP using 1.3.0

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


[Image: badge.gif]
(This post was last modified: 2012-03-19 23:45 by pike.)
find quote
HenrikDK Offline
Skilled Python Coder
Posts: 538
Joined: Jul 2007
Reputation: 17
Post: #150
(2012-03-19 23:44)pike Wrote:  on RC2 (openelec) I get this http://pastebin.com/wgKgz8BP using 1.3.0

As noted by tobias earlier this was a problem with the previous release, we're preparing a new one but its not ready yet.
find quote
Post Reply