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.

I/O exception and does not commit

See original GitHub issue

Description

Prints an I/O exception and continues. At the end doesn’t commit to git but only prints the commit text

Steps to reproduce

Type cz commit or cz c and continue

Current behavior

→ Test_Mattutini_PICO: [master ≡ +0 ~2 -0 !]› cz c
? Select the type of change you are committing fix: A bug fix. Correlates with PATCH in SemVer
? What is the scope of this change? (class or file name): (press [enter] to skip)
 C2C

Unhandled exception in event loop:
  File "c:\python38\lib\asyncio\proactor_events.py", line 768, in _loop_self_reading
    f.result()  # may raise
  File "c:\python38\lib\asyncio\windows_events.py", line 808, in _poll
    value = callback(transferred, key, ov)
  File "c:\python38\lib\asyncio\windows_events.py", line 457, in finish_recv
    raise ConnectionResetError(*exc.args)

Exception [WinError 995] Operazione di I/O terminata a causa dell'uscita dal thread oppure della richiesta di un'applicazione
Press ENTER to continue...
? Write a short and imperative summary of the code changes: (lower case and no period)

Desired behavior

Environment

  • commitizen version: 2.11.1
  • python version: Python 3.8.3
  • operating system: Windows

Issue Analytics

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

github_iconTop GitHub Comments

2reactions
Lee-Wcommented, Sep 26, 2021

@LukeSavefrogs in this case, I don’t think we’ll be able to fix the older version on our side. I’ll close this one for now. Feel free to reopen it if you think more discussion is needed @Bogay Could you please add a FAQ page and add it as part of the documentation so that others will know they need to upgrade their python version for this to work? Thanks!

0reactions
Lee-Wcommented, Nov 19, 2021

Sounds good! Let’s me close it

Read more comments on GitHub >

github_iconTop Results From Across the Web

When I commit through git, it shows java.io.IOException
When I commit through git, it shows java.io.IOException: An existing connection was forcibly closed by the remote host.
Read more >
Error Committing to WebCenter Content "Java.io.IOException ...
1.8 to WebCenter Content. The error encountered is: Error sending check-in request. Supplemental Detail oracle.stellent.ridc.protocol.
Read more >
A-MQ; Store COMMIT FAILED: java.io.IOException: Could not ...
A-MQ; Store COMMIT FAILED: java.io.IOException: Could not remove prepared transaction state from message add for sequenceId: XXX.
Read more >
Could not commit with auto-commit set on" exceptions in ... - IBM
This kind of exceptions occur when the Oracle JDBC Driver (ojdbc6.jar) version 12 or above will be used. Version 12 and above of...
Read more >
IndexWriter (Lucene 5.5.2 API)
Moves all in-memory segments to the Directory , but does not commit (fsync) them (call commit() for ... APPEND or if there is...
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