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
Hi. There's an issue with the paths written in an index by tscmd -m indexer : instead of being relative to the location, the path is relative to the first directory in each file's absolute path (e.g. /home/, /media/, etc.).
This does not affect files directly under the location ($location/*).
This happens with both v2.1.53 and v3.0.2, using node.js v16.20.1.
Hi. There's an issue with the paths written in an index by
tscmd -m indexer
: instead of being relative to the location, the path is relative to the first directory in each file's absolute path (e.g./home/
,/media/
, etc.).This does not affect files directly under the location (
$location/*
).This happens with both v2.1.53 and v3.0.2, using node.js v16.20.1.
The text was updated successfully, but these errors were encountered: