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

My description as set as title #28

Closed
keustii opened this issue Mar 31, 2021 · 5 comments
Closed

My description as set as title #28

keustii opened this issue Mar 31, 2021 · 5 comments

Comments

@keustii
Copy link

keustii commented Mar 31, 2021

all works fines,
login, upload, thumbnail, title,
but few time after my title are set, my description overwrite it
anyone know how to fix this ?

@lalitaalaalitah
Copy link

Change below if video_description:

# description_container = self.browser.find(By.XPATH, Constant.DESCRIPTION_CONTAINER)
description_field = self.browser.find_all(By.ID, Constant.TEXTBOX)[1]
# print(len(description_field))
# for each_t in description_field:
#     print(each_t)
# description_field = self.browser.find(By.ID, Constant.TEXTBOX, element=description_container)

@keustii
Copy link
Author

keustii commented Apr 4, 2021

Change below if video_description:

# description_container = self.browser.find(By.XPATH, Constant.DESCRIPTION_CONTAINER)
description_field = self.browser.find_all(By.ID, Constant.TEXTBOX)[1]
# print(len(description_field))
# for each_t in description_field:
#     print(each_t)
# description_field = self.browser.find(By.ID, Constant.TEXTBOX, element=description_container)

thx mate, its working, it just test it.

@domasb2005
Copy link

Change below if video_description:

# description_container = self.browser.find(By.XPATH, Constant.DESCRIPTION_CONTAINER)
description_field = self.browser.find_all(By.ID, Constant.TEXTBOX)[1]
# print(len(description_field))
# for each_t in description_field:
#     print(each_t)
# description_field = self.browser.find(By.ID, Constant.TEXTBOX, element=description_container)

I cloned your branch and i am getting this error.
image

I had same error with master branch too. Close up:
image

@lalitaalaalitah
Copy link

lalitaalaalitah commented Apr 5, 2021

No, you've not copied my code properly. You've to comment out those parts which i did. That means copy the code i provided as it is, don't remove hash or anything else.

Sakimotor added a commit to Sakimotor/youtube_uploader_selenium that referenced this issue Apr 7, 2021
Opens json files with utf-8 encoding, instead of system's default : prevents conflicts that typically happen while using iso norm (example : Japanese characters on French computer become french). 

Also adds [lalitaalaalitah's description fix](linouk23#28 (comment)) .
@domasb2005

This comment has been minimized.

linouk23 pushed a commit that referenced this issue May 8, 2021
Opens json files with utf-8 encoding, instead of system's default : prevents conflicts that typically happen while using iso norm (example : Japanese characters on French computer become french). 

Also adds [lalitaalaalitah's description fix](#28 (comment)) .
kingpig-dev pushed a commit to kingpig-dev/youtube_uploader_selenium that referenced this issue Jul 4, 2023
Opens json files with utf-8 encoding, instead of system's default : prevents conflicts that typically happen while using iso norm (example : Japanese characters on French computer become french). 

Also adds [lalitaalaalitah's description fix](linouk23/youtube_uploader_selenium#28 (comment)) .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants