davidteather / TikTokBot

A TikTokBot that downloads trending tiktok videos and compiles them using FFmpeg
Other
347 stars 61 forks source link

[BUG] - Is the project working on ubuntu? #17

Closed MarcoLavoro closed 3 years ago

MarcoLavoro commented 3 years ago

Describe the bug

the program stops and give me an error about string has no attribute letters

The buggy code just the code from

Expected behavior

works properly

Error Trace (if any)

Traceback (most recent call last): File "/home/ma/Scrivania/tiktok/tiktokbot.py", line 114, in verifyFp = 'verify_Mycode'.join(random.choice(string.letters) for num in range(40)) File "/home/ma/Scrivania/tiktok/tiktokbot.py", line 114, in verifyFp = 'verify_Mycode'.join(random.choice(string.letters) for num in range(40)) AttributeError: module 'string' has no attribute 'letters' ma@ma-VirtualBox:~$

TheClio69 commented 3 years ago

Duplicate of #16.

TheClio69 commented 3 years ago

@MarcoLavoro please close your issue if your problem is resolved.

MarcoLavoro commented 3 years ago

Unfortunately i not tried it yet, i will try asap and close the issue if the problem is solved, i have only to change a line in the code, right?

TheClio69 commented 3 years ago

That's it!

TheClio69 commented 3 years ago

Let me know if you have any problems or questions.

davidteather commented 3 years ago

Should be fixed #18