onemanbuilds / SpotifyStreamingBot

Simple tool which plays spotify songs between the given amount of time with multiple accounts.
178 stars 60 forks source link

RecursionError ('maximum recursion depth exceeded') #29

Open zacharimayer opened 1 year ago

zacharimayer commented 1 year ago

Getting this error when running the bot, anyone knows how to fix this?

Exception in thread Thread-1 (SpotifyCreator): object address : 0x10e3491e0 object refcount : 2 object type : 0x10c2078d0 object type name: RecursionError object repr : RecursionError('maximum recursion depth exceeded') lost sys.stderr Exception in thread Thread-2 (SpotifyCreator): object address : 0x10e35d1e0 object refcount : 2 object type : 0x10c2078d0 object type name: RecursionError object repr : RecursionError('maximum recursion depth exceeded') lost sys.stderr Exception in thread Thread-3 (SpotifyCreator): object address : 0x10e2f11e0 object refcount : 2 object type : 0x10c2078d0 object type name: RecursionError object repr : RecursionError('maximum recursion depth exceeded') lost sys.stderr Exception in thread Thread-4 (SpotifyCreator): object address : 0x10e4211e0 object refcount : 2 object type : 0x10c2078d0 object type name: RecursionError object repr : RecursionError('maximum recursion depth exceeded') lost sys.stderr Exception in thread Thread-5 (SpotifyCreator): object address : 0x10e239060 object refcount : 2 object type : 0x10c2078d0 object type name: RecursionError object repr : RecursionError('maximum recursion depth exceeded') lost sys.stderr Exception in thread Thread-6 (SpotifyCreator): object address : 0x10e105060 object refcount : 2 object type : 0x10c2078d0 object type name: RecursionError object repr : RecursionError('maximum recursion depth exceeded')

IshanKhtri commented 6 months ago

+1

onemanbuilds commented 6 months ago

+2