xbtweet updated

  Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Fire69 Offline
Senior Member
Posts: 211
Joined: Mar 2006
Reputation: 4
Post: #21
I already did that Sad

Can you have a look in your log to see what is logged when you start xbmc?
Is there more then just the one line i get?

[edit]

WOEHOE, IT'S WORKING!!!

You're missing a last step in your how-to Smile
After you install it, set oauth, and copy the settings.cfg, you still have to go to the Programs add-ons and run xbtweet.
Then you get a message that it's started Smile
(This post was last modified: 2011-02-24 10:30 by Fire69.)
find quote
piotr Offline
Senior Member
Posts: 150
Joined: Jun 2008
Reputation: 0
Location: Netherlands
Post: #22
Fire69 Wrote:I already did that Sad

Can you have a look in your log to see what is logged when you start xbmc?
Is there more then just the one line i get?

[edit]

WOEHOE, IT'S WORKING!!!

You're missing a last step in your how-to Smile
After you install it, set oauth, and copy the settings.cfg, you still have to go to the Programs add-ons and run xbtweet.
Then you get a message that it's started Smile

Or restart xbmc, xbtweet is in autoexec.py Smile Glad you got it working !

AppleTV 2 - Alaska Revisited - Logitech Harmony 900 - Panasonic TH-42PX80 - Synology DS109j
[Image: widget]
find quote
Fire69 Offline
Senior Member
Posts: 211
Joined: Mar 2006
Reputation: 4
Post: #23
piotr Wrote:Or restart xbmc, xbtweet is in autoexec.py Smile Glad you got it working !

I restarted like a million times, it didn't do anything! Confused
Anyways, thanks a million! Big Grin

Btw, just noticed your name in the xbmc-log now that the script is running. Are you Dutch?

[edit]
I have this in my log now:
09:27:07 T:164933632 M: 96358400 NOTICE: 'File Autoexec.py is missing, creating file with autostart script'

Didn't have that before running the script through program addons Smile
find quote
piotr Offline
Senior Member
Posts: 150
Joined: Jun 2008
Reputation: 0
Location: Netherlands
Post: #24
Fire69 Wrote:I restarted like a million times, it didn't do anything! Confused
Anyways, thanks a million! Big Grin

Btw, just noticed your name in the xbmc-log now that the script is running. Are you Dutch?

That's correct. And you're from Belgium right ? Noticed your xbtweet tweets Smile

AppleTV 2 - Alaska Revisited - Logitech Harmony 900 - Panasonic TH-42PX80 - Synology DS109j
[Image: widget]
find quote
Fire69 Offline
Senior Member
Posts: 211
Joined: Mar 2006
Reputation: 4
Post: #25
piotr Wrote:That's correct. And you're from Belgium right ? Noticed your xbtweet tweets Smile

Yep.
Are you spying on me? Rofl

Will your version of xbtweet work on the xbox-version also?
find quote
piotr Offline
Senior Member
Posts: 150
Joined: Jun 2008
Reputation: 0
Location: Netherlands
Post: #26
Fire69 Wrote:Yep.
Are you spying on me? Rofl

Will your version of xbtweet work on the xbox-version also?

Nope, have a tweetdeck column open with #xbtweet Smile This version won't work on anything pre-dharma, so xbox is a no. You could try the original version at http://code.google.com/p/xbtweet/

AppleTV 2 - Alaska Revisited - Logitech Harmony 900 - Panasonic TH-42PX80 - Synology DS109j
[Image: widget]
(This post was last modified: 2011-02-24 12:42 by piotr.)
find quote
Fire69 Offline
Senior Member
Posts: 211
Joined: Mar 2006
Reputation: 4
Post: #27
Hey there, me again Laugh

I had to reinstall my pc due to a HD crash...
After installing the new XBMC 10.1, I tried installing xbtweet, but it refuses to run...

This is what I get in my XBMC log:

