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
$ cd /usr/local/src/linkace/linkace-v1.12.2/
$ ./artisan links:import /tmp/Bookmarks-2023-09-14.html
Error: File does not exist at path /usr/local/src/linkace/linkace-v1.12.2/storage//tmp/Bookmarks-2023-09-14.html
So linkace tried to make the path relative to the storage directory instead of taking the absolute path I gave.
How to reproduce
Put a bookmarks file in /tmp/links.html
Try to import it via cli: ./artisan links:import /tmp/links.html
Get an error that the file does not exist
Expected behavior
Linkace reads the file from the path that I specified.
Logs
No response
Screenshots
No response
LinkAce version
v1.12.2
Setup Method
PHP
Operating System
Linux (Ubuntu, CentOS,...)
Client details
No response
The text was updated successfully, but these errors were encountered:
Bug Description
I wanted to import a link collection file with 1600 bookmarks. After failing with the browser-based import I tried the cli.
There I ran:
So linkace tried to make the path relative to the storage directory instead of taking the absolute path I gave.
How to reproduce
./artisan links:import /tmp/links.html
Expected behavior
Linkace reads the file from the path that I specified.
Logs
No response
Screenshots
No response
LinkAce version
v1.12.2
Setup Method
PHP
Operating System
Linux (Ubuntu, CentOS,...)
Client details
No response
The text was updated successfully, but these errors were encountered: