We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Traceback (most recent call last): Jul 24 15:47:28 nugget pipenv[822711]: File "/home/cryptogull/.local/share/virtualenvs/cryptogull-7iYW> Jul 24 15:47:28 nugget pipenv[822711]: ret = await coro(*args, **kwargs) Jul 24 15:47:28 nugget pipenv[822711]: File "/home/cryptogull/cryptogull/cogs/tiles.py", line 133, in > Jul 24 15:47:28 nugget pipenv[822711]: return await self.randomtile(ctx, "recolor", "random", readin> Jul 24 15:47:28 nugget pipenv[822711]: File "/home/cryptogull/.local/share/virtualenvs/cryptogull-7iYW> Jul 24 15:47:28 nugget pipenv[822711]: return await self.callback(self.cog, *args, **kwargs) Jul 24 15:47:28 nugget pipenv[822711]: File "/home/cryptogull/cryptogull/cogs/tiles.py", line 88, in r> Jul 24 15:47:28 nugget pipenv[822711]: return await(process_tile_request(ctx, name, *args, reading=r> Jul 24 15:47:28 nugget pipenv[822711]: File "/home/cryptogull/cryptogull/cogs/tiles.py", line 204, in > Jul 24 15:47:28 nugget pipenv[822711]: tile = QudTile(filename, colorstring, colors[0], colors[1], q> Jul 24 15:47:28 nugget pipenv[822711]: File "/home/cryptogull/.local/share/virtualenvs/cryptogull-7iYW> Jul 24 15:47:28 nugget pipenv[822711]: self.filename = fix_filename(self.filename) # convert _ into> Jul 24 15:47:28 nugget pipenv[822711]: File "/home/cryptogull/.local/share/virtualenvs/cryptogull-7iYW> Jul 24 15:47:28 nugget pipenv[822711]: if filename.lower().startswith('assets_content_textures'): Jul 24 15:47:28 nugget pipenv[822711]: AttributeError: 'NoneType' object has no attribute 'lower'
The text was updated successfully, but these errors were encountered:
Seems to occur because this line is passing a NoneType filename to the QudTile constructor.
NoneType
QudTile
cryptogull/cogs/tiles.py
Lines 204 to 205 in 145fd66
This should be fixed in the cryptogull function above, but also should probably be handled better in hagadias in one or both of these places:
fix_filename
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: