lovezzzxxx / livemonitor

定时检测youtube、twitter、twitcast、fanbox、bilibili、lol、steam、osu的信息更新并进行关键字匹配后推送到指定qq、喵提醒、discord、telegram
GNU General Public License v3.0
191 stars 27 forks source link

报错 #2

Closed Doordoorjay closed 4 years ago

Doordoorjay commented 4 years ago

[2020-03-20 03:02:10] [Error] "TwitterTweet 湊あくあ" gettwitteruser minatoaqua [2020-03-20 03:02:10] [Error] "TwitterTweet 日ノ隈らん" gettwitteruser Ran_Hinokuma [2020-03-20 03:02:10] [Error] "TwitterTweet 宇志海いちご" gettwitteruser ushimiichigo [2020-03-20 03:02:10] [Error] "TwitterTweet 犬山たまき" gettwitteruser norioo [2020-03-20 03:02:10] [Error] "TwitterTweet 神楽めあ" gettwitteruser KaguraMea_VoV [2020-03-20 03:02:10] [Error] "TwitterTweet 織田信姫" gettwitteruser oda_nobuhime [2020-03-20 03:02:10] [Error] "TwitterTweet 舞元啓介" gettwitteruser maimoto_k [2020-03-20 03:02:10] [Error] "TwitterTweet 卯月コウ" gettwitteruser udukikohh [2020-03-20 03:02:10] [Error] "TwitterTweet 物述有栖" gettwitteruser AliceMononobe [2020-03-20 03:02:10] [Error] "TwitterTweet 癒月ちょこ" gettwitteruser yuzukichococh [2020-03-20 03:02:12] [Error] "YoutubeLive 日ノ隈らん" getyoutubevideodic UCRvpMpzAXBRKJQuk-8-Sdvg [2020-03-20 03:02:12] [Error] "YoutubeLive 物述有栖" getyoutubevideodic UCt0clH12Xk1-Ej5PXKGfdPA [2020-03-20 03:02:12] [Error] "YoutubeLive 森永みう" getyoutubevideodic UChN7P9OhRltW3w9IesC92PA [2020-03-20 03:02:12] [Error] "YoutubeLive 宇志海いちご" getyoutubevideodic UCmUjjW5zF1MMOhYUwwwQv9Q [2020-03-20 03:02:12] [Error] "YoutubeLive 織田信姫" getyoutubevideodic UCGcD5iUDG8xiywZeeDxye-A [2020-03-20 03:02:12] [Error] "YoutubeLive けんき" getyoutubevideodic UCNicQVuAQJYlCQKEw1TKn1A 正常吗

Doordoorjay commented 4 years ago

[2020-03-20 04:27:37] [Error] "TwitterTweet 神楽めあ" gettwitteruser KaguraMea_VoV [2020-03-20 04:27:42] [Error] "TwitterTweet 神楽めあ" gettwitteruser KaguraMea_VoV [2020-03-20 04:27:47] [Error] "TwitterTweet 神楽めあ" gettwitteruser KaguraMea_VoV [2020-03-20 04:27:52] [Error] "TwitterTweet 神楽めあ" gettwitteruser KaguraMea_VoV [2020-03-20 04:27:57] [Error] "TwitterTweet 神楽めあ" gettwitteruser KaguraMea_VoV [2020-03-20 04:28:02] [Error] "TwitterTweet 神楽めあ" gettwitteruser KaguraMea_VoV [2020-03-20 04:28:04] [Error] "TwitterSearch 神楽めあ" gettwittersearchdic 神楽めあ filter:links [2020-03-20 04:28:04] [Error] "TwitterUser 神楽めあ" gettwitteruser KaguraMea_VoV

Doordoorjay commented 4 years ago

youtube却可以,cookie已经设置了还是twitter会报错

lovezzzxxx commented 4 years ago

如果只有twitter报错的话应该是cookies格式不对导致的,请确保cookies是json格式

"cookies": {"_ga":"12345678","_gid":"12345678","_twitter_sess":"12345678","ads_prefs":"\"12345678\"","auth_token":"12345678","csrf_same_site":"12345678","csrf_same_site_set":"12345678","ct0":"12345678","dnt":"12345678","gt":"12345678","guest_id":"12345678","kdt":"12345678","lang":"12345678","personalization_id":"\"12345678\"","remember_checked_on":"12345678","rweb_optin":"12345678","twid":"u=12345678"},

Doordoorjay commented 4 years ago

"cookies": {"personalization_id": "xxxxx", "guest_id": "xxxxxx", "_ga": "xxx", "eu_cn": "1", "tfw_exp": "0", "dnt": "1", "ads_prefs": "xxxx", "remember_checked_on": "1", "rweb_optin": "side_no_out", "twid": "xxxxxx", "ct0": "xxxxx", "_gid": "xxxx", "lang": "zh-cn"}, 应该是对的啊,检查了好几次。

lovezzzxxx commented 4 years ago

看上去似乎少了一些项?试试在不同的请求中获取cookies或者使用浏览器插件?