Created
August 13, 2020 08:53
-
-
Save mayhem/79d3b32da2ff78d42416de2864f4da92 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[2020-08-12 13:30:30,209] DEBUG in entity: Done! | |
[2020-08-12 13:30:30,209] DEBUG in request_consumer: Pushing result to RabbitMQ... | |
[2020-08-12 14:44:19,805] INFO in request_consumer: Done! | |
[2020-08-12 14:44:19,805] INFO in request_consumer: Number of messages sent: 8110 | |
[2020-08-12 14:44:19,805] INFO in request_consumer: Average size of message: 853267 bytes | |
[2020-08-12 14:44:19,805] INFO in request_consumer: Request done! | |
[2020-08-12 14:44:19,805] INFO in request_consumer: Received a request! | |
[2020-08-12 14:44:19,806] DEBUG in entity: Calculating recordings_week... | |
[2020-08-12 14:44:20,434] DEBUG in entity: Done! | |
[2020-08-12 14:44:20,434] DEBUG in request_consumer: Pushing result to RabbitMQ... | |
[2020-08-12 14:44:46,572] INFO in request_consumer: Done! | |
[2020-08-12 14:44:46,572] INFO in request_consumer: Number of messages sent: 1801 | |
[2020-08-12 14:44:46,572] INFO in request_consumer: Average size of message: 40152 bytes | |
[2020-08-12 14:44:46,572] INFO in request_consumer: Request done! | |
[2020-08-12 14:44:46,573] INFO in request_consumer: Received a request! | |
[2020-08-12 14:44:49,892] INFO in candidate_sets: Fetching listens to get top artists... | |
[2020-08-12 14:44:49,921] INFO in candidate_sets: Fetching top artists... | |
[2020-08-12 14:44:49,975] INFO in candidate_sets: Preparing top artists candidate set... | |
[2020-08-12 14:44:50,000] INFO in candidate_sets: Fetching similar artists... | |
[2020-08-12 14:44:50,062] INFO in candidate_sets: Preparing similar artists candidate set... | |
[2020-08-12 14:44:50,089] INFO in candidate_sets: Saving candidate sets... | |
[2020-08-12 14:44:51,171] ERROR in candidate_sets: Cannot save empty top artist candidate set | |
Traceback (most recent call last): | |
File "/rec/listenbrainz_spark/recommendations/candidate_sets.py", line 297, in save_candidate_sets | |
top_artist_candidate_set_df.take(1)[0] | |
IndexError: list index out of range |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment