poscat0x04 / wgcf-teams

BSD 3-Clause "New" or "Revised" License
80 stars 13 forks source link

Do nothing on enter after paste the JWT #6

Open cristianmenghi opened 1 year ago

cristianmenghi commented 1 year ago

Hi, after paste the JWT en press enter the program do nothing. Im test it on mbp m1pro, macos 14.0

Thanks.

poscat0x04 commented 11 months ago

Does this issue still exist?

joismine commented 10 months ago

do nothing after pressing inter just close the app

vuducdong commented 6 months ago

after step token,

Error: Request failed

Caused by: Request to Cloudflare API has failed with errors:

{
  "code": 2004,
  "message": "bad device request",
  "other": null
}

And messages:

Please fix it, Thanks! @poscat0x04

arctus-io commented 1 month ago

@vuducdong @cristianmenghi @poscat0x04: I had the same issue where nothing happened on enter after pasting in the token.

I was able to work around it by piping the token directly into wgcf-teams:

echo 'eyJhbG...uesFg' | wgcf-teams
ma-gh commented 1 week ago

Was this ever resolved or a user error?