Git Product home page Git Product logo

twitxbmc's People

Watchers

James Cloos avatar

twitxbmc's Issues

no followers results in unclosed busy dialog

When I signed up for a new twitter account and followed a few sources, I didn't 
have anyone following me. When I selected "Followers" I would get an error and 
the busydialog would not close.

To fix, in gui.py, 'def getFollowing(self)' should have the lines from 
self.api.GetFriends() to the end of the for loop wrapped with a try/except 
block. That way, even with an exception the 
xbmc.exececutebuiltin("Dialog.Close(busydialog)") gets called.

(A similar problem and similar solution is with getFollowers() and 
getDirectMessages())

Original issue reported on code.google.com by [email protected] on 23 Dec 2011 at 6:46

An Unexpected twitter issue as occured

ok to start off with i installed from the .zip then added the repo and 
installed from there 

so the issue im having is after i enter the PIN i get a a screen that says "an 
unexpected Twitter authentication issue as occurred"

anyone has any ideas ?

is this an auth issue?

or an xbmc ver issue? 

my XBMC is 13.0-ALPHA8 


Original issue reported on code.google.com by [email protected] on 2 Nov 2013 at 3:33

Attachments:

Color settings menu/tweet successful message blends with background

What steps will reproduce the problem?
1. Using the Alaska Revisited Mod skin
2. Posting a tweet
3. Updating settings

What is the expected output? What do you see instead?
The colors for the settings menu blend in with the background, therefore you 
can not update settings. This also occurs on the tweet successful dialog box. I 
would expect that settings/dialog box be themed to match the rest of the script 
(black).


What version of the product are you using? On what operating system?
Latest twitxbmc, Windows 7, Dharma RC2


Original issue reported on code.google.com by [email protected] on 18 Dec 2010 at 5:52

undefined variables preventing exiting the plugin

When I try to exit, I get errors saying that 'buttonCode' is not defined.

The fix is to update gui.py's onAction methods:

updated version:

    def onAction( self, action ):
        count = self.getControl ( LIST ).size()
        pos = self.getControl( LIST ).getSelectedPosition()
        if (pos==count-1):
            self.getTimeline()
        if(action.getButtonCode() == KEY_BUTTON_BACK or action.getButtonCode() == KEY_KEYBOARD_ESC):
            self.close()

def onAction( self, action ):
    if (action.getButtonCode() == KEY_BUTTON_BACK or action.getButtonCode() == KEY_KEYBOARD_ESC):
        self.close()

Original issue reported on code.google.com by [email protected] on 23 Dec 2011 at 6:52

Auth doesn't open a browser

What steps will reproduce the problem?
1. Install program
2. Run for first time
3. Wait for browserwindow

What is the expected output? What do you see instead?
I was expecting a browserwindow to authorize twitxbmc


What version of the product are you using? On what operating system?
xbmctwit0.0.7 on XBMC on Linux


Please provide any additional information below.
I really waited for quite a while, but no browserscreen popped up. Offcourse 
the program returns with a error during authentication. I really want to 
authorize twitxbmc, but how ??


Original issue reported on code.google.com by [email protected] on 14 Apr 2011 at 10:12

Twitter OAuth changes prevent getting Direct Messages

A month ago, Twitter changed the permissions for OAuth apps and some of the 
URLs.

In twitter.py, GetDirectMessage(self, user, text) declares the url to be 
"%s/direct_messages.json", but this should be "%s/1/...", see:

https://dev.twitter.com/docs/api/1/get/direct_messages

When I updated the URL, I was still getting a 403. The response is:

{"errors":[{"code":93,"message":"This application is not allowed to access or 
delete your direct messages"}]}

This is due to a relatively recent change in how Twitter deals with OAuth:

https://dev.twitter.com/docs/application-permission-model/faq

To fix this, the twitXBMC application needs to update the required OAuth 
permissions from R/W to R/W/DM

Original issue reported on code.google.com by [email protected] on 23 Dec 2011 at 6:40

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.