You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
root@vps17144:~/newtt# python3 main.py
Traceback (most recent call last):
File "main.py", line 6, in
from tiktok_downloader import snaptik
File "/usr/local/lib/python3.8/dist-packages/tiktok_downloader/init.py", line 1, in
from .snaptik import snaptik
File "/usr/local/lib/python3.8/dist-packages/tiktok_downloader/snaptik.py", line 10, in
class snaptik(Session):
File "/usr/local/lib/python3.8/dist-packages/tiktok_downloader/snaptik.py", line 34, in snaptik
def get_media(self) -> list[info_videotiktok]:
TypeError: 'type' object is not subscriptable
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last): File "main.py", line 6, in from tiktok_downloader import snaptik File "/opt/venv/lib/python3.8/site-packages/tiktok_downloader/init.py", line 1, in from .snaptik import snaptik, Snaptik File "/opt/venv/lib/python3.8/site-packages/tiktok_downloader/snaptik.py", line 10, in class snaptik(Session): File "/opt/venv/lib/python3.8/site-packages/tiktok_downloader/snaptik.py", line 40, in snaptik def get_media(self) -> list[info_videotiktok]: TypeError: 'type' object is not subscriptable
root@vps17144:~/newtt# python3 main.py
Traceback (most recent call last):
File "main.py", line 6, in
from tiktok_downloader import snaptik
File "/usr/local/lib/python3.8/dist-packages/tiktok_downloader/init.py", line 1, in
from .snaptik import snaptik
File "/usr/local/lib/python3.8/dist-packages/tiktok_downloader/snaptik.py", line 10, in
class snaptik(Session):
File "/usr/local/lib/python3.8/dist-packages/tiktok_downloader/snaptik.py", line 34, in snaptik
def get_media(self) -> list[info_videotiktok]:
TypeError: 'type' object is not subscriptable
The text was updated successfully, but these errors were encountered: