Skip to content

Instantly share code, notes, and snippets.

View YouzhiL's full-sized avatar

Youzhi YouzhiL

View GitHub Profile

Google Summer of Code 2022 Work Product

This work product is a summary of the work I did for the "Add Timezone support to ListenBrainz" project with Metabrainz organization as part of Google Summer of Code 2022.

Project description

Main goal: Allow users to set/reset local timezone on ListenBrainz website

Organization: MetaBrainz/ListenBrainz

Mentors: mayhem and lucifer

@YouzhiL
YouzhiL / LB-119-errors.txt
Last active April 13, 2022 13:50
current errors when working on LB-119
________________ APICompatTestCase.test_complete_workflow_json _________________
self = <listenbrainz.tests.integration.test_api_compat.APICompatTestCase testMethod=test_complete_workflow_json>
def test_complete_workflow_json(self):
""" Integration test for complete workflow to submit a listen using Last.fm compat api """
data = {
'method': 'auth.gettoken',
'api_key': self.lfm_user.api_key,
'format': 'json',