wdzeng / shopee-coins-bot

💰 蝦皮簽到機器人 💰
MIT License
444 stars 800 forks source link

[v2] 機器人被偵測到自動化 #65

Open wdzeng opened 1 year ago

wdzeng commented 1 year ago

網友 @94ione 回報 v2 機器人簽到失敗 (#64),其反應與 #53 完全一樣。

wdzeng commented 1 year ago

Hi @94ione, 我還是無法重現,也猜不到可能的原因。是否可以請你協助 Debug?

94ione commented 1 year ago

您好

我使用的瀏覽器為 Cent Browser,版本為 5.0.1002.354 (正式版本) (64 位元) (Chromium 102.0.5005.167) 有開無痕取得 cookie,cookie 的確只有一行,是比照文件取得的。 使用指令 whoami, balancehistory 皆能運作順利,有正確的輸出結果。 唯簽到會出現已簽到,只能隔日再簽一次,但隔日用機器人一樣會失敗,只能用手機或網頁,故 history 只有 DAY 1

我的指令是 docker run -v "/www/shopee:/config" hyperbola/shopee-coins-bot:2.0.0-alpha.2 -c /config/a1 有帶 -v 的,不過若只有上面這行指令,是會顯示

docker: invalid reference format.
See 'docker run --help'.

只有在 a1 後再加上 whoami, balancehistory 才會有正常的輸出

以上不知是否有操作錯誤,亦或需如何交叉測試呢?

謝謝!

wdzeng commented 1 year ago

您好

我使用的瀏覽器為 Cent Browser,版本為 5.0.1002.354 (正式版本) (64 位元) (Chromium 102.0.5005.167) 有開無痕取得 cookie,cookie 的確只有一行,是比照文件取得的。 使用指令 whoami, balancehistory 皆能運作順利,有正確的輸出結果。 唯簽到會出現已簽到,只能隔日再簽一次,但隔日用機器人一樣會失敗,只能用手機或網頁,故 history 只有 DAY 1

我的指令是 docker run -v "/www/shopee:/config" hyperbola/shopee-coins-bot:2.0.0-alpha.2 -c /config/a1 有帶 -v 的,不過若只有上面這行指令,是會顯示

docker: invalid reference format.
See 'docker run --help'.

只有在 a1 後再加上 whoami, balancehistory 才會有正常的輸出

以上不知是否有操作錯誤,亦或需如何交叉測試呢?

謝謝!

Hi, 感謝你的協助!我會去試試看 Cent Browser。

想確認以下事項

94ione commented 1 year ago

抱歉,我說錯了,還好您有質疑

1) 是的,我的 cookie 檔案在 /www/shopee/a1,不過不是本機耶,我是用 ORACLE 的 VPS

2)

docker --version
Docker version 23.0.1, build a5ee5b1

3)

docker run "/www/shopee:/config" hyperbola/shopee-coins-bot:2.0.0-alpha.2 -c /config/a1 -v

出現這個

docker: invalid reference format.
See 'docker run --help'.

4) 輸入

docker run -v "/www/shopee:/config" hyperbola/shopee-coins-bot:2.0.0-alpha.2 -c /config/a1

會顯示

Usage: docker run hyperbola/shopee-coins-bot:2.0.0-alpha.2 [options] [command]
Give me Shopee coins!

Options:
  -V, --version        output the version number
  -q, --quiet          suppress output message (default: false)
  -c, --cookie <FILE>  path to cookie file
  -h, --help           display help for command

Commands:
  checkin [options]    Checkin to get Shopee coins
  balance              Get my Shopee coins balance
  history [options]    Get my Shopee coins checkin history
  whoami               Get my Shopee username
wdzeng commented 1 year ago

Hi, 我懷疑蝦皮會擋雲端業者 (Oracle, GCP, Amazon ...) 的 IP,是否可以請您日後再試試看在自己的筆電執行機器人?

94ione commented 1 year ago

假日外出,所以晚測試了.....不好意思,狀況如下

本機作業系統: WINDOWS 10 PRO x64 (22H2) Docker version 24.0.2, build cb74dfc Chrome 版本 114.0.5735.199 (正式版本) (64 位元) whoami, balance 與 history 運作順利,有顯示正常的結果 進行checkin,得到的值為Already checked in. (實際是沒有簽成功),回到手機要再簽,就一樣顯示try again tomorrow

wdzeng commented 1 year ago

假日外出,所以晚測試了.....不好意思,狀況如下

本機作業系統: WINDOWS 10 PRO x64 (22H2) Docker version 24.0.2, build cb74dfc Chrome 版本 114.0.5735.199 (正式版本) (64 位元) whoami, balance 與 history 運作順利,有顯示正常的結果 進行checkin,得到的值為Already checked in. (實際是沒有簽成功),回到手機要再簽,就一樣顯示try again tomorrow

Hi, 請問您在本機進行簽到之前,是否有重新產生新的 cookie,還是您仍然使用 Oracle 機器上的 cookie 呢?如果是後者的話,想請您再協助試試看於本機產生新的 cookie。

94ione commented 1 year ago

有的,想說就切分來測試,所以在本機上的是用Chrome 新撈的

wdzeng commented 1 year ago

想確認一下,您的本機連上的是一般家用網路嗎(e.g. 中華電信)?是否有使用 VPN 或 reverse proxy?

94ione commented 1 year ago

不是耶,是使用台灣之星的行動網路,沒有 VPN 或 reverse proxy

wdzeng commented 1 year ago

Hi, 我想調查是否為 IP 因素。是否可以在您的個人電腦上跑以下指令並回報輸出結果?

docker run --entrypoint wget hyperbola/shopee-coins-bot:2.0.0-alpha.2 'http://ipecho.net/plain' -O- -q
94ione commented 1 year ago

image

94ione commented 1 year ago

看到版大昨日似乎有做了異動,所以做了測試,一樣簽到失敗但其他指令正常,但簽到時這次出現的簽到失敗,是Invalid cookie

image

wdzeng commented 1 year ago

Hi,

我有做一些更新,但我還沒發布新的 image。

Invalid cookie 可能表示你的 cookie 放太久已經過期了。

Ban921 commented 1 year ago

Hi, 我已經重複更新cookie 但我的狀況跟https://github.com/wdzeng/shopee-coins-bot/issues/65#issuecomment-1707776882 一樣

sian-jing commented 1 year ago

Unexpected error: Cannot read properties of undefined (reading 'success') 請問這是什麼問題?

wdzeng commented 1 year ago

Hi @94ione @jim515jim,

大概能確定是被偵測到自動化的關係,但我不確定能否解決。

請試試看 hyperbola/shopee-coins-bot:2.0.0-alpha.3。

94ione commented 1 year ago

出現Invalid cookie. Missing required cookie: shopee_webUnique_ccd,截圖如下。謝謝!

image

wdzeng commented 1 year ago

Hi @94ione,

想再次確認以下事項:

感謝!

sian-jing commented 1 year ago

1.無痕 2.帳號密碼

hyperbola @.***> 於 2023年10月2日 12:42 寫道:

 Hi @94ione,

想再次確認以下事項:

你的 cookie 是否來自無痕的 Chrome 瀏覽器? 你的登入方式是 Facebook 登入、Google 帳號登入、還是帳號密碼登入? 感謝!

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.

ray1025 commented 1 year ago

我用whoami正常,但是用checkin也是出現這個錯誤 Invalid cookie. Missing required cookie: shopee_webUnique_ccd

ps. 1.我的 cookie 來自一般的 Chrome 瀏覽器 2.我的登入方式是帳號密碼登入

danielhuang-030 commented 1 year ago

嗨,回報一下我這邊是 whoami/balance/history 都正常,但是用 checkin 會出現

You are not logged in. Is your cookie expired?

但明明都是用同一組 cookie 啊...

wdzeng commented 1 year ago

感謝各位的回報,我再來研究看看😭😭😭😭😭😭😭😭

94ione commented 1 year ago

Hi @94ione,

想再次確認以下事項:

  • 你的 cookie 是否來自無痕的 Chrome 瀏覽器?
  • 你的登入方式是 Facebook 登入、Google 帳號登入、還是帳號密碼登入?

感謝!

您好,我是使用 Chrome 無痕,而帳號是GOOGLE的。謝謝!!

wdzeng commented 1 year ago

@ray1025 @danielhuang-030 @sian-jing 你們遇到的問題與此篇不同,我把你們移動到 #66 #68。

wdzeng commented 1 year ago

@94ione 我先把問題拆成兩份:

  1. alpha-2 機器人簽到顯示成功,但實際上是失敗的。而且有當日無法再手動簽到的問題。
  2. alpha-3 機器人顯示錯誤訊息 Missing required cookie: shopee_webUnique_ccd

兩個問題應該沒有相關。我把 2. 移動到 #68。

94ione commented 1 year ago

@94ione 我先把問題拆成兩份:

  1. alpha-2 機器人簽到顯示成功,但實際上是失敗的。而且有當日無法再手動簽到的問題。
  2. alpha-3 機器人顯示錯誤訊息 Missing required cookie: shopee_webUnique_ccd

兩個問題應該沒有相關。我把 2. 移動到 #68。

版大您辛苦了!!給您100個讚!