You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this is happened to me too, strangely ti works fine with my laptop running arch linux, this is only happened to my home server raspberry pi running debian.
Apparently cookies are changed at every request/action. Some time ago, when open various tab on http://localhost:8080/ the cookies was the same, now every tab shows different values.
FIX: update manually to 1.6.0, I don't know why, but this command on windows powershell -c "irm https://instl.vercel.app/tgdrive/teldrive?platform=windows|iex" don't update to 1.6.0, it still on 1.5.6. In 1.6 have 2 cookies 'access_token' and 'user-session'. I aways use 'user-session', but now must be the 'access_token' The information is here https://teldrive-docs.pages.dev/docs/guides/rclone but access_token only exists 1.6, if you're using a previous version the error invalid session will occur and nothing can be done.
rclone indicates the session is invalid despite me trying all the cookies
Config:
[teldrive]
type = teldrive
api_host = http://localhost:8080/
access_token = insert_token
chunk_size = 1.9G
upload_concurrency = 4
encrypt_files = false
random_chunk_name = true
PS C:\Users\user> rclone -vv ls teldrive:
2025/01/03 23:29:22 DEBUG : rclone: Version "v1.68.3" starting with parameters ["C:\Users\user\.installer\bin\rclone.exe" "-vv" "ls" "teldrive:"]
2025/01/03 23:29:22 DEBUG : Creating backend with remote "teldrive:"
2025/01/03 23:29:22 DEBUG : Using config file from "C:\Users\user\AppData\Roaming\rclone\rclone.conf"
2025/01/03 23:29:22 CRITICAL: Failed to create file system for "teldrive:": invalid session
The text was updated successfully, but these errors were encountered: