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 an issue with a newer Python feature, the union operator. In my testing, lower versions of Python 3.8 don't support this, whereas later versions of 3.8 and all versions of 3.9+ do.
I've changed to using the more broadly-supported {**a, **b} dict merging syntax.
After the recent changes in 310b32c for:
?dl=0
to?raw=1
and whitespace from ugly%20
to better human readable+
#3✅ Filepath as the only argument works normal
Note: Luckily I'm getting the classic
/s/
style links again.❌ Custom arguments result in error
All possible permutations I tried failed with the same error:
--query
value in no quotes, single quotes, double quotes.Environment
The text was updated successfully, but these errors were encountered: