Conversation
|
LGTM! pending update on the tests which are failing, I suspect the tests are now out of date with this change |
|
It doesn't work to resolve #268 [before - with b794735] $ ts-node ./src/index.ts replicate -i
✔ Using the saved credentials.
✔ Setup is completed.
✔ Fetching your jobs.
...
✔ What region should those job posts be? Use space to make a selection. · apac
✔ Do you want to remove existing job posts? · No / Yes
⠙ 1 of 30 job posts are created.^C-> stuck for minutes (up to 10 min I suppose due to #269) [after - with 2781111] $ ts-node ./src/index.ts replicate -i
✔ Using the saved credentials.
✔ Setup is completed.
✔ Fetching your jobs.
...
✔ What region should those job posts be? Use space to make a selection. · apac
✔ Do you want to remove existing job posts? · No / Yes
⠇ 1 of 30 job posts are created.-> stuck in the same way. I need to record the session to see what's going on. |
One correction. It's not in the same way actually. I got the following error instead. |
|
Recording: https://drive.google.com/file/d/1pL8oPZz-J8ZQl7fWpSyyQoNjraAeMIGT/view?usp=sharing Looks like the pop-up is popping up twice(?). |
|
With 67a438a, it fails. HOWEVER, I don't see the pop-up any longer in the recording so I guess we need to identify another root cause... |
|
I think this is still nice to have even thought it may not be the root cause of a real issue. When debugging the session, the banner interferes with seeing what's going on. |

Done