-
Notifications
You must be signed in to change notification settings - Fork 84
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
Empty loop in get_remote_tweets leads to error (variable referenced before assignment) #110
Comments
Running directly from git:
|
https://twtxt.xvm.space/ appears in the failed request, but removing it from the config still produces the same error. |
I've iterated 'twtxt view' over all my follows and it points to ... @mdom ! (https://mdom.github.io/twtxt.txt) |
I added a comment line yesterday that seemed to be the culprit. It worked for @kdave after i removed the line... :) |
@mdom Do you still know which line caused the error? Trying to reproduce this so I can catch the exception which leads to this. |
This was my first experiment with comments: A hash sign at the beginning of a line. I think this line crashed twtxt. |
I’m not able to reproduce this with 1.3.0dev. |
I can see the same crash with current master (5cb114f), try on this url: https://kdave.github.io/twtxt-test.txt |
Very strange, I get this: But no exception, twtxt continues processing the other sources and tweets, as intended. Can you provide the |
top commit 2b31ad3
|
Okay, using the same version with the exact same arguments I get:
I guess it has something to do with twtxt’s dependencies or even the Python version in use. It worked with these dependencies installed:
|
This started after I added a few new follow urls, I don't know which one does that, will try to find out.
The text was updated successfully, but these errors were encountered: