-
Notifications
You must be signed in to change notification settings - Fork 589
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
timesketch_importer error when importing plaso file #3124
Comments
On the same machine where this error happens, can you upload the Plaso file using the web UI or dftimewolf? Does it result in the same errors? Are there any related errors on the server side in the timesketch/logs/wsgi_errors.log or worker.log files? |
forgot to mention that we tried upload the same plaso file through the UI and it worked. could not find wsgi_errors.log worker.log last 20 lines:
|
If you have a docker deployment, the Worker log looks good.
|
wsgi_error
API Response
|
The API response you have sheared is actually the code of the login page. It points to an issue with the authentication. Can you please remove the Alternatively you can also try to pass the authentication in the cli: |
we always send the full syntax with host and user/pwd because we are planning to run it inside a script. can it be related to the fact that we are trying to run it in a virtual environment? |
something very strange, it didnt work for something like a week, and we tried alot of times each day.
|
i think i found the bug, seems like there is a problem with my 'admin' user and also the user in the command line (-u) is not taking into consideration if the timesketch.token/rc is already available :
|
Thanks for going the extra mile to debug this @hasamba . We will have to take a look at how the script handles authentication and how to permanently fix this. I guess, if the login is provided via parameters, the stored creds should be ignored. |
while importing a plaso file, getting the following error:
Timesketch version: 20240508.1
API Client Version: 20240215
Importer Client Version: 20230721
Importing the same plaso file on another machine (both ubuntu server 22.04+python VENV 3.10.12) with same timesketch+timesketch_importer versions works!
what can be the problem?
thanks
The text was updated successfully, but these errors were encountered: