Hi,
when running unit tests for an api wrapper (https://github.com/holgerbrandl/themoviedbapi), all test pass except the ones for the lists API. Whenever I try to create a new list I get an "{"status_code":11,"status_message":"Internal error: Something went wrong, contact TMDb."}"
The same problem occurs if I try to list all lists created by a given user with /list.
Other unit tests that rely on authentication run fine, so I don't think its a problem with my session-token.
This is the affected account id: 6065849
Best, Holger
.לא מצאת סרט או סדרה? היכנס כדי ליצור אותם
?רוצה לדרג או להוסיף פריט אל רשימה
?לא חבר אתר
תגובה מאת Travis Bell
ב-ספטמבר 16, 2014 ב-10:40לפני חצות יום
Creating lists is indeed not working, I have an open ticket for this here and am planning to get to it soon.
There are no other known issues around lists. I don't believe viewing account lists (other than your own with a session id) was ever hooked up. I have an open ticket for that here.
תגובה מאת Travis Bell
ב-ספטמבר 22, 2014 ב-3:07אחרי חצות יום
Hey Holger,
Lists should be create able again. Can you let me know how you make out?
תגובה מאת apitests
ב-אוקטובר 12, 2014 ב-4:09אחרי חצות יום
Hi Travis,
it works beautifully now. Thank you for the fix.
Best, Holger