-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to unmarshal response #47
Comments
Relogging should be done by running Can you provide the CLI command that caused this error? Was it a normal text tweet? Maybe you exceeded the 280-character limit set by Twitter? I don't have error handling for that yet. Also, Did you achieve a successful post? Or it still doesn't work on your remote machine. |
It doesn't work for my remote machine after some time. |
Not working, only: x auth -c |
Yep, just like example, only number added. |
Did you move the |
No, i was able to make your app working for some moment. |
Almalinux 8 minimal, no gui, no any additional software, just base system, streamer, my scripts and your app. |
It looks like last time it was working about couple of days, from 14 upto 17 of july. |
For now it is working again, from this point, so let's see how it goes for the next day. |
That's cool |
If possible there is a sense to add a bit more debug via --debug key as it is not clear on which side it was broken, between app and 3rd party server or 3rdparty server and twitter itself. |
Looks like i have run into problem again.
Also it looks like this message doesn't have start from new line. |
And now working again, tried 7 times before with no luck. |
And same happens again. Do we have some limitations somewhere? |
So the X API is responsible for this. They are blocking the tweet with 1500 tweets are allowed under the free plan, distributed in 30 days. That means only 50 tweets per day (and we exceeded this today, So your tweet is not getting posted. Tomorrow the counter will reset to 0 and you will be able to post again). The only way to bypass this is to pay for their API pro plans and I don't have the capabilities to this right now as they are ridiculously overpriced. Sadly this sets a limitation for this tool. I was hoping to do further development to allow scheduling future tweets and some other cool ideas but now I might reconsider as their paid plans are ridiculously overpriced. tho I might find a workaround to post tweets using another way other than their API maybe using their implicit API used in the browser when you're posting from Thank you for informing me ❤️. as this is the first time for this tool to reach that limit lol that's something I'm proud of but also the end of an exciting story. Thanks. |
Oh, sounds sad. I mean for example my limit was ended, and you also will be limited even if doing only one tweet for a whole day? |
Yeah I just tried it and I couldn't post. For all users. Funny. |
Your limit didn't end. The app itself is only allowed to post 50 tweets for all its current user. This is what Elon did when he bought Twitter. It was unlimited before. |
Well, i assume there is a sense to add some limitation to the xcli then for local or server side. We can share 50 tweets across 10 users for 5 posts per day for example. I will stop my autoposter for tracks and will use this for some specific things like just random posts sometimes from server. |
If you ever decide to move for some paid options for this api we can try to continue streamer data posting. |
By the way, is it possible to create xcli2 xcli3 xcliN app for twitterconnection for making it about 50 requests each? |
FYI: Ping me if it is a problem and I will stop it again. |
Just realized I can do even 3 times less. |
Found small issue with my script and fixed it. |
After some time of success work, it has stopped with:
Failed to unmarshal response
I tried to relogin, nothing helps.
Is there any ideas how to diag?
The text was updated successfully, but these errors were encountered: