question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Erroneous Maya Log output

See original GitHub issue

Windows 7 x64 Maya 2014 PyCharm Community Edition 2016.1, Build #PC-145.260, JRE: 1.8.0_45-b15 amd64 MayaCharm 2.1

When using the MayaLog, extra lines are being logged which are not present in the actual Maya script editor output.

For example if executing this code:

import maya.cmds as cmds
print cmds.ls(typ='lambert')

The MayaCharm log looks like this:

[u'lambert1']
']
']
']
']

I’ve also seen some other strange behavior that is hard to repro, such as a lot of whitespace occasionally being added to these extra lines.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:21 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
cmcpasserbycommented, Jun 6, 2017

the change is approved and in, so it should automatically update you through plugin repo.

i was able to test on Windows and MacOS and it works, but i would like to know what is going on, on the linux side of things. It might be a good idea to just delete any old mayaLog.txt files that were left behind.

0reactions
cmcpasserbycommented, Mar 14, 2018

i submitted 2.1.4 which should resolve this issue when it comes out.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Solved: maya 2017 Output log error - Autodesk Forums
Hello everyone! I´m a student of animation and i´m learning maya, i found this error rendering a scene for a homework.
Read more >
Errors appear in Maya log - Ephere
Problem: You may find the following error being output by Maya into the log or script window: Error: line 0: Cannot find procedure...
Read more >
Error Logs? - Maya - Highend3d Artists Discussion Forums
Try batch rendering in Maya. It will tell you the log file name. Setting verbosity higher might help. -v 5 from the command...
Read more >
stdout/stderr, logging, & maya's script editor - Google Groups
I tried changing the self._stream lines in the stackoverflow example to use maya.utils.Output()/ maya.utils.Output(error=1), and even sys.__ ...
Read more >
Maya rendering error solutions - Fox Renderfarm Support ...
Check whether any elements are lost in the scene, such as missing texture or missing the texture in ass or missing ass files....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found