Skip to content
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

code 34 - Sorry, that page does not exist. #28

Open
monkeyworknet opened this issue Nov 5, 2022 · 0 comments
Open

code 34 - Sorry, that page does not exist. #28

monkeyworknet opened this issue Nov 5, 2022 · 0 comments

Comments

@monkeyworknet
Copy link

When running I'm getting back the following error - not sure where to go at this point?

username@miniserv:~/t2m$ t2m one twitter_account -m [email protected]  -n 10 -d
Traceback (most recent call last):
  File "/home/username/.local/bin/t2m", line 8, in <module>
    sys.exit(main())
  File "/home/username/.local/lib/python3.9/site-packages/t2m/__init__.py", line 488, in main
    parser.dispatch()
  File "/home/username/.local/lib/python3.9/site-packages/argh/helpers.py", line 55, in dispatch
    return dispatch(self, *args, **kwargs)
  File "/home/username/.local/lib/python3.9/site-packages/argh/dispatching.py", line 174, in dispatch
    for line in lines:
  File "/home/username/.local/lib/python3.9/site-packages/argh/dispatching.py", line 277, in _execute_command
    for line in result:
  File "/home/username/.local/lib/python3.9/site-packages/argh/dispatching.py", line 260, in _call
    result = function(*positional, **keywords)
  File "/home/username/.local/lib/python3.9/site-packages/t2m/__init__.py", line 385, in one
    _forward(db, twitter_handle, mastodon_handle, number=number,
  File "/home/username/.local/lib/python3.9/site-packages/t2m/__init__.py", line 286, in _forward
    to_toot = _collect_toots(twitter_client, twitter_handle,
  File "/home/username/.local/lib/python3.9/site-packages/t2m/__init__.py", line 156, in _collect_toots
    for i in reversed(twitter_client.GetUserTimeline(
  File "/home/username/.local/lib/python3.9/site-packages/twitter/api.py", line 812, in GetUserTimeline
    data = self._ParseAndCheckTwitter(resp.content.decode('utf-8'))
  File "/home/username/.local/lib/python3.9/site-packages/twitter/api.py", line 4908, in _ParseAndCheckTwitter
    self._CheckForTwitterError(data)
  File "/home/username/.local/lib/python3.9/site-packages/twitter/api.py", line 4928, in _CheckForTwitterError
    raise TwitterError(data['errors'])
twitter.error.TwitterError: [{'code': 34, 'message': 'Sorry, that page does not exist.'}]
username@miniserv:~/t2m$

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant