PiRSquared17 / gfeedline

Automatically exported from code.google.com/p/gfeedline
Other
0 stars 0 forks source link

List TimeLine doesn't work when list has a space #70

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a list on twitter with a space in the name of the list
2. Add a 'List TimeLine' feed to gfeedline, with the argument as eg: 
"username/list with a space"

What is the expected output? What do you see instead?
Expect the list to load as a new tab on the main window, with tweets from the 
list.
Instead the tab appears, but no tweets are in it, and the following error is 
printed to console:
Error (List TimeLine): [Failure instance: Traceback (failure with no frames): 
<class 'twisted.web.error.Error'>: 400 Bad Request
]

What version of the product are you using? On what operating system?
gfeedline 2.4.1-1 on ArchLinux

Original issue reported on code.google.com by psyk...@gmail.com on 28 Mar 2014 at 12:34

GoogleCodeExporter commented 9 years ago
Turns out the slug has to be the slug in the URL of the list, not the visual 
name.

This could be updated in the tooltip.

ie. ~ line 90 in twitter/api.py

Original comment by psyk...@gmail.com on 28 Mar 2014 at 12:47

GoogleCodeExporter commented 9 years ago

Original comment by yendo0206 on 29 Aug 2014 at 2:39