Giter Club home page Giter Club logo

Comments (12)

Spaxe avatar Spaxe commented on August 16, 2024

Sanity check: Is your 2FA turned on? If it is, it doesn't work with 2FA at the moment.

from mastodontotwitter.

jrmgx avatar jrmgx commented on August 16, 2024

No it is not

from mastodontotwitter.

Spaxe avatar Spaxe commented on August 16, 2024

@jrmgx what version of Mastodon.py are you using?

Mine is

Name: Mastodon.py
Version: 1.0.5
Summary: Python wrapper for the Mastodon API
Home-page: https://github.com/halcy/Mastodon.py
Author: Lorenz Diener
Author-email: [email protected]
License: MIT
Location: /usr/local/lib/python3.6/site-packages
Requires: dateutils, requests```

from mastodontotwitter.

Spaxe avatar Spaxe commented on August 16, 2024

Sorry, I should have read your OP closer, @jrmgx. If you are using the latest version, that error you got isn't possible.

The relevant line where you got the KeyError is:

try:
    response = self.__api_request('POST', '/oauth/token', params, do_ratelimiting = False)
    self.access_token = response['access_token']
except:
    raise MastodonIllegalArgumentError('Invalid user name, password or scopes.')

As you can see, it should have been an MastodonIllegalArgumentError instead. So I'm wondering how you managed to get a KeyError.

from mastodontotwitter.

jrmgx avatar jrmgx commented on August 16, 2024

Mastodon.py (1.0.6)
Also I'm always getting the last version of this repo with git pull

from mastodontotwitter.

halcy avatar halcy commented on August 16, 2024

That sounds, weirdly enough, like a file io problem, because for once, the twitter part SHOULD not run again if it has succeeded once...

from mastodontotwitter.

jrmgx avatar jrmgx commented on August 16, 2024

from what I understand here: https://github.com/halcy/MastodonToTwitter/blob/master/MastodonToTwitter.py#L188
the files are written only after the success of both Twitter and Mastodon?
The server has a good working file system and I don't have other issues with it.

from mastodontotwitter.

halcy avatar halcy commented on August 16, 2024

Oh, whoops. They are. I thought I had it set to write each set of files after they're done. That should be fixed.

That doesn't help with the original Problem, though. Does the problem still occur?

from mastodontotwitter.

jrmgx avatar jrmgx commented on August 16, 2024

I changed the instance to another one and it works well

from mastodontotwitter.

Spaxe avatar Spaxe commented on August 16, 2024

This may be worth reproducing for the sake of tracking down potential weird bugs - could you tell us which instance you tried that didn't work?

from mastodontotwitter.

jrmgx avatar jrmgx commented on August 16, 2024

faulty: mastodon.xyz and the one what works now is mamot.fr

from mastodontotwitter.

evilchili avatar evilchili commented on August 16, 2024

I have the same problem with a personal instance, toots.evilchi.li. Works fine with mastodon.social.

The full response is:

{'error': 'invalid_client', 'error_description': 'Client authentication failed due to unknown client, no client authentication included, or unsupported authentication method.'}

from mastodontotwitter.

Related Issues (20)

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.