Getting Data In

Why do I get "ERROR : cannot concatenate 'str' and 'NoneType' objects: whenever I try to upload a log file?

hayloiuy
Engager

I get this error whenever I try to upload a log file. What is the problem?

ERROR : cannot concatenate 'str' and 'NoneType' objects

bunyk
Engager

For me it happened because source csv file was generated with python without opening file with option newline="", so when I open it on for example Google Sheets, it looks like this:

alt text

Probably that empty rows are "NoneType".

UPD. Also, when I fixed empty rows, it still refused to upload file using Chrome on Windows. When I tried to do that using Firefox it was finally successful.

cpetterborg
SplunkTrust
SplunkTrust

How are you uploading (I assume from the "Add Data" option from the launcher, or a similar method, and not from a UF)?

Does this happen with any file, and if not, what is in the file?

0 Karma

ralphreijs
Explorer

To me it happened with every file, and every file type.
Changing browser from Safari to Firefox fixed it.

0 Karma

hayloiuy
Engager

No problem now. I just changed the file type to .log.

0 Karma

ralphreijs
Explorer

Was that a .csv file or a .log file with an incorrect file extension?

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...