Closed limiao2 closed 11 months ago
actually as you can see line 808 ,I have not separate public to unlisted,public&premiere,public. that means we need 2 more publish policy enum values. right now it should only works for public, line 830 can you check this
I have create a new branch publish policy for this new feature .can you test against you can set publish policy to 3 or 4 @limiao2
@wanghaisheng I also encountered this problem. For me this worked:
tp-yt-paper-radio-button:nth-child(1)
to tp-yt-paper-radio-group
L813.Log.debug() takes 2 positional arguments but 3 were given
by removing the other argument and calling it seperately.I also suggest that in L835, atleast you catch the Exception and log it as it can catch any type, it'll be difficult to debug.
@ abhishekmj303 3ks
Checklist
Question
In youtube_upload.py, around line 848, the button name should be "PUBLIC" instead of "Public".
Secondly, the button click does not work, even "page.get_by_role("radio", name="PUBLIC").is_visible()" is True.
Could you please help resolve this problem? I wonder if this is observed by other users. Thanks in advance!