Closed brypl closed 1 year ago
@brypl It looks like currently there is no drop campaign for Sea of Thieves. I tried on games like "Honkai Impact 3rd" and it does work.
@danshao
It is working on my side. Please make sure you have the newest commit of the repo.
And make sure that you have category="Baldur's Gate 3"
in .env.
Also note that auto-claiming is not working at the present time, so you might have to claim drops manually.
This is my current config.
Even with category="Baldur's Gate 3"
, I am encountering the same issue.
version: '3.5'
services:
twitch-drop-claimer:
image: peakxy/twitch-watcher:latest
restart: unless-stopped
container_name: twitch-watcher
environment:
- auth_token=mytwitchauthtoken
- category=Baldur's%20Gate%203
- watchAlwaysTopStreamer=false
- claimDrops=true
- channelsWithPriority=quin69,singsing,cohhcarnage
- noChannelFoundWait=1
#- userAgent=Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36
#- minWatching=15
#- maxWatching=30
#- streamerListRefresh=2
#- streamerListRefreshUnit=hour
#- browserScreenshot=false
#- proxy=ip:port
#- proxyAuth=username:password
#volumes:
# - "./screenshots:/usr/src/app/screenshots"
Use - category=Baldur's Gate 3
instead in docker-compose.yml
try removing the double quotation marks. It works for me
Cool. That worked :)
You may want to update the docker-compose.yml
sample file
Seems like claimDrops=true
did not work to automatically claim the drop
The auto claim drop has been broken since 2022-09 when Twitch pushed an update that requires an integrity token for GQL operations. The fix would be complicated and it needs to be consistently maintained. I suggest using Twitch-Channel-Points-Miner-v2 to auto claim drops instead.
Getting a no channels available error yet sign in works.
Have tried disabling drops setting, watch top streamer, setting preferred streamers and getting new auth token.
This is my docker config