Ramon Figueiredo
Ramon Figueiredo
## Problem Before, if the RQD logs contained non-ASCII text, the RQD would crash, causing CueGUI to show the process as running indefinitely. ## Error UnicodeEncodeError: 'ascii' codec can't encode...
## Other solutions ### Replace non-ASCII character with '?' > python ``` >>> text = 'text here 영화, café' ``` **Current solution** ``` >>> text.encode('ascii', 'ignore') b'text here , caf'...
> @ramonfigueiredo is this ready for review again? I see one test failure, but it looks like the logs have expired Hi @DiegoTavares , Yes, it is ready to review....
> Have merged #1281 #1282 #1283 #1284 into this branch (and fixed conflicts and a few missing bugs) : > > https://github.com/lithorus/OpenCue/tree/pr/1281 > > Should I just create a new...
> No problem, well it seems to fail on CLA only, I'll check my history and amend the bad commits. Let's keep in touch about that, I'll try to have...
Hi @DiegoTavares Remember to merge the branch https://github.com/AcademySoftwareFoundation/OpenCue/tree/rest_gateway into your rest_gateway again. See PR: [rest_gateway] Add authentication to gRPC REST gateway and include unit testing https://github.com/AcademySoftwareFoundation/OpenCue/pull/1453
> I'm afraid I had to undo the changes from #1335 since this changes how things are logged. Hopefully it should be easier to re-implement again. Hi @lithorus Ok, I...
> > > I'm afraid I had to undo the changes from #1335 since this changes how things are logged. Hopefully it should be easier to re-implement again. > >...
FYI @DiegoTavares
The [Academy Software Foundation (ASWF)](https://www.aswf.io/) Dev Days (https://www.aswf.io/dev-days/) is a fantastic way to contribute to the amazing and important #ASWF projects (https://www.aswf.io/projects/) that positively impact our industry. Whether you’re in...