Code:
21:03:44 T:8076 M:1477435392  NOTICE: '----------- xbtweet by Itay Weinberger, modified by Peter Wieringa, version 1.1.0 -----------'
21:03:44 T:8076 M:1477566464   ERROR: Error Type: ConfigParser.NoOptionError
21:03:44 T:8076 M:1477566464   ERROR: Error Contents: No option 'key' in section: 'Twitter Account'
21:03:44 T:8076 M:1477541888   ERROR: Traceback (most recent call last):
                                              File "C:\Users\id083589a\AppData\Roaming\XBMC\addons\xbtweet\default.py", line 299, in ?
                                                api, auth = Twitter_Login()
                                              File "C:\Users\id083589a\AppData\Roaming\XBMC\addons\xbtweet\resources\lib\twitter_wra​pper.py", line 55, in Twitter_Login
                                                twitter_key = config.get('Twitter Account', 'key')
                                              File "special://xbmc/system/python/Lib\ConfigParser.py", line 302, in get
                                                raise NoOptionError(option, section)
                                            NoOptionError: No option 'key' in section: 'Twitter Account'

I installed xbtweet, copied the settings.cfg (I made a backup before the reinstall) and ran xbtweet from the program addons.
All I get is 'error: script failed! xbtweet' Sad

Is this because of the new 10.1 or am I doing something wrong? Confused
(This post was last modified: 2011-03-13 22:16 by Fire69.)
find quote
piotr Offline
Senior Member
Posts: 150
Joined: Jun 2008
Reputation: 0
Location: Netherlands
Post: #28
Fire69 Wrote:Hey there, me again Laugh

I had to reinstall my pc due to a HD crash...
After installing the new XBMC 10.1, I tried installing xbtweet, but it refuses to run...

This is what I get in my XBMC log:

Code:
21:03:44 T:8076 M:1477435392  NOTICE: '----------- xbtweet by Itay Weinberger, modified by Peter Wieringa, version 1.1.0 -----------'
21:03:44 T:8076 M:1477566464   ERROR: Error Type: ConfigParser.NoOptionError
21:03:44 T:8076 M:1477566464   ERROR: Error Contents: No option 'key' in section: 'Twitter Account'
21:03:44 T:8076 M:1477541888   ERROR: Traceback (most recent call last):
                                              File "C:\Users\id083589a\AppData\Roaming\XBMC\addons\xbtweet\default.py", line 299, in ?
                                                api, auth = Twitter_Login()
                                              File "C:\Users\id083589a\AppData\Roaming\XBMC\addons\xbtweet\resources\lib\twitter_wra​pper.py", line 55, in Twitter_Login
                                                twitter_key = config.get('Twitter Account', 'key')
                                              File "special://xbmc/system/python/Lib\ConfigParser.py", line 302, in get
                                                raise NoOptionError(option, section)
                                            NoOptionError: No option 'key' in section: 'Twitter Account'

I installed xbtweet, copied the settings.cfg (I made a backup before the reinstall) and ran xbtweet from the program addons.
All I get is 'error: script failed! xbtweet' Sad

Is this because of the new 10.1 or am I doing something wrong? Confused

My guess is that you copied settings.cfg to the wrong location.

AppleTV 2 - Alaska Revisited - Logitech Harmony 900 - Panasonic TH-42PX80 - Synology DS109j
[Image: widget]
find quote
Fire69 Offline
Senior Member
Posts: 211
Joined: Mar 2006
Reputation: 4
Post: #29
I put it under C:\Users\id083589a\AppData\Roaming\XBMC\addons\xbtweet\resources

That's the correct location, right?

Did you upgrade to the 10.1-version already?
find quote
piotr Offline
Senior Member
Posts: 150
Joined: Jun 2008
Reputation: 0
Location: Netherlands
Post: #30
Don't know what you are doing but this thread was just meant to present a workaround to run this script on AppleTV. For that you just need the settings.cfg on your ATV.

If you want to use this on windows: i don't know. I would start with a fresh install. Remove everything that has to do with xbtweet and edit autoexec.py to remove the xbtweet entry. Reinstall addon from zip.

AppleTV 2 - Alaska Revisited - Logitech Harmony 900 - Panasonic TH-42PX80 - Synology DS109j
[Image: widget]
find quote