hakuna-metadata-1 icon indicating copy to clipboard operation
hakuna-metadata-1 copied to clipboard

Doesn´t work on Ubuntu 16.04.4 LTS

Open hyperpac opened this issue 7 years ago • 2 comments
trafficstars

python tool.py produces this output:

No handlers could be found for logger "tldextract" Traceback (most recent call last): File "tool.py", line 336, in <module> facebook_df['category_tags']= facebook_df.apply(lambda row: Facebook_URL_Categorizre(row['url_location']), axis=1) File "/usr/local/lib/python2.7/dist-packages/pandas/core/frame.py", line 2357, in __setitem__ self._set_item(key, value) File "/usr/local/lib/python2.7/dist-packages/pandas/core/frame.py", line 2422, in _set_item self._ensure_valid_index(value) File "/usr/local/lib/python2.7/dist-packages/pandas/core/frame.py", line 2404, in _ensure_valid_index raise ValueError('Cannot set a frame with no defined index ' ValueError: Cannot set a frame with no defined index and a value that cannot be converted to a Series

hyperpac avatar Mar 08 '18 17:03 hyperpac

I am not being able to reproduce this error on my Ubuntu 16.04.4 LTS machine. I suspect that it has to do something with your Facebook browsing history which you don't have I believe?

sidtechnical avatar Mar 13 '18 12:03 sidtechnical

I had the same problem but after visiting some sites on facebook, it worked.

lennartadrian-main avatar Mar 22 '20 16:03 lennartadrian-main