Closed erobert98 closed 5 years ago
I can post the full error but i dont think its necessary, this error has happened across 2 installs, on two computers, on linux and windows.
Now I get it, previous merged commits removed this vestigial line from py4chan without considering the consequences:
there is a line for compatibility allowing multiple different names for the post ID: number = num = no = post_number = post_id
Although I will normalize the post_number
variable name to post_id
for better consistency for future programmer maintenance, removing the code would be an API breaking change so I will also restore that line.
In thread.py: starting at line 81 through 89
These post_number should be post_id. on initial install and run, i always get error " topic has no post_number", i change it to post_id and it works.