Python Forum
Python Error (Traceback & ValueError) Help!
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python Error (Traceback & ValueError) Help!
#5
Traceback is followed by "the stack" (ie, the state of nested function calls...). One end of the stack is where your code has crashed (which is why providing the whole traceback when you ask for help is a good idea).

The "ValueError" is an usual answer in Python to an invalid argument in a function call. Given the message it is likely the strptime() call telling you that it cannot parse its input with the format you provided.
Unless noted otherwise, code in my posts should be understood as "coding suggestions", and its use may require more neurones than the two necessary for Ctrl-C/Ctrl-V.
Your one-stop place for all your GIMP needs: gimp-forum.net
Reply


Messages In This Thread
RE: Python Error (Traceback & ValueError) Help! - by Ofnuts - Dec-19-2016, 06:07 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Python Traceback Error mg24 2 940 Nov-21-2022, 02:35 PM
Last Post: snippsat
Star python exception handling handling .... with traceback mg24 3 1,267 Nov-09-2022, 07:29 PM
Last Post: Gribouillis
  Strange error ValueError: dimension mismatch Anldra12 0 1,963 Aug-17-2021, 07:54 AM
Last Post: Anldra12
  Why getting ValueError : Math domain error in trig. function, math.asin() ? jahuja73 3 3,768 Feb-24-2021, 05:09 PM
Last Post: bowlofred
  Python ValueError The value of a Series is abmbiguous nhl66pens 2 2,230 Oct-17-2020, 02:46 PM
Last Post: jefsummers
  Error When Plotting ValueError: x and y must have same first dimension JoeDainton123 1 9,089 Oct-04-2020, 12:58 PM
Last Post: scidam
  Receiving ValueError("bad input shape {0}".format(shape)) error SuryaCitizen 2 3,508 Jun-01-2020, 06:45 AM
Last Post: pyzyx3qwerty
  getting error ValueError: time data '' does not match format '%H:%M' srisrinu 2 5,595 Apr-09-2020, 11:12 AM
Last Post: srisrinu
  Traceback error in PyCharm but not in other IDEs? devansing 7 6,359 Mar-05-2020, 11:27 AM
Last Post: buran
  Nameparser - Traceback error tjnichols 2 2,376 Feb-28-2020, 05:11 PM
Last Post: GodMaster

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020