N2T icon indicating copy to clipboard operation
N2T copied to clipboard

Notion에서 Tistory로 포스팅을 해줍니다.

Results 18 N2T issues
Sort by recently updated
recently updated
newest added

https://notice.tistory.com/2664 그동안 이용할 수 있어서 감사했습니다

발행 할 폐이지가 없다고하는데 게시글 올리기전 상태는 : 발행 요청 , 수정 요청 완료되면 발행 완료 상태로 바뀐다고하는데 저같은경우 발행 요청 , 발행 수정 으로 바꿔줘도 계속 동일한 에러 나옵니다....

![image](https://github.com/jmjeon94/N2T/assets/101075173/2de4fcc0-2664-40df-80bd-bdbc6e57c09b) ![image](https://github.com/jmjeon94/N2T/assets/101075173/6ceb039e-caeb-43a0-a30a-b50de1b20e29) NotionClient.py에서 token_v2과 config_private가 unresolved reference라고 뜨는데, token_v2를 notion_token 으로, config_private를 config로 변경하면 되는걸까요?

N2T 이용하면서 문제없지 잘 작동 되었었는데, 그러던중 `[진행중] Tistory Authorize code, Access Token 발급 완료! 100%|█████████████████████████████████████████████████████████| 6.00k/6.00k [00:00

안녕하세요. #24 문제를 동일하게 겪고 notion-py 레포에서 urllib3 라이브러리 업데이트로 인한 오류를 수정했는지 확인해봤습니다. upstream 레포에서는 해당 에러가 수정되었으나 현재 참조하고 있는 포크 버전에서는 반영이 안되어있었고, upstream 버전으로 변경하여 설치하니...

``` Traceback (most recent call last): File "C:\Users\ipeac\IdeaProjects\N2T\main.py", line 168, in client = Notion2Tistory(cfg, sleep_time=5, selenium_debug=False) File "C:\Users\ipeac\IdeaProjects\N2T\main.py", line 56, in __init__ authorize_code = self.s_client.get_tistory_authorize_code(cfg.TISTORY.CLIENT_ID, cfg.TISTORY.REDIRECT_URI) File "C:\Users\ipeac\IdeaProjects\N2T\clients\SeleniumClient.py", line 76,...

이미지 첨부한 글을 업로드 시 해당 이미지 파일명은 한글이 포함되면 안됩니다. 그렇지 않으면 인코딩 오류가 발생해서 업로드 안됩니다.

self.driver.get(authorize_url) resp = self.driver.page_source soup = BeautifulSoup(resp, 'html.parser') 이 부분에서 soup를 확인해보면 허가하기 버튼이 나오는 화면이 아니라 허가하기 버튼을 누른 뒤의 화면으로 넘어가서 원하는 code값을 못 구하는 거 같습니다,, url을...

![image](https://github.com/jmjeon94/N2T/assets/50260620/9d449a0a-f762-4dcf-9eba-3d72cb4085ea) 에러 확인 부탁드립니다 ㅠㅠ