Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to find Stream url #113

Open
OperationJosef opened this issue Mar 17, 2024 · 4 comments
Open

Unable to find Stream url #113

OperationJosef opened this issue Mar 17, 2024 · 4 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@OperationJosef
Copy link

F:\tiktok-live-recorder-main>python3 main.py -user some_TikTok_USER


|_ () || || | | | ()_ _____ | _ ___ __ ___ _ _ | |_ _ _
| | | | / / | |/ _ \ / / | || \ V / -) | / -) / _ \ '/ ` / -) '|
|
| ||_\ |_|_
/_\ |||_/___| ||____/| _,___||

V4.1

[] 2024-03-17 22:39:09 - INFO - USERNAME: some_TikTok_USER
[
] 2024-03-17 22:39:09 - INFO - ROOM_ID: some_TikTok_USER
[] 2024-03-17 22:39:13 - ERROR - 'stream_url'
[
] 2024-03-17 22:39:13 - ERROR - Exception caught in main:
[-] Unable to find stream url.

F:\tiktok-live-recorder-main>


When I want to record streams that have an age rating, I get an error message.

All other streams that do not have an age rating have worked so far.

How can I get around this?

It's also the case that no matter how many times I uninstall and install ffmpeg it never recognizes it, which I don't care about for now
TTLiverecord
TTLiverecord-AgeRating-Error

@OperationJosef
Copy link
Author

The picture where the error occurs : "ffmpeg is not installed" seems to be not resolvable for now but without automatic mode and -fffmpeg attribute its working and actually recording.

The picture with "unable to find stream url" seems to have problems to access streams which are adult rated for example many gaming streamers who stream adult games like elden ring etc...

@nlienard
Copy link

nlienard commented Mar 21, 2024

The solution is to login at first. how to auth with this script ?

@sotero1113
Copy link

This can happen when the user enters a stream of another user(when 2 users are split streaming), the room_id that we fetch from the user page isnt updated and is out of date since they're in a new room so when we try to pull the stream url from the response it no longer exist since the user is technically in a new room

@Michele0303
Copy link
Owner

This can happen when the user enters a stream of another user(when 2 users are split streaming), the room_id that we fetch from the user page isnt updated and is out of date since they're in a new room so when we try to pull the stream url from the response it no longer exist since the user is technically in a new room

I will work on this in the next version

@Michele0303 Michele0303 added bug Something isn't working help wanted Extra attention is needed labels Dec 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants