HA6Bots / TikTok-Compilation-Video-Generator

A system of bots that collects clips automatically via custom made filters, lets you easily browse these clips, and puts them together into a compilation video ready to be uploaded straight to any social media platform. Full VPS support is provided, along with an accounts system so multiple users can use the bot at once. This bot is split up into three separate programs. The server. The client. The video generator. These programs perform different functions that when combined creates a very powerful system for auto generating compilation videos.
https://www.youtube.com/watch?v=Ua-NbCDuYrE
MIT License
766 stars 121 forks source link

is the bot off? #9

Open habibi92 opened 3 years ago

habibi92 commented 3 years ago

Hi, I just check the bot for use it, surprise, i had a lot of error, first the server said only one tiktok api is used :/ but it's not the problem, i have a problem on the video generator, at 95% it sais ‘charmap’ codec can’t encode character' and i try but i don't resolv it, maybe someone can help me? Thanks you

HA6Bots commented 3 years ago

API Fix! Please try again now with new server code.

mightyraccoon94 commented 3 years ago

Same for me, all is working with the new API and i was able to set it all up. I can start the server, search vids and download them. The Client doesnt show me a preview for cutting, but for testing i took all 10 clips. They were send to Vid generator and it starts working. But after all Clips are Generated at 95% The console shows me

.......\vidGen.py", line 224, in renderVideo
    vid_concat.write(f"file {files}\n")
  File "C:\Python39\lib\encodings\cp1252.py", line 19, in encode
    return codecs.charmap_encode(input,self.errors,encoding_table)[0]
UnicodeEncodeError: 'charmap' codec can't encode character '\u266a' in position 150: character maps to <undefined>

Is there something missing that i dont know, or just a setting issue